Searched defs:fdtbus_gpio_controller_func (Results 1 – 1 of 1) sorted by relevance
126 struct fdtbus_gpio_controller_func { struct127 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);