Lines Matching refs:fdtbus_gpio_controller
40 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()
179 struct fdtbus_gpio_controller *gc = gp->gp_gc; in fdtbus_gpio_read_raw()
187 struct fdtbus_gpio_controller *gc = gp->gp_gc; in fdtbus_gpio_write_raw()