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

12345

/freebsd-13-stable/sys/arm/nvidia/drm2/
H A Dtegra_host1x.c521 for (node = OF_child(node); node > 0; node = OF_peer(node))
/freebsd-13-stable/sys/arm/ti/am335x/
H A Dam335x_lcd_syscons.c354 for (child = OF_child(start); child != 0; child = OF_peer(child)) {
H A Dam335x_lcd.c382 for (endpoint = OF_child(node); endpoint != 0; endpoint = OF_peer(endpoint)) {
/freebsd-13-stable/sys/arm/ti/
H A Dti_sysc.c439 for (child = OF_child(node); child > 0; child = OF_peer(child)) {
/freebsd-13-stable/sys/arm64/nvidia/tegra210/
H A Dmax77620_gpio.c350 for (node = OF_child(cfgnode); node != 0; node = OF_peer(node)) {
H A Dtegra210_pinmux.c678 for (node = OF_child(cfgnode); node != 0; node = OF_peer(node)) {
/freebsd-13-stable/stand/libofw/
H A Dopenfirm.c179 OF_child(phandle_t node) function
/freebsd-13-stable/sys/powerpc/powermac/
H A Dcpcht.c209 for (child = OF_child(node); child != 0; child = OF_peer(child))
H A Dcuda.c244 for (child = OF_child(node); child != 0; child = OF_peer(child)) {
H A Dpmu.c400 for (child = OF_child(node); child != 0; child = OF_peer(child)) {
/freebsd-13-stable/share/man/man9/
H A DMakefile226 OF_child.9 \
1649 MLINKS+=OF_child.9 OF_parent.9 \
1650 OF_child.9 OF_peer.9
/freebsd-13-stable/sys/arm64/rockchip/
H A Drk_pinctrl.c1267 for (node = OF_child(node); node > 0; node = OF_peer(node)) {
/freebsd-13-stable/sys/powerpc/mpc85xx/
H A Dlbc.c622 for (child = OF_child(node); child != 0; child = OF_peer(child)) {
/freebsd-13-stable/sys/arm/broadcom/bcm2835/
H A Dbcm2835_gpio.c678 node = OF_child(gpio);
/freebsd-13-stable/sys/arm/nvidia/
H A Dtegra_pinmux.c710 for (node = OF_child(cfgnode); node != 0; node = OF_peer(node)) {
H A Dtegra_pcie.c1062 for (child = OF_child(node); child != 0; child = OF_peer(child)) {
/freebsd-13-stable/sys/dev/etherswitch/e6000sw/
H A De6000sw.c462 for (child = OF_child(ports); child != 0; child = OF_peer(child)) {
/freebsd-13-stable/sys/dev/neta/
H A Dif_mvneta.c422 for (child = OF_child(node); child != 0; child = OF_peer(child)) {
/freebsd-13-stable/sys/arm/ti/cpsw/
H A Dif_cpsw.c751 for (child = OF_child(sc->node); child != 0; child = OF_peer(child)) {

Completed in 278 milliseconds

12345