/src/sys/dev/gpio/ |
gpiovar.h | 104 int gpio_pin_can_map(void *, int, uint32_t);
|
gpiovar.h | 104 int gpio_pin_can_map(void *, int, uint32_t);
|
gpiovar.h | 104 int gpio_pin_can_map(void *, int, uint32_t);
|
gpio.c | 355 gpio_pin_can_map(void *gpio, int offset, uint32_t mask) function in typeref:typename:int 870 if (!gpio_pin_can_map(sc, attach->ga_offset, attach->ga_mask))
|
gpio.c | 355 gpio_pin_can_map(void *gpio, int offset, uint32_t mask) function in typeref:typename:int 870 if (!gpio_pin_can_map(sc, attach->ga_offset, attach->ga_mask))
|
gpio.c | 355 gpio_pin_can_map(void *gpio, int offset, uint32_t mask) function in typeref:typename:int 870 if (!gpio_pin_can_map(sc, attach->ga_offset, attach->ga_mask))
|