Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dgpio.h228 #define GPIOSETNAME _IOW('G', 6, struct gpio_pin) macro
/freebsd/lib/libgpio/
H A Dgpio.c129 if (ioctl(handle, GPIOSETNAME, &gppin) < 0) in gpio_pin_set_name()
/freebsd/sys/dev/gpio/
H A Dgpioc.c873 case GPIOSETNAME: in gpioc_ioctl()