HomeSort by relevance Sort by last modified time
    Searched refs:pin (Results 126 - 150 of 266) sorted by null

1 2 3 4 56 7 8 91011

  /external/python/cpython2/Modules/
binascii.c 734 Py_buffer pin; local
740 if ( !PyArg_ParseTuple(args, "s*:rledecode_hqx", &pin) )
742 in_data = pin.buf;
743 in_len = pin.len;
749 PyBuffer_Release(&pin);
753 PyBuffer_Release(&pin);
760 PyBuffer_Release(&pin);
775 PyBuffer_Release(&pin); \
786 { PyBuffer_Release(&pin); return NULL; } \
808 PyBuffer_Release(&pin);
850 Py_buffer pin; local
    [all...]
  /external/u-boot/arch/arm/dts/
sun5i-gr8-chip-pro.dts 106 * Interrupt Request" pin (ball G13 of the module)
161 usb0_id_pin_chip_pro: usb0-id-pin@0 {
168 wifi_reg_on_pin_chip_pro: wifi-reg-on-pin@0 {
dra72x-mmc-iodelay.dtsi 211 pinctrl-pin-array = <
234 pinctrl-pin-array = <
251 pinctrl-pin-array = <
268 pinctrl-pin-array = <
303 pinctrl-pin-array = <
328 pinctrl-pin-array = <
  /external/u-boot/drivers/pinctrl/
pinctrl_stm32.c 48 gpio_dsc->pin = (port_pin & 0x0F00) >> 8;
49 debug("%s: GPIO:port= %d, pin= %d\n", __func__, gpio_dsc->port,
50 gpio_dsc->pin);
104 * usart1) of pin controller phandle "pinctrl-0"
128 desc.offset = gpio_dsc.pin;
pinctrl-generic.c 14 * pinctrl_pin_name_to_selector() - return the pin selector for a pin
16 * @dev: pin controller device
17 * @pin: the pin name to look up
18 * @return: pin selector, or negative error code on failure
20 static int pinctrl_pin_name_to_selector(struct udevice *dev, const char *pin)
32 /* See if this pctldev has this pin */
36 if (!strcmp(pin, pname))
46 * @dev: pin controller devic
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
filterbanks.c 83 void WebRtcIsac_SplitAndFilterFloat(float *pin, float *LP, float *HP,
101 in[k] = pin[k] + kHpStCoefInFloat[2] * prefiltdata->HPstates_float[0] +
103 ftmp = pin[k] - kHpStCoefInFloat[0] * prefiltdata->HPstates_float[0] -
  /external/f2fs-tools/tools/f2fs_io/
f2fs_io.c 92 #define pinfile_desc "pin file control"
99 u32 pin; local
117 pin = 1;
118 ret = ioctl(fd, F2FS_IOC_SET_PIN_FILE, &pin);
127 ret = ioctl(fd, F2FS_IOC_GET_PIN_FILE, &pin);
139 pin, argv[2]);
  /external/openssh/
ssh-add.c 336 char *pin = NULL; local
340 if ((pin = read_passphrase("Enter passphrase for PKCS#11: ",
345 if ((r = ssh_update_card(agent_fd, add, id, pin == NULL ? "" : pin,
355 free(pin);
ssh-pkcs11-client.c 187 pkcs11_add_provider(char *name, char *pin, Key ***keysp)
201 buffer_put_cstring(&msg, pin);
sshconnect.c 188 int pin[2], pout[2]; local
196 if (pipe(pin) < 0 || pipe(pout) < 0)
212 close(pin[1]);
213 if (pin[0] != 0) {
214 if (dup2(pin[0], 0) < 0)
216 close(pin[0]);
221 /* Cannot be 1 because pin allocated two descriptors. */
245 close(pin[0]);
252 packet_set_connection(pout[0], pin[1]);
    [all...]
  /external/u-boot/drivers/net/
sunxi_emac.c 510 int pin; local
515 /* Configure pin mux settings for MII Ethernet */
516 for (pin = SUNXI_GPA(0); pin <= SUNXI_GPA(17); pin++)
517 sunxi_gpio_set_cfgpin(pin, SUNXI_GPA_EMAC);
  /external/wpa_supplicant_8/src/utils/
pcsc_funcs.c 258 static int scard_verify_pin(struct scard_data *scard, const char *pin);
342 wpa_hexdump(MSG_MSGDUMP, "SCARD: PIN Status Template "
509 * PIN is needed to access some of the card functions. Once the connection is
685 wpa_printf(MSG_DEBUG, "SCARD: Failed to determine whether PIN "
713 * scard_set_pin - Set PIN (CHV1/PIN1) code for accessing SIM/USIM commands
715 * @pin: PIN code as an ASCII string (e.g., "1234")
718 int scard_set_pin(struct scard_data *scard, const char *pin)
725 if (pin == NULL) {
726 wpa_printf(MSG_DEBUG, "No PIN configured for SIM
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new_handlers_wps.c 26 int type; /* 0 - not set, 1 - pin, 2 - pbc */
28 char *pin; member in struct:wps_start_params
81 if (os_strcmp(val, "pin") == 0)
136 "dbus: WPS.Start - Wrong Pin type, string required");
138 "Pin must be a string");
141 dbus_message_iter_get_basic(&variant_iter, &params->pin);
195 else if (os_strcmp(key, "Pin") == 0)
218 * (pin or push button) and optionally pin and bssid. Returned message
219 * has a dictionary argument which may contain newly generated pin (optional)
    [all...]
  /external/adhd/scripts/audio_tuning/frontend/
audio.js 197 connect_from_native(pin(sourceNode), audio_graph);
198 connect_to_native(audio_graph, pin(audioContext.destination));
364 * Each "pin" is just one input/output of a Web Audio node.
440 return [pin(splitter)];
444 return [pin(merger)];
457 connect_from_native(pin(splitter, 0), eqcs[0]);
458 connect_from_native(pin(splitter, 1), eqcs[1]);
459 connect_to_native(eqcs[0], pin(merger, 0));
460 connect_to_native(eqcs[1], pin(merger, 1));
463 return [pin(splitter)]
909 function pin(node, index) { function
    [all...]
  /device/google/contexthub/firmware/os/drivers/st_acc44/
st_acc44.c 464 static void inline enableInterrupt(struct Gpio *pin, struct ChainedIsr *isr)
466 gpioConfigInput(pin, GPIO_SPEED_LOW, GPIO_PULL_NONE);
467 syscfgSetExtiPort(pin);
468 extiEnableIntGpio(pin, EXTI_TRIGGER_RISING);
472 static void inline disableInterrupt(struct Gpio *pin, struct ChainedIsr *isr)
475 extiDisableIntGpio(pin);
  /external/autotest/server/site_tests/bluetooth_AdapterHIDReports/
bluetooth_AdapterHIDReports.py 75 self.test_pairing(device.address, device.pin, trusted=True)
  /external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/impl/
Selection.java 55 public Selection pin(String text) { method in class:Selection
  /external/u-boot/board/samsung/trats/
trats.c 189 int pin = i + EXYNOS4_GPIO_E10; local
192 gpio_request(pin, str);
193 gpio_cfg_pin(pin, S5P_GPIO_INPUT);
194 gpio_set_pull(pin, S5P_GPIO_PULL_NONE);
  /external/u-boot/include/configs/km/
km_arm.h 163 extern void __set_direction(unsigned pin, int high);
  /external/wpa_supplicant_8/wpa_supplicant/hidl/1.2/
sta_iface.h 126 const hidl_array<uint8_t, 6>& bssid, const hidl_string& pin,
132 const hidl_string& pin, startWpsPinKeypad_cb _hidl_cb) override;
229 const std::array<uint8_t, 6>& bssid, const std::string& pin);
232 SupplicantStatus startWpsPinKeypadInternal(const std::string& pin);
sta_iface.cpp 397 const hidl_array<uint8_t, 6> &bssid, const hidl_string &pin,
402 &StaIface::startWpsRegistrarInternal, _hidl_cb, bssid, pin);
414 const hidl_string &pin, startWpsPinKeypad_cb _hidl_cb)
418 &StaIface::startWpsPinKeypadInternal, _hidl_cb, pin);
913 const std::array<uint8_t, 6> &bssid, const std::string &pin)
916 if (wpas_wps_start_reg(wpa_s, bssid.data(), pin.c_str(), nullptr)) {
934 SupplicantStatus StaIface::startWpsPinKeypadInternal(const std::string &pin)
938 wpa_s, nullptr, pin.c_str(), 0, DEV_PW_DEFAULT)) {
950 int pin = local
952 if (pin < 0)
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
wpa_supplicant.conf     [all...]
wps_supplicant.c 43 * The minimum time in seconds before trying to associate to a WPS PIN AP that
94 wpa_printf(MSG_DEBUG, "WPS: PIN registration with " MACSTR
1865 unsigned int pbc = 0, auth = 0, pin = 0, wps = 0; local
    [all...]
  /cts/tests/tests/opengl/src/android/opengl/cts/
RendererOneColorBufferTest.java 213 int [] pin = pinbuffer.array(); local
214 int pixel = pin[0];
  /external/u-boot/drivers/pci/
pci_ftpci100.c 198 devs[priv->ndevs].pin = int_pin;
212 devs[priv->ndevs].pin,
300 debug("Device bus dev func deviceID vendorID pin address" \

Completed in 3755 milliseconds

1 2 3 4 56 7 8 91011