/src/sys/sys/ |
gpio.h | 129 struct gpio_pin_ctl { struct 145 #define GPIOPINCTL _IOWR('G', 4, struct gpio_pin_ctl)
|
gpio.h | 129 struct gpio_pin_ctl { struct 145 #define GPIOPINCTL _IOWR('G', 4, struct gpio_pin_ctl)
|
/src/sys/dev/gpio/ |
gpio.c | 452 gpio_pin_ctl(gpio, map, pin, flags); 458 gpio_pin_ctl(void *gpio, struct gpio_pinmap *map, int pin, int flags) function in typeref:typename:void 1030 struct gpio_pin_ctl *ctl;
|
gpio.c | 452 gpio_pin_ctl(gpio, map, pin, flags); 458 gpio_pin_ctl(void *gpio, struct gpio_pinmap *map, int pin, int flags) function in typeref:typename:void 1030 struct gpio_pin_ctl *ctl;
|