Home
last modified time | relevance | path

Searched refs:gpio_event_config (Results 1 – 3 of 3) 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/sys/dev/gpio/
H A Dgpioc.c789 struct gpio_event_config *evcfg; in gpioc_ioctl()
895 evcfg = (struct gpio_event_config *)arg; in gpioc_ioctl()
/freebsd/tools/test/gpioevents/
H A Dgpioevents.c563 struct gpio_event_config cfg = in main()