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

1 2 3 4 5 67 8 91011

  /external/autotest/client/common_lib/cros/network/
xmlrpc_security_types.py 320 SERVICE_PROPERTY_EAP_PIN = 'EAP.PIN'
382 self.pin = None
427 self.pin = tpm_store.PIN
431 self.pin = tpm_store.PIN
437 if self.pin:
438 ret[self.SERVICE_PROPERTY_EAP_PIN] = self.pin
  /external/u-boot/arch/powerpc/cpu/mpc85xx/
cpu_init.c 129 extern void qe_config_iopin(u8 port, u8 pin, int dir,
136 u8 port, pin; local
142 pin = qe_iop_conf_tab[i].pin;
146 qe_config_iopin(port, pin, dir, open_drain, assign);
169 * index 0 refers to pin 31,
170 * index 31 refers to pin 0
  /external/u-boot/drivers/i2c/
i2c-uclass.c 458 static void i2c_gpio_set_pin(struct gpio_desc *pin, int bit)
461 dm_gpio_set_dir_flags(pin, GPIOD_IS_IN);
463 dm_gpio_set_dir_flags(pin, GPIOD_IS_OUT |
468 static int i2c_gpio_get_pin(struct gpio_desc *pin)
470 return dm_gpio_get_value(pin);
  /external/openssh/
session.c 299 int pin[2], pout[2], perr[2]; local
305 if (pipe(pin) < 0) {
311 close(pin[0]);
312 close(pin[1]);
318 close(pin[0]);
319 close(pin[1]);
351 close(pin[0]);
352 close(pin[1]);
383 close(pin[1]);
384 if (dup2(pin[0], 0) < 0
    [all...]
scp.c 233 int pin[2], pout[2], reserved[2]; local
249 if (pipe(pin) < 0)
266 close(pin[1]);
268 dup2(pin[0], 0);
270 close(pin[0]);
289 close(pin[0]);
290 *fdout = pin[1];
ssh-agent.c 748 char *provider = NULL, *pin, canonical_provider[PATH_MAX]; local
758 (r = sshbuf_get_cstring(e->request, &pin, NULL)) != 0)
794 count = pkcs11_add_provider(canonical_provider, pin, &keys);
815 free(pin);
824 char *provider = NULL, *pin = NULL, canonical_provider[PATH_MAX]; local
830 (r = sshbuf_get_cstring(e->request, &pin, NULL)) != 0)
832 free(pin);
    [all...]
  /external/u-boot/drivers/pci/
pci.c 197 unsigned char pin; local
268 pci_hose_read_config_byte(hose, dev, PCI_INTERRUPT_PIN, &pin);
269 if (pin != 0) {
  /external/u-boot/arch/arm/dts/
stm32mp157.dtsi 168 pinctrl: pin-controller {
319 pinctrl_z: pin-controller-z {
sama5d3xmb.dtsi 46 atmel,clk-from-rk-pin;
sama5d3xmb_cmp.dtsi 42 atmel,clk-from-rk-pin;
stm32h743-pinctrl.dtsi 47 pin-controller {
  /external/autotest/server/cros/bluetooth/
bluetooth_device.py 496 def pair_legacy_device(self, address, pin, trusted, timeout):
497 """Pairs a device with a given pin code.
499 Registers an agent who handles pin code request and
500 pairs a device with known pin code.
503 @param pin: The pin code of the device to pair.
510 return self._proxy.pair_legacy_device(address, pin, trusted, timeout)
  /external/mesa3d/src/gallium/drivers/r600/sb/
sb_shader.h 105 sel_chan pin; member in struct:r600_sb::ra_chunk
107 ra_chunk() : values(), flags(), cost(), pin() {}
  /device/google/contexthub/firmware/os/drivers/st_mag40/
st_mag40.c 680 static void enableInterrupt(struct Gpio *pin, struct ChainedIsr *isr)
682 gpioConfigInput(pin, GPIO_SPEED_LOW, GPIO_PULL_NONE);
683 syscfgSetExtiPort(pin);
684 extiEnableIntGpio(pin, EXTI_TRIGGER_RISING);
688 static void disableInterrupt(struct Gpio *pin, struct ChainedIsr *isr)
691 extiDisableIntGpio(pin);
  /external/autotest/client/cros/bluetooth/
bluetooth_device_xmlrpc_server.py 42 PairingAgent overrides RequestPinCode method to return a given pin code.
44 pin code.
46 TODO (josephsih): more pairing modes other than pin code would be
51 def __init__(self, pin, *args, **kwargs):
53 self._pin = pin
59 """Requests pin code for a device.
61 Returns the known pin code for the request.
65 @returns: The known pin code.
156 # The agent to handle pin code request, which will be
835 def _setup_pairing_agent(self, pin)
    [all...]
  /external/u-boot/drivers/net/
sun8i_emac.c 486 int pin; local
493 pin = sunxi_name_to_gpio(pin_name);
494 if (pin < 0)
497 sunxi_gpio_set_cfgpin(pin, SUN8I_GPD8_GMAC);
499 sunxi_gpio_set_drv(pin, drive);
501 sunxi_gpio_set_pull(pin, pull);
  /external/wpa_supplicant_8/wpa_supplicant/
ap.c 1042 const char *pin, char *buf, size_t buflen,
1050 if (pin == NULL) {
1058 pin = buf;
1060 ret_len = os_snprintf(buf, buflen, "%s", pin);
1065 ret = hostapd_wps_add_pin(wpa_s->ap_iface->bss[0], bssid, "any", pin,
1076 wpa_printf(MSG_DEBUG, "WPS: AP PIN timed out");
1088 wpa_printf(MSG_DEBUG, "WPS: Enabling AP PIN (timeout=%d)", timeout);
1103 wpa_printf(MSG_DEBUG, "WPS: Disabling AP PIN");
1114 unsigned int pin; local
1120 if (wps_generate_pin(&pin) < 0
    [all...]
ctrl_iface.c 1218 char *pin; local
1282 char pin[9]; local
1739 char *pin; local
1824 char *pin; local
1849 char *uuid = cmd, *pin, *pos; local
1868 char *uuid = cmd, *pin; local
1892 char *pin; local
5575 char *pin = NULL; local
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/hidl/1.2/
p2p_iface.cpp 706 const hidl_string& group_ifname, const hidl_string& pin,
711 &P2pIface::startWpsPinKeypadInternal, _hidl_cb, group_ifname, pin);
1059 const char* pin = local
1062 wpa_s, peer_address.data(), pin, wps_method, persistent, false,
1453 int pin = wpas_wps_start_pin( local
    [all...]
  /external/u-boot/drivers/video/
Kconfig 345 string "RESET pin of SSD2828"
349 The reset pin of SSD2828 chip. This takes a string in the format
350 understood by 'name_to_gpio' function, e.g. PH1 for pin 1 of port H.
362 string "SPI CS pin for LCD related config job"
369 understood by 'name_to_gpio' function, e.g. PH1 for pin 1 of port H.
372 string "SPI SCLK pin for LCD related config job"
379 understood by 'name_to_gpio' function, e.g. PH1 for pin 1 of port H.
382 string "SPI MOSI pin for LCD related config job"
389 understood by 'name_to_gpio' function, e.g. PH1 for pin 1 of port H.
392 string "SPI MISO pin for LCD related config job (optional)
    [all...]
  /external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/util/
UberColorPickerDialog.java 601 private float pin(float n, float max) { method in class:UberColorPickerDialog.ColorPickerView
617 private float pin(float n, float min, float max) { method in class:UberColorPickerDialog.ColorPickerView
834 mYUV[1] = pin(mYUV[1], -.5f, .5f);
836 mYUV[2] = pin(mYUV[2], -.5f, .5f);
874 int y2 = (int)(pin(round(y - PALETTE_POS_Y), PALETTE_DIM));
890 //Pin the radius
  /external/wpa_supplicant_8/src/eap_peer/
eap_tls_common.c 124 params->pin = config->pin;
148 params->pin = config->pin2;
252 * At this point with the pkcs11 engine the PIN is wrong. We
253 * reset the PIN in the configuration to be sure to not use it
257 "TLS: Bad PIN provided, requesting a new one");
258 os_free(config->pin);
259 config->pin = NULL;
769 /* TODO: clean pin if engine used? */
    [all...]
  /external/skia/src/effects/imagefilters/
SkArithmeticImageFilter.cpp 111 static Sk4f pin(float min, const Sk4f& val, float max) { function
125 r = pin(0, k1*s*d + k2*s + k3*d + k4, 255);
141 r = pin(0, k3*d + k4, 255);
  /external/skqp/src/effects/imagefilters/
SkArithmeticImageFilter.cpp 110 static Sk4f pin(float min, const Sk4f& val, float max) { function
124 r = pin(0, k1*s*d + k2*s + k3*d + k4, 255);
140 r = pin(0, k3*d + k4, 255);
  /external/wpa_supplicant_8/src/wps/
wps.c 52 if (cfg->pin) {
54 data->dev_password = os_memdup(cfg->pin, cfg->pin_len);
60 wpa_hexdump_key(MSG_DEBUG, "WPS: AP PIN dev_password",
65 if (cfg->pin == NULL &&
70 /* Keep AP PIN as alternative Device Password */
91 /* Use special PIN '00000000' for PBC */
167 wpa_printf(MSG_DEBUG, "WPS: Full PIN information revealed and "
292 * wps_is_selected_pin_registrar - Check whether WPS IE indicates active PIN
294 * Returns: 1 if PIN Registrar is active, 0 if not

Completed in 894 milliseconds

1 2 3 4 5 67 8 91011