of_find_firstchild_byname
clocks_handle = of_find_firstchild_byname(clkmgr_handle, "clocks");
const int mux = of_find_firstchild_byname(phandle, "mux");
} else if (of_find_firstchild_byname(child, "mux") != -1) {
of_find_firstchild_byname(bridge, "ethernet");
const int gpio = of_find_firstchild_byname(phandle, "gpio");
panel = of_find_firstchild_byname(sc->sc_phandle, "panel");
panel_timing = of_find_firstchild_byname(panel, "panel-timing");
phandle = of_find_firstchild_byname(sc->sc_phandle, "pads");
phandle = of_find_firstchild_byname(phandle, name);
phandle = of_find_firstchild_byname(phandle, "lanes");
phandle = of_find_firstchild_byname(sc->sc_phandle, "ports");
const int port_phandle = of_find_firstchild_byname(phandle, "port");
sc->sc_auxclk_phandle = of_find_firstchild_byname(phandle, "auxclk");
sc->sc_sysclk_phandle = of_find_firstchild_byname(phandle, "sysclk");
clocks = of_find_firstchild_byname(phandle, "clocks");
slave = of_find_firstchild_byname(phandle, "slave");
slave = of_find_firstchild_byname(phandle, "ethernet-ports");
slave = of_find_firstchild_byname(slave, "port");
clocks = of_find_firstchild_byname(sc->sc_phandle, "clocks");
clocks = of_find_firstchild_byname(phandle, "clocks");
clocks = of_find_firstchild_byname(phandle, "clocks");
node = of_find_firstchild_byname(OF_finddevice("/"), "pci");
ofppc_init_comcons(of_find_firstchild_byname(node, "isa"));
if (of_find_firstchild_byname(OF_finddevice("/"), "pci") == node) {
isa_node = of_find_firstchild_byname(node, "isa");
const int cpu_phandle = of_find_firstchild_byname(link_phandle, cpu_prop);
const int codec_phandle = of_find_firstchild_byname(link_phandle, codec_prop);
if (of_find_firstchild_byname(phandle, "simple-audio-card,cpu") > 0 &&
of_find_firstchild_byname(phandle, "simple-audio-card,codec") > 0) {
dwc3_phandle = of_find_firstchild_byname(phandle, "dwc3");
child = of_find_firstchild_byname(phandle, "clocks");
phandle = of_find_firstchild_byname(sc->sc_phandle, "regulators");
child = of_find_firstchild_byname(phandle, regdef->name);
regulators_phandle = of_find_firstchild_byname(sc->sc_phandle, "regulators");
phandle = of_find_firstchild_byname(sc->sc_phandle, "regulators");
child = of_find_firstchild_byname(phandle, ctrl->c_name);
regulators = of_find_firstchild_byname(sc->sc_phandle, "regulators");
child = of_find_firstchild_byname(regulators, sc->sc_conf->ctrl[n].name);
phandle = of_find_firstchild_byname(sc->sc_phandle, "regulators");
int of_find_firstchild_byname(int, const char *);