Home
last modified time | relevance | path

Searched refs:ofw_bus_find_child_device_by_phandle (Results 1 – 3 of 3) sorted by relevance

/freebsd-11-stable/sys/dev/ofw/
HDofw_bus_subr.h132 device_t ofw_bus_find_child_device_by_phandle(device_t bus, phandle_t node);
HDofw_bus_subr.c730 ofw_bus_find_child_device_by_phandle(device_t bus, phandle_t node) in ofw_bus_find_child_device_by_phandle() function
/freebsd-11-stable/sys/dev/gpio/
HDofw_gpiobus.c230 childdev = ofw_bus_find_child_device_by_phandle(bus, child); in ofw_gpiobus_add_fdt_child()