Home
last modified time | relevance | path

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

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