Searched refs:gpio_pin_set (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/sys/sys/
H A Dgpio.h55 struct gpio_pin_set { struct
75 #define GPIOPINSET _IOWR('G', 4, struct gpio_pin_set)
76 #define GPIOPINUNSET _IOWR('G', 5, struct gpio_pin_set)
/openbsd-current/usr.sbin/gpioctl/
H A Dgpioctl.c264 struct gpio_pin_set set;
306 struct gpio_pin_set set;
/openbsd-current/sys/dev/gpio/
H A Dgpio.c306 struct gpio_pin_set *set;
448 set = (struct gpio_pin_set *)data;
496 set = (struct gpio_pin_set *)data;

Completed in 171 milliseconds