Searched refs:OF_child (Results 51 - 75 of 119) sorted by relevance

12345

/freebsd-13-stable/sys/dev/vnic/
H A Dmrml_bridge.c254 for (node = OF_child(parent); node > 0; node = OF_peer(node)) {
H A Dthunder_mdio_fdt.c262 for (node = OF_child(parent); node > 0; node = OF_peer(node)) {
/freebsd-13-stable/sys/mips/beri/
H A Dberi_mp.c96 if ((cpu = OF_child(cpus)) <= 0) {
/freebsd-13-stable/sys/mips/ingenic/
H A Djz4780_pinctrl.c110 for (dt_child = OF_child(dt_parent); dt_child != 0;
H A Djz4780_nemc.c289 for (node = OF_child(node); node > 0; node = OF_peer(node))
/freebsd-13-stable/sys/powerpc/powernv/
H A Dopal_sensor.c281 for (child = OF_child(ofw_bus_get_node(dev)); child != 0;
H A Dopal_dev.c218 for (child = OF_child(ofw_bus_get_node(dev)); child != 0;
/freebsd-13-stable/sys/powerpc/pseries/
H A Dvdevice.c141 for (child = OF_child(root); child != 0; child = OF_peer(child)) {
H A Dmmu_phyp.c152 dev = OF_child(root);
160 node = OF_child(dev);
/freebsd-13-stable/sys/arm/allwinner/
H A Daw_ccu.c222 for (child = OF_child(node); child > 0; child = OF_peer(child)) {
/freebsd-13-stable/sys/arm/ti/
H A Dti_prcm.c197 for (child = OF_child(node); child != 0; child = OF_peer(child)) {
H A Dti_scm_syscon.c195 for (child = OF_child(node); child != 0; child = OF_peer(child)) {
/freebsd-13-stable/sys/arm64/arm64/
H A Dgic_v3_fdt.c304 for (node = OF_child(parent); node > 0; node = OF_peer(node)) {
/freebsd-13-stable/sys/arm64/rockchip/
H A Drk_usbphy.c275 for (child = OF_child(node); child > 0; child = OF_peer(child)) {
/freebsd-13-stable/sys/powerpc/cpufreq/
H A Dpcr.c213 cpu = OF_child(OF_parent(cpu));
/freebsd-13-stable/sys/powerpc/powermac/
H A Dsmu.c339 for (child = OF_child(node); child != 0; child = OF_peer(child)) {
970 for (root = OF_child(node); root != 0; root = OF_peer(root)) {
977 for (child = OF_child(root); child != 0;
1190 for (child = OF_child(sensroot); child != 0; child = OF_peer(child))
1209 for (child = OF_child(sensroot); child != 0; child = OF_peer(child)) {
1430 for (child = OF_child(i2croot); child != 0; child = OF_peer(child)) {
H A Duninorth.c328 for (child = OF_child(root); child != 0; child = OF_peer(child)) {
396 for (child = OF_child(root); child; child = OF_peer(child)) {
/freebsd-13-stable/sys/dev/ofw/
H A Dofwpci.c171 for (c = OF_child(node); c != 0; c = OF_peer(c)) {
183 for (c = OF_child(node); c != 0; c = OF_peer(c)) {
/freebsd-13-stable/sys/powerpc/powerpc/
H A Dcpu.c414 dev = OF_child(root);
421 cpu = OF_child(dev);
/freebsd-13-stable/sys/powerpc/ofw/
H A Dofw_machdep.c477 for (phandle = OF_child(OF_peer(0)); phandle != 0;
518 for (phandle = OF_child(OF_peer(0)); phandle != 0;
/freebsd-13-stable/sys/dev/fdt/
H A Dsimple_mfd.c195 for (child = OF_child(node); child > 0; child = OF_peer(child)) {
/freebsd-13-stable/sys/dev/iicbus/
H A Dds1631.c329 for (node = OF_child(child); node; node = OF_peer(node))
/freebsd-13-stable/sys/dev/iicbus/mux/
H A Diicmux.c271 for (child = OF_child(parent); child != 0; child = OF_peer(child)) {
/freebsd-13-stable/sys/powerpc/psim/
H A Diobus.c220 for (child = OF_child(root); child != 0; child = OF_peer(child)) {
/freebsd-13-stable/sys/arm/arm/
H A Dgic_fdt.c272 child = OF_child(node);

Completed in 192 milliseconds

12345