Symbol: fdtbus_get_phandle
sys/arch/arm/amlogic/meson_dwmac.c
240
phandle_phy = fdtbus_get_phandle(phandle, "phy-handle");
sys/arch/arm/amlogic/meson_thermal.c
201
phandle_aosec = fdtbus_get_phandle(phandle, "amlogic,ao-secure");
sys/arch/arm/amlogic/meson_usbphy.c
95
const int phy_phandle = fdtbus_get_phandle(phandle, "phys");
sys/arch/arm/fdt/plfb_fdt.c
154
const int vram_phandle = fdtbus_get_phandle(phandle, "memory-region");
sys/arch/arm/nvidia/tegra_drm.c
170
ddc_phandle = fdtbus_get_phandle(hdmi_phandle,
sys/arch/arm/nxp/if_enet_imx.c
264
phy_phandle = fdtbus_get_phandle(phandle, "phy-handle");
sys/arch/arm/rockchip/rk3066_smp.c
98
const int pmu_phandle = fdtbus_get_phandle(cpus_phandle,
sys/arch/arm/sociox/if_scx.c
720
phy_phandle = fdtbus_get_phandle(phandle, "phy-handle");
sys/arch/arm/sunxi/sun8i_h3_codec.c
220
phandle = fdtbus_get_phandle(sc->sc_phandle,
sys/arch/arm/sunxi/sun8i_v3s_codec.c
207
phandle = fdtbus_get_phandle(sc->sc_phandle,
sys/arch/arm/sunxi/sunxi_emac.c
1320
int phy_phandle = fdtbus_get_phandle(phandle, "phy-handle");
sys/arch/arm/sunxi/sunxi_emac.c
1326
int phy_phandle = fdtbus_get_phandle(phandle, "phy-handle");
sys/arch/arm/sunxi/sunxi_emac.c
1347
phy_phandle = fdtbus_get_phandle(sc->phandle, "phy");
sys/arch/arm/sunxi/sunxi_emac.c
1349
phy_phandle = fdtbus_get_phandle(sc->phandle, "phy-handle");
sys/arch/arm/sunxi/sunxi_emac.c
972
phy = fdtbus_get_phandle(sc->phandle, "phy-handle");
sys/arch/arm/sunxi/sunxi_gmac.c
103
phy_phandle = fdtbus_get_phandle(phandle, "phy");
sys/arch/arm/sunxi/sunxi_gmac.c
105
phy_phandle = fdtbus_get_phandle(phandle, "phy-handle");
sys/arch/arm/xilinx/zynq_cemac.c
61
phy_phandle = fdtbus_get_phandle(phandle, "phy");
sys/arch/arm/xilinx/zynq_cemac.c
63
phy_phandle = fdtbus_get_phandle(phandle, "phy-handle");
sys/arch/riscv/starfive/jh71x0_eth.c
153
phandle_phy = fdtbus_get_phandle(phandle, "phy-handle");
sys/dev/fdt/ausoc.c
399
dai_phandle == fdtbus_get_phandle(phandle, frame_master_prop);
sys/dev/fdt/ausoc.c
401
dai_phandle == fdtbus_get_phandle(phandle, bitclock_master_prop);
sys/dev/fdt/cpufreq_dt.c
416
const int opp_table = fdtbus_get_phandle(phandle, "operating-points-v2");
sys/dev/fdt/fdt_i2c.c
124
i2c_phandle = fdtbus_get_phandle(phandle, prop);
sys/dev/fdt/fdt_intr.c
104
return fdtbus_get_phandle(iparent, "interrupt-parent");
sys/dev/fdt/fdt_port.c
362
ep->ep_rphandle = fdtbus_get_phandle(child, "remote-endpoint");
sys/dev/fdt/fdt_regulator.c
97
regulator_phandle = fdtbus_get_phandle(phandle, prop);
sys/dev/fdt/fdt_syscon.c
88
sc_phandle = fdtbus_get_phandle(phandle, prop);
sys/dev/fdt/fdtvar.h
89
int fdtbus_get_phandle(int, const char *);
sys/dev/i2c/cwfg.c
396
const int bphandle = fdtbus_get_phandle(sc->sc_phandle, "monitored-battery");