Lines Matching refs:phandle_t
45 device_t, phandle_t);
47 static int ofw_gpiobus_parse_gpios_impl(device_t, phandle_t, char *,
59 gpio_pin_get_by_ofw_propidx(device_t consumer, phandle_t cnode, in gpio_pin_get_by_ofw_propidx()
62 phandle_t xref; in gpio_pin_get_by_ofw_propidx()
109 gpio_pin_get_by_ofw_idx(device_t consumer, phandle_t node, in gpio_pin_get_by_ofw_idx()
117 gpio_pin_get_by_ofw_property(device_t consumer, phandle_t node, in gpio_pin_get_by_ofw_property()
125 gpio_pin_get_by_ofw_name(device_t consumer, phandle_t node, in gpio_pin_get_by_ofw_name()
143 ofw_gpiobus_add_fdt_child(device_t bus, const char *drvname, phandle_t child) in ofw_gpiobus_add_fdt_child()
195 phandle_t node; in ofw_gpiobus_register_provider()
205 phandle_t node; in ofw_gpiobus_unregister_provider()
213 ofw_gpiobus_setup_devinfo(device_t bus, device_t child, phandle_t node) in ofw_gpiobus_setup_devinfo()
280 ofw_gpiobus_parse_gpios_impl(device_t consumer, phandle_t cnode, char *pname, in ofw_gpiobus_parse_gpios_impl()
285 phandle_t gpio; in ofw_gpiobus_parse_gpios_impl()
424 phandle_t child; in ofw_gpiobus_attach()