Home
last modified time | relevance | path

Searched refs:GPIOCONFIGEVENTS (Results 1 – 4 of 4) sorted by relevance

/src/sys/sys/
H A Dgpio.h231 #define GPIOCONFIGEVENTS _IOW('G', 9, struct gpio_event_config) macro
/src/lib/libgpio/
H A Dgpio.c286 if (ioctl(handle, GPIOCONFIGEVENTS, &gpevent_config) < 0) in gpio_configure_events()
/src/tools/test/gpioevents/
H A Dgpioevents.c566 res = ioctl(handle, GPIOCONFIGEVENTS, &cfg); in main()
/src/sys/dev/gpio/
H A Dgpioc.c908 case GPIOCONFIGEVENTS: in gpioc_ioctl()