Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/fdt/
H A Dfdt_gpio.c40 struct fdtbus_gpio_controller { struct
45 LIST_ENTRY(fdtbus_gpio_controller) gc_next; argument
48 static LIST_HEAD(, fdtbus_gpio_controller) fdtbus_gpio_controllers =
55 struct fdtbus_gpio_controller *gc; in fdtbus_register_gpio_controller()
67 static struct fdtbus_gpio_controller *
70 struct fdtbus_gpio_controller *gc; in fdtbus_get_gpio_controller()
114 struct fdtbus_gpio_controller *gc; in fdtbus_gpio_acquire_index()
154 struct fdtbus_gpio_controller *gc = gp->gp_gc; in fdtbus_gpio_release()
163 struct fdtbus_gpio_controller *gc = gp->gp_gc; in fdtbus_gpio_read()
171 struct fdtbus_gpio_controller *gc = gp->gp_gc; in fdtbus_gpio_write()
[all …]
H A Dfdtvar.h119 struct fdtbus_gpio_controller;
122 struct fdtbus_gpio_controller *gp_gc;