Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dgpio.h146 struct gpio_event_config { struct
231 #define GPIOCONFIGEVENTS _IOW('G', 9, struct gpio_event_config)
/freebsd/lib/libgpio/
H A Dgpio.c282 struct gpio_event_config gpevent_config; in gpio_configure_events()
/freebsd/sys/dev/gpio/
H A Dgpioc.c795 struct gpio_event_config *evcfg; in gpioc_ioctl()
907 evcfg = (struct gpio_event_config *)arg; in gpioc_ioctl()
/freebsd/tools/test/gpioevents/
H A Dgpioevents.c563 struct gpio_event_config cfg = in main()