Home
last modified time | relevance | path

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

/freebsd/sys/dev/ofw/
H A Dofw_bus_subr.h140 device_t ofw_bus_find_child_device_by_phandle(device_t bus, phandle_t node);
H A Dofw_bus_subr.c826 ofw_bus_find_child_device_by_phandle(device_t bus, phandle_t node) in ofw_bus_find_child_device_by_phandle() function
/freebsd/sys/dev/dpaa2/
H A Dmemac_mdio_fdt.c215 childdev = ofw_bus_find_child_device_by_phandle(bus, child); in memac_mdio_fdt_probe_child()
H A Ddpaa2_mc_fdt.c233 childdev = ofw_bus_find_child_device_by_phandle(bus, child); in dpaa2_mc_fdt_probe_child()
/freebsd/sys/dev/gpio/
H A Dofw_gpiobus.c153 childdev = ofw_bus_find_child_device_by_phandle(bus, child); in ofw_gpiobus_add_fdt_child()