Home
last modified time | relevance | path

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

/freebsd-14-stable/lib/libgpio/
HDgpio.c60 if (ioctl(fd, GPIOMAXPIN, &maxpins) < 0) { in gpio_open_device()
83 if (ioctl(handle, GPIOMAXPIN, &maxpins) < 0) in gpio_pin_list()
/freebsd-14-stable/sys/sys/
HDgpio.h222 #define GPIOMAXPIN _IOR('G', 0, int) macro
/freebsd-14-stable/sys/dev/gpio/
HDgpioc.c792 case GPIOMAXPIN: in gpioc_ioctl()