Home
last modified time | relevance | path

Searched refs:gpio_pin_op (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/sys/
H A Dgpio.h136 struct gpio_pin_op { struct
142 #define GPIOPINREAD _IOWR('G', 1, struct gpio_pin_op) argument
143 #define GPIOPINWRITE _IOWR('G', 2, struct gpio_pin_op)
144 #define GPIOPINTOGGLE _IOWR('G', 3, struct gpio_pin_op)
/netbsd-src/sys/dev/gpio/
H A Dgpio.c1029 struct gpio_pin_op *op; in gpio_ioctl_oapi()