Home
last modified time | relevance | path

Searched refs:gpio_dev (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/sys/dev/gpio/
H A Dgpiovar.h73 struct gpio_dev { struct
75 LIST_ENTRY(gpio_dev) sc_next; argument
H A Dgpio.c45 LIST_HEAD(, gpio_dev) sc_devs; /* devices */
304 struct gpio_dev *gdev; in gpio_ioctl()