/src/sys/arch/arm/ti/ |
omap3_prm.c | 74 clocks = of_find_firstchild_byname(phandle, "clocks");
|
am3_prcm.c | 302 clocks = of_find_firstchild_byname(phandle, "clocks");
|
omap3_cm.c | 211 clocks = of_find_firstchild_byname(sc->sc_phandle, "clocks");
|
if_cpsw.c | 423 slave = of_find_firstchild_byname(phandle, "slave"); 425 slave = of_find_firstchild_byname(phandle, "ethernet-ports"); 427 slave = of_find_firstchild_byname(slave, "port");
|
/src/sys/dev/ofw/ |
openfirm.h | 122 int of_find_firstchild_byname(int, const char *);
|
ofw_subr.c | 554 of_find_firstchild_byname(int node, const char *name) function in typeref:typename:int
|
/src/sys/dev/fdt/ |
syscon.c | 143 child = of_find_firstchild_byname(phandle, "clocks");
|
ausoc.c | 441 const int cpu_phandle = of_find_firstchild_byname(link_phandle, cpu_prop); 455 const int codec_phandle = of_find_firstchild_byname(link_phandle, codec_prop); 529 if (of_find_firstchild_byname(phandle, "simple-audio-card,cpu") > 0 && 530 of_find_firstchild_byname(phandle, "simple-audio-card,codec") > 0) {
|
dwc3_fdt.c | 249 dwc3_phandle = of_find_firstchild_byname(phandle, "dwc3");
|
/src/sys/arch/ofppc/pci/ |
gt_mainbus.c | 189 node = of_find_firstchild_byname(OF_finddevice("/"), "pci"); 223 ofppc_init_comcons(of_find_firstchild_byname(node, "isa"));
|
ofwpci.c | 169 if (of_find_firstchild_byname(OF_finddevice("/"), "pci") == node) { 173 isa_node = of_find_firstchild_byname(node, "isa");
|
/src/sys/arch/arm/fdt/ |
plfb_fdt.c | 260 panel = of_find_firstchild_byname(sc->sc_phandle, "panel"); 263 panel_timing = of_find_firstchild_byname(panel, "panel-timing");
|
/src/sys/arch/arm/nvidia/ |
tegra210_xusbpad.c | 727 phandle = of_find_firstchild_byname(sc->sc_phandle, "pads"); 732 phandle = of_find_firstchild_byname(phandle, name); 758 phandle = of_find_firstchild_byname(phandle, "lanes"); 912 phandle = of_find_firstchild_byname(sc->sc_phandle, "ports");
|
/src/sys/arch/arm/apple/ |
apple_platform.c | 180 of_find_firstchild_byname(bridge, "ethernet");
|
apple_smc.c | 371 const int gpio = of_find_firstchild_byname(phandle, "gpio");
|
/src/sys/arch/arm/amlogic/ |
meson_pinctrl.c | 195 const int mux = of_find_firstchild_byname(phandle, "mux"); 475 } else if (of_find_firstchild_byname(child, "mux") != -1) {
|
/src/sys/dev/i2c/ |
rkpmic.c | 519 regulators = of_find_firstchild_byname(sc->sc_phandle, "regulators"); 524 child = of_find_firstchild_byname(regulators, sc->sc_conf->ctrl[n].name);
|
as3722.c | 509 phandle = of_find_firstchild_byname(sc->sc_phandle, "regulators"); 515 child = of_find_firstchild_byname(phandle, regdef->name);
|
axppmic.c | 1283 phandle = of_find_firstchild_byname(sc->sc_phandle, "regulators"); 1289 child = of_find_firstchild_byname(phandle, ctrl->c_name);
|
axp20x.c | 810 regulators_phandle = of_find_firstchild_byname(sc->sc_phandle, "regulators");
|
tps65217pmic.c | 956 phandle = of_find_firstchild_byname(sc->sc_phandle, "regulators");
|
/src/sys/arch/arm/altera/ |
cycv_clkmgr.c | 164 clocks_handle = of_find_firstchild_byname(clkmgr_handle, "clocks");
|
/src/sys/arch/arm/rockchip/ |
rk_vop.c | 830 const int port_phandle = of_find_firstchild_byname(phandle, "port");
|