Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dgpio.h225 #define GPIOGET _IOWR('G', 3, struct gpio_req) macro
/freebsd/lib/libgpio/
H A Dgpio.c157 if (ioctl(handle, GPIOGET, &gpreq) < 0) in gpio_pin_get()
/freebsd/sys/dev/gpio/
H A Dgpioc.c857 case GPIOGET: in gpioc_ioctl()