Searched defs:pin (Results 1 - 25 of 122) sorted by relevance

12345

/freebsd-10-stable/usr.sbin/bluetooth/hcsecd/
H A Dparser.y164 pin: T_PIN T_STRING label
[all...]
H A Dhcsecd.h45 char *pin; /* pin (or NULL if no pin) */ member in struct:link_key
H A Dhcsecd.c264 send_pin_code_reply(int sock, struct sockaddr_hci *addr, bdaddr_p bdaddr, char const *pin) argument
/freebsd-10-stable/contrib/wpa/wpa_supplicant/dbus/
H A Ddbus_old_handlers_wps.c73 char *pin = NULL; local
133 char *pin = NULL; local
H A Ddbus_new_handlers_wps.c28 char *pin; member in struct:wps_start_params
[all...]
/freebsd-10-stable/contrib/wpa/wpa_supplicant/examples/p2p/
H A Dp2p_connect.py228 pin = None variable in class:P2P_Connect
[all...]
/freebsd-10-stable/sys/arm/xscale/ixp425/
H A Dixdp425_pci.c149 ixp425_md_route_interrupt(device_t bridge, device_t device, int pin) argument
/freebsd-10-stable/sys/arm/rockchip/
H A Drk30xx_grf.c124 rk30_grf_gpio_pud(uint32_t bank, uint32_t pin, uint32_t state) argument
H A Drk30xx_pmu.c124 rk30_pmu_gpio_pud(uint32_t pin, uint32_t state) argument
/freebsd-10-stable/sys/dev/gpio/
H A Dgpioc.c117 struct gpio_pin pin; local
[all...]
H A Dgpiobusvar.h89 gpio_map_gpios(device_t bus, phandle_t dev, phandle_t gparent, int gcells, pcell_t *gpios, uint32_t *pin, uint32_t *flags) argument
H A Dgpioiic.c98 pcell_t pin; local
[all...]
/freebsd-10-stable/sys/dev/acpica/
H A Dacpi_pcib_pci.c140 acpi_pcib_pci_route_interrupt(device_t pcib, device_t dev, int pin) argument
H A Dacpi_pcib.c193 acpi_pcib_route_interrupt(device_t pcib, device_t dev, int pin, argument
/freebsd-10-stable/sys/mips/atheros/
H A Dar71xx_gpio.c115 ar71xx_gpio_pin_configure(struct ar71xx_gpio_softc *sc, struct gpio_pin *pin, argument
168 ar71xx_gpio_pin_getcaps(device_t dev, uint32_t pin, uint32_t *caps) argument
189 ar71xx_gpio_pin_getflags(device_t dev, uint32_t pin, uint32_t *flags) argument
210 ar71xx_gpio_pin_getname(device_t dev, uint32_t pin, char *name) argument
231 ar71xx_gpio_pin_setflags(device_t dev, uint32_t pin, uint32_t flags) argument
250 ar71xx_gpio_pin_set(device_t dev, uint32_t pin, unsigned int value) argument
272 ar71xx_gpio_pin_get(device_t dev, uint32_t pin, unsigned int *val) argument
291 ar71xx_gpio_pin_toggle(device_t dev, uint32_t pin) argument
[all...]
/freebsd-10-stable/sys/mips/cavium/
H A Docteon_gpio.c61 int pin; member in struct:octeon_gpio_pin
104 octeon_gpio_pin_configure(struct octeon_gpio_softc *sc, struct gpio_pin *pin, argument
146 octeon_gpio_pin_getcaps(device_t dev, uint32_t pin, uint32_t *caps) argument
167 octeon_gpio_pin_getflags(device_t dev, uint32_t pin, uint32_t *flags) argument
188 octeon_gpio_pin_getname(device_t dev, uint32_t pin, char *name) argument
209 octeon_gpio_pin_setflags(device_t dev, uint32_t pin, uint32_t flags) argument
228 octeon_gpio_pin_set(device_t dev, uint32_t pin, unsigned int value) argument
252 octeon_gpio_pin_get(device_t dev, uint32_t pin, unsigned int *val) argument
275 octeon_gpio_pin_toggle(device_t dev, uint32_t pin) argument
[all...]
/freebsd-10-stable/usr.sbin/gpioctl/
H A Dgpioctl.c138 struct gpio_pin pin; local
187 struct gpio_pin pin; local
[all...]
/freebsd-10-stable/usr.sbin/bhyve/
H A Dpci_irq.c89 pirq_read(int pin) argument
97 pirq_write(struct vmctx *ctx, int pin, uint8_t val) argument
198 int best_count, best_irq, best_pin, irq, pin; local
235 pirq_irq(int pin) argument
247 int irq, pin; local
[all...]
/freebsd-10-stable/crypto/openssh/
H A Dssh-pkcs11-client.c187 pkcs11_add_provider(char *name, char *pin, Key ***keysp) argument
/freebsd-10-stable/contrib/libarchive/libarchive/
H A Darchive_blake2s_ref.c214 int blake2s_update( blake2s_state *S, const void *pin, size_t inlen ) argument
H A Darchive_blake2sp_ref.c133 int blake2sp_update( blake2sp_state *S, const void *pin, size_t inlen ) argument
/freebsd-10-stable/contrib/gdb/gdb/
H A Dnto-tdep.c153 nto_parse_redirection (char *pargv[], char **pin, char **pout, char **perr) argument
/freebsd-10-stable/contrib/wpa/src/eap_peer/
H A Deap_config.h399 char *pin; member in struct:eap_peer_config
/freebsd-10-stable/sys/arm/freescale/vybrid/
H A Dvf_gpio.c164 vf_gpio_pin_getname(device_t dev, uint32_t pin, char *name) argument
186 vf_gpio_pin_getcaps(device_t dev, uint32_t pin, uint32_t *caps) argument
208 vf_gpio_pin_getflags(device_t dev, uint32_t pin, uint32_t *flags) argument
230 vf_gpio_pin_get(device_t dev, uint32_t pin, unsigned int *val) argument
252 vf_gpio_pin_toggle(device_t dev, uint32_t pin) argument
275 vf_gpio_pin_configure(struct vf_gpio_softc *sc, struct gpio_pin *pin, unsigned int flags) argument
301 vf_gpio_pin_setflags(device_t dev, uint32_t pin, uint32_t flags) argument
321 vf_gpio_pin_set(device_t dev, uint32_t pin, unsigned int value) argument
[all...]
H A Dvf_iomuxc.c131 int pin; local

Completed in 129 milliseconds

12345