Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/fdt/
H A Dfdtvar.h126 struct fdtbus_gpio_controller_func { struct
127 void * (*acquire)(device_t, const void *, size_t, int);
128 void (*release)(device_t, void *);
129 int (*read)(device_t, void *, bool);
130 void (*write)(device_t, void *, int, bool);