| fdt_gpio.c | 42 int gc_phandle; member in struct:fdtbus_gpio_controller 59 gc->gc_phandle = phandle; 73 if (gc->gc_phandle == phandle) 93 const int gc_phandle = local 95 if (of_getprop_uint32(gc_phandle, "#gpio-cells", &gpio_cells)) 126 const int gc_phandle = local 128 if (of_getprop_uint32(gc_phandle, "#gpio-cells", &gpio_cells)) 131 gc = fdtbus_get_gpio_controller(gc_phandle);
|