Home
last modified time | relevance | path

Searched defs:gpio_attach (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/sys/sys/
H A Dgpio.h64 struct gpio_attach { struct
77 #define GPIOATTACH _IOWR('G', 6, struct gpio_attach) argument
/openbsd-src/sys/dev/gpio/
H A Dgpio.c91 gpio_attach(struct device *parent, struct device *self, void *aux) in gpio_attach() function