Home
last modified time | relevance | path

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

/openbsd/sys/sys/
H A Dgpio.h75 #define GPIOPINSET _IOWR('G', 4, struct gpio_pin_set) macro
/openbsd/usr.sbin/gpioctl/
H A Dgpioctl.c277 if (ioctl(devfd, GPIOPINSET, &set) == -1) in pinset()
/openbsd/sys/dev/gpio/
H A Dgpio.c444 case GPIOPINSET: in gpio_ioctl()