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

1 2 3 4 5 6 78 91011

  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/ime/translit/
TransliteratorInputMethod.java 212 // java has no pin to rectangle function?
213 private static void pin(Point p, Rectangle r) { method in class:TransliteratorInputMethod
236 pin(attachedLocation, attachedLimits); method
  /external/tensorflow/tensorflow/core/profiler/g3doc/
profile_time.md 168 Usually scope view allows you to pin point the problematic places if you
  /external/u-boot/arch/arm/dts/
armada-370-xp.dtsi 212 pinctrl: pin-ctrl@18000 {
armada-ap806.dtsi 147 pin-count = <20>;
rk3288-phycore-rdk.dts 231 ts_irq_pin: ts-irq-pin {
stih407-pinctrl.dtsi 48 pin-controller-sbc {
107 st,retime-pin-mask = <0x3f>;
372 pin-controller-front0 {
935 pin-controller-front1 {
968 pin-controller-rear {
1026 st,retime-pin-mask = <0x7f>;
1198 pin-controller-flash {
    [all...]
armada-cp110-master.dtsi 127 pin-count = <63>;
armada-cp110-slave.dtsi 126 pin-count = <63>;
r8a77990.dtsi 168 pfc: pin-controller@e6060000 {
stm32f4-pinctrl.dtsi 49 pinctrl: pin-controller {
stm32f746.dtsi 122 pinctrl: pin-controller {
ulcb.dtsi 409 shared-pin;
  /external/wpa_supplicant_8/wpa_supplicant/hidl/1.2/
p2p_iface.h 149 const hidl_string& groupIfName, const hidl_string& pin,
272 const std::string& group_ifname, const std::string& pin);
  /external/iproute2/lib/
bpf.c 355 static void bpf_map_pin_report(const struct bpf_elf_map *pin,
360 if (obj->type != pin->type)
361 fprintf(stderr, " - Type: %u (obj) != %u (pin)\n",
362 obj->type, pin->type);
363 if (obj->size_key != pin->size_key)
364 fprintf(stderr, " - Size key: %u (obj) != %u (pin)\n",
365 obj->size_key, pin->size_key);
366 if (obj->size_value != pin->size_value)
367 fprintf(stderr, " - Size value: %u (obj) != %u (pin)\n",
368 obj->size_value, pin->size_value)
    [all...]
  /external/wpa_supplicant_8/src/ap/
wps_hostapd.c 180 wpa_printf(MSG_DEBUG, "WPS: PIN needed for E-UUID %s", uuid);
677 wpa_printf(MSG_DEBUG, "WPS: Re-enable AP PIN");
692 * Registrar failed to prove its knowledge of the AP PIN. Lock AP setup
698 wpa_printf(MSG_DEBUG, "WPS: AP PIN authentication failure number %u "
712 * In indefinite lockdown - disable automatic AP PIN
716 wpa_printf(MSG_DEBUG, "WPS: AP PIN disabled indefinitely");
724 wpa_printf(MSG_DEBUG, "WPS: Disable AP PIN for %u seconds",
757 wpa_printf(MSG_DEBUG, "WPS: Clear consecutive AP PIN failure counter "
1333 const u8 *pin; member in struct:wps_add_pin_data
1689 unsigned int pin; local
    [all...]
  /external/u-boot/arch/arm/mach-sunxi/
board.c 135 #error Unsupported console port number. Please fix pin mux settings in board.c
  /external/u-boot/arch/x86/include/asm/
mpspec.h 340 * @dstirq: destination I/O APIC pin where the interrupt goes to
354 * @pin: PCI interrupt pin (INT A/B/C/D)
356 * @dstirq: destination I/O APIC pin where the interrupt goes to
359 int srcbus, int dev, int pin, int dstapic, int dstirq);
372 * @destlint: destination local APIC pin where the interrupt goes to
434 * mp_determine_pci_dstirq() - Determine PCI device's int pin on the I/O APIC
436 * This determines a PCI device's interrupt pin number on the I/O APIC.
445 * @pirq: PIRQ number the PCI device's interrupt pin is routed to
446 * @return: interrupt pin number on the I/O API
    [all...]
  /external/u-boot/board/gateworks/gw_ventana/
gw_ventana.c 494 uint pin = gpio_cfg[board_type].pcie_rst; local
495 gpio_request(pin, "pci_rst#");
496 gpio_direction_output(pin, 0);
498 gpio_direction_output(pin, 1);
966 /* obtain irq's of host controller in pin order */
1002 /* third cell is pin */
    [all...]
  /external/u-boot/include/
fsl_qe.h 273 void qe_config_iopin(u8 port, u8 pin, int dir, int open_drain, int assign);
  /external/wpa_supplicant_8/src/crypto/
tls.h 152 * @ppin: pointer to the pin variable in the configuration
200 const char *pin; member in struct:tls_connection_params
314 * TLS_SET_PARAMS_ENGINE_PRV_BAD_PIN (-4) on PIN error causing PKCS#11 engine
330 * TLS_SET_PARAMS_ENGINE_PRV_BAD_PIN (-4) on PIN error causing PKCS#11 engine
  /external/u-boot/drivers/pinctrl/renesas/
pfc-r8a77970.c     [all...]
  /external/wpa_supplicant_8/hostapd/
ctrl_iface.c 158 char *pin = os_strchr(txt, ' '); local
164 if (pin == NULL)
166 *pin++ = '\0';
168 timeout_txt = os_strchr(pin, ' ');
181 return hostapd_wps_add_pin(hapd, addr, txt, pin, timeout);
188 char pin[9]; local
198 pin[len++] = *pos;
200 wpa_printf(MSG_DEBUG, "WPS: Too long PIN");
205 wpa_printf(MSG_DEBUG, "WPS: Invalid PIN length %d", (int) len);
208 pin[len] = '\0'
478 char *pin; local
    [all...]
  /external/u-boot/doc/
README.x86     [all...]
  /external/openssh/
authfd.c 663 ssh_update_card(int sock, int add, const char *reader_id, const char *pin,
681 (r = sshbuf_put_cstring(msg, pin)) != 0)
  /external/autotest/server/cros/bluetooth/
bluetooth_adapter_tests.py 153 device.pin = _retry_device_method('GetPinCode', pin_falsy_values)
154 logging.info('pin: %s', device.pin)
772 def test_pairing(self, device_address, pin, trusted=True):
776 @param pin: pin code to pair with the device.
790 device_address, pin, trusted,
    [all...]

Completed in 1337 milliseconds

1 2 3 4 5 6 78 91011