Searched refs:dt_child (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/mips/ingenic/
H A Djz4780_pinctrl.c89 phandle_t dt_parent, dt_child; local
110 for (dt_child = OF_child(dt_parent); dt_child != 0;
111 dt_child = OF_peer(dt_child)) {
118 if (!OF_hasprop(dt_child, "gpio-controller"))
120 child = simplebus_add_device(dev, dt_child, 0, NULL, -1, NULL);
/freebsd-13-stable/sys/arm/mv/
H A Dmv_localbus.c258 phandle_t dt_node, dt_child; local
268 for (dt_child = OF_child(dt_node); dt_child != 0;
269 dt_child = OF_peer(dt_child)) {
271 if (!(ofw_bus_node_status_okay(dt_child)))
274 if (!(mv_fdt_pm(dt_child)))
278 if (ofw_bus_gen_setup_devinfo(&di->di_ofw, dt_child) != 0) {
285 if (fdt_localbus_reg_decode(dt_child, sc, di)) {

Completed in 62 milliseconds