Home
last modified time | relevance | path

Searched refs:gpio_req (Results 1 – 3 of 3) sorted by relevance

/NextBSD/sys/sys/
HDgpio.h82 struct gpio_req { struct
93 #define GPIOGET _IOWR('G', 3, struct gpio_req) argument
94 #define GPIOSET _IOW('G', 4, struct gpio_req)
95 #define GPIOTOGGLE _IOWR('G', 5, struct gpio_req)
/NextBSD/lib/libgpio/
HDgpio.c155 struct gpio_req gpreq; in gpio_pin_get()
168 struct gpio_req gpreq; in gpio_pin_set()
/NextBSD/sys/dev/gpio/
HDgpioc.c120 struct gpio_req req; in gpioc_ioctl()