Home
last modified time | relevance | path

Searched refs:of_parse_phandle (Results 1 – 192 of 192) sorted by relevance

/linux-4.4.14/sound/soc/kirkwood/
Darmada-370-db.c104 of_parse_phandle(pdev->dev.of_node, in a370db_probe()
109 of_parse_phandle(pdev->dev.of_node, in a370db_probe()
116 of_parse_phandle(pdev->dev.of_node, in a370db_probe()
123 of_parse_phandle(pdev->dev.of_node, in a370db_probe()
/linux-4.4.14/arch/arm/mach-qcom/
Dplatsmp.c103 acc_node = of_parse_phandle(cpu_node, "qcom,acc", 0); in kpssv1_release_secondary()
109 saw_node = of_parse_phandle(cpu_node, "qcom,saw", 0); in kpssv1_release_secondary()
183 acc_node = of_parse_phandle(cpu_node, "qcom,acc", 0); in kpssv2_release_secondary()
189 l2_node = of_parse_phandle(cpu_node, "next-level-cache", 0); in kpssv2_release_secondary()
195 saw_node = of_parse_phandle(l2_node, "qcom,saw", 0); in kpssv2_release_secondary()
/linux-4.4.14/sound/soc/ux500/
Dmop500.c77 msp_np[0] = of_parse_phandle(np, "stericsson,cpu-dai", 0); in mop500_of_probe()
78 msp_np[1] = of_parse_phandle(np, "stericsson,cpu-dai", 1); in mop500_of_probe()
79 codec_np = of_parse_phandle(np, "stericsson,audio-codec", 0); in mop500_of_probe()
/linux-4.4.14/sound/soc/mxs/
Dmxs-sgtl5000.c110 saif_np[0] = of_parse_phandle(np, "saif-controllers", 0); in mxs_sgtl5000_probe()
111 saif_np[1] = of_parse_phandle(np, "saif-controllers", 1); in mxs_sgtl5000_probe()
112 codec_np = of_parse_phandle(np, "audio-codec", 0); in mxs_sgtl5000_probe()
Dmxs-saif.c734 master = of_parse_phandle(np, "fsl,saif-master", 0); in mxs_saif_probe()
/linux-4.4.14/sound/soc/sirf/
Dsirf-audio.c95 of_parse_phandle(pdev->dev.of_node, "sirf,audio-platform", 0); in sirf_audio_probe()
97 of_parse_phandle(pdev->dev.of_node, "sirf,audio-platform", 0); in sirf_audio_probe()
99 of_parse_phandle(pdev->dev.of_node, "sirf,audio-codec", 0); in sirf_audio_probe()
/linux-4.4.14/sound/soc/rockchip/
Drockchip_max98090.c172 rk_dailink.codec_of_node = of_parse_phandle(np, in snd_rk_mc_probe()
180 rk_dailink.cpu_of_node = of_parse_phandle(np, in snd_rk_mc_probe()
190 rk_98090_headset_dev.codec_of_node = of_parse_phandle(np, in snd_rk_mc_probe()
Drockchip_rt5645.c169 rk_dailink.codec_of_node = of_parse_phandle(np, in snd_rk_mc_probe()
177 rk_dailink.cpu_of_node = of_parse_phandle(np, in snd_rk_mc_probe()
/linux-4.4.14/sound/soc/samsung/
Dsnow.c72 i2s_node = of_parse_phandle(pdev->dev.of_node, in snow_probe()
80 codec_node = of_parse_phandle(pdev->dev.of_node, in snow_probe()
Darndale_rt5631.c89 arndale_rt5631_dai[n].cpu_of_node = of_parse_phandle(np, in arndale_audio_probe()
103 arndale_rt5631_dai[n].codec_of_node = of_parse_phandle(np, in arndale_audio_probe()
Dodroidx2_max98090.c120 codec_node = of_parse_phandle(snd_node, "samsung,audio-codec", 0); in odroidx2_audio_probe()
127 i2s_node = of_parse_phandle(snd_node, "samsung,i2s-controller", 0); in odroidx2_audio_probe()
Dsmdk_wm8994.c164 smdk_dai[0].cpu_of_node = of_parse_phandle(np, in smdk_audio_probe()
/linux-4.4.14/drivers/gpu/drm/
Ddrm_of.c95 port = of_parse_phandle(dev->of_node, "ports", i); in drm_of_component_probe()
122 port = of_parse_phandle(dev->of_node, "ports", i); in drm_of_component_probe()
/linux-4.4.14/sound/soc/mediatek/
Dmt8173-rt5650-rt5676.c213 platform_node = of_parse_phandle(pdev->dev.of_node, in mt8173_rt5650_rt5676_dev_probe()
227 of_parse_phandle(pdev->dev.of_node, "mediatek,audio-codec", 0); in mt8173_rt5650_rt5676_dev_probe()
234 of_parse_phandle(pdev->dev.of_node, "mediatek,audio-codec", 1); in mt8173_rt5650_rt5676_dev_probe()
Dmt8173-max98090.c156 platform_node = of_parse_phandle(pdev->dev.of_node, in mt8173_max98090_dev_probe()
168 codec_node = of_parse_phandle(pdev->dev.of_node, in mt8173_max98090_dev_probe()
/linux-4.4.14/sound/soc/qcom/
Dstorm.c77 dai_link->cpu_of_node = of_parse_phandle(np, "cpu", 0); in storm_parse_of()
85 dai_link->codec_of_node = of_parse_phandle(np, "codec", 0); in storm_parse_of()
Dapq8016_sbc.c104 link->cpu_of_node = of_parse_phandle(cpu, "sound-dai", 0); in apq8016_sbc_parse_of()
110 link->codec_of_node = of_parse_phandle(codec, "sound-dai", 0); in apq8016_sbc_parse_of()
Dlpass-cpu.c371 dsp_of_node = of_parse_phandle(pdev->dev.of_node, "qcom,adsp", 0); in asoc_qcom_lpass_cpu_platform_probe()
/linux-4.4.14/drivers/cpuidle/
Ddt_idle_states.c115 curr_state_node = of_parse_phandle(cpu_node, "cpu-idle-states", in idle_state_valid()
173 state_node = of_parse_phandle(cpu_node, "cpu-idle-states", i); in dt_init_idle_driver()
/linux-4.4.14/arch/arm64/kernel/
Dpsci.c53 while ((state_node = of_parse_phandle(cpu_node, "cpu-idle-states", in cpu_psci_cpu_init_idle()
69 state_node = of_parse_phandle(cpu_node, "cpu-idle-states", i); in cpu_psci_cpu_init_idle()
Dtopology.c31 cpu_node = of_parse_phandle(node, "cpu", 0); in get_cpu_for_node()
/linux-4.4.14/drivers/dma/
Dti-dma-crossbar.c92 dma_spec->np = of_parse_phandle(ofdma->of_node, "dma-masters", 0); in ti_am335x_xbar_route_allocate()
140 dma_node = of_parse_phandle(node, "dma-masters", 0); in ti_am335x_xbar_probe()
246 dma_spec->np = of_parse_phandle(ofdma->of_node, "dma-masters", 0); in ti_dra7_xbar_route_allocate()
304 dma_node = of_parse_phandle(node, "dma-masters", 0); in ti_dra7_xbar_probe()
Dlpc18xx-dmamux.c82 dma_spec->np = of_parse_phandle(ofdma->of_node, "dma-masters", 0); in lpc18xx_dmamux_reserve()
137 dma_np = of_parse_phandle(np, "dma-masters", 0); in lpc18xx_dmamux_probe()
Dimx-sdma.c1468 struct device_node *gpr_np = of_parse_phandle(np, "gpr", 0); in sdma_event_remap()
/linux-4.4.14/sound/soc/omap/
Drx51.c405 dai_node = of_parse_phandle(np, "nokia,cpu-dai", 0); in rx51_soc_probe()
415 dai_node = of_parse_phandle(np, "nokia,audio-codec", 0); in rx51_soc_probe()
423 dai_node = of_parse_phandle(np, "nokia,audio-codec", 1); in rx51_soc_probe()
433 dai_node = of_parse_phandle(np, "nokia,headphone-amplifier", 0); in rx51_soc_probe()
Domap-abe-twl6040.c274 dai_node = of_parse_phandle(node, "ti,mcpdm", 0); in omap_abe_probe()
282 dai_node = of_parse_phandle(node, "ti,dmic", 0); in omap_abe_probe()
Domap-twl4030.c283 dai_node = of_parse_phandle(node, "ti,mcbsp", 0); in omap_twl4030_probe()
294 dai_node = of_parse_phandle(node, "ti,mcbsp-voice", 0); in omap_twl4030_probe()
/linux-4.4.14/sound/soc/tegra/
Dtrimslice.c135 trimslice_tlv320aic23_dai.codec_of_node = of_parse_phandle(np, in tegra_snd_trimslice_probe()
144 trimslice_tlv320aic23_dai.cpu_of_node = of_parse_phandle(np, in tegra_snd_trimslice_probe()
Dtegra_wm8753.c148 tegra_wm8753_dai.codec_of_node = of_parse_phandle(np, in tegra_wm8753_driver_probe()
157 tegra_wm8753_dai.cpu_of_node = of_parse_phandle(np, in tegra_wm8753_driver_probe()
Dtegra_rt5640.c195 tegra_rt5640_dai.codec_of_node = of_parse_phandle(np, in tegra_rt5640_probe()
204 tegra_rt5640_dai.cpu_of_node = of_parse_phandle(np, in tegra_rt5640_probe()
Dtegra_alc5632.c189 tegra_alc5632_dai.codec_of_node = of_parse_phandle( in tegra_alc5632_probe()
199 tegra_alc5632_dai.cpu_of_node = of_parse_phandle(np, in tegra_alc5632_probe()
Dtegra_max98090.c254 tegra_max98090_dai.codec_of_node = of_parse_phandle(np, in tegra_max98090_probe()
263 tegra_max98090_dai.cpu_of_node = of_parse_phandle(np, in tegra_max98090_probe()
Dtegra_rt5677.c271 tegra_rt5677_dai.codec_of_node = of_parse_phandle(np, in tegra_rt5677_probe()
280 tegra_rt5677_dai.cpu_of_node = of_parse_phandle(np, in tegra_rt5677_probe()
Dtegra_wm8903.c327 tegra_wm8903_dai.codec_of_node = of_parse_phandle(np, in tegra_wm8903_driver_probe()
336 tegra_wm8903_dai.cpu_of_node = of_parse_phandle(np, in tegra_wm8903_driver_probe()
Dtegra_wm9712.c107 tegra_wm9712_dai.cpu_of_node = of_parse_phandle(np, in tegra_wm9712_driver_probe()
/linux-4.4.14/sound/soc/atmel/
Datmel_wm8904.c105 cpu_np = of_parse_phandle(np, "atmel,ssc-controller", 0); in atmel_asoc_wm8904_dt_init()
115 codec_np = of_parse_phandle(np, "atmel,audio-codec", 0); in atmel_asoc_wm8904_dt_init()
Dsam9x5_wm8731.c127 codec_np = of_parse_phandle(np, "atmel,audio-codec", 0); in sam9x5_wm8731_driver_probe()
136 cpu_np = of_parse_phandle(np, "atmel,ssc-controller", 0); in sam9x5_wm8731_driver_probe()
Dsam9g20_wm8731.c216 codec_np = of_parse_phandle(np, "atmel,audio-codec", 0); in at91sam9g20ek_audio_probe()
226 cpu_np = of_parse_phandle(np, "atmel,ssc-controller", 0); in at91sam9g20ek_audio_probe()
/linux-4.4.14/sound/soc/fsl/
Deukrea-tlv320.c103 ssi_np = of_parse_phandle(pdev->dev.of_node, in eukrea_tlv320_probe()
112 codec_np = of_parse_phandle(ssi_np, "codec-handle", 0); in eukrea_tlv320_probe()
Dimx-es8328.c136 ssi_np = of_parse_phandle(pdev->dev.of_node, "ssi-controller", 0); in imx_es8328_probe()
137 codec_np = of_parse_phandle(pdev->dev.of_node, "audio-codec", 0); in imx_es8328_probe()
Dimx-sgtl5000.c104 ssi_np = of_parse_phandle(pdev->dev.of_node, "ssi-controller", 0); in imx_sgtl5000_probe()
105 codec_np = of_parse_phandle(pdev->dev.of_node, "audio-codec", 0); in imx_sgtl5000_probe()
Dfsl_utils.c42 dma_channel_np = of_parse_phandle(ssi_np, name, 0); in fsl_asoc_get_dma_channel()
Dfsl-asoc-card.c465 cpu_np = of_parse_phandle(np, "audio-cpu", 0); in fsl_asoc_card_probe()
468 cpu_np = of_parse_phandle(np, "ssi-controller", 0); in fsl_asoc_card_probe()
482 codec_np = of_parse_phandle(np, "audio-codec", 0); in fsl_asoc_card_probe()
488 asrc_np = of_parse_phandle(np, "audio-asrc", 0); in fsl_asoc_card_probe()
Dimx-wm8962.c201 ssi_np = of_parse_phandle(pdev->dev.of_node, "ssi-controller", 0); in imx_wm8962_probe()
202 codec_np = of_parse_phandle(pdev->dev.of_node, "audio-codec", 0); in imx_wm8962_probe()
Dimx-spdif.c27 spdif_np = of_parse_phandle(np, "spdif-controller", 0); in imx_spdif_audio_probe()
Dpcm030-audio-fabric.c75 platform_np = of_parse_phandle(np, "asoc-platform", 0); in pcm030_fabric_probe()
Dfsl_dma.c859 np = of_parse_phandle(ssi_np, "fsl,playback-dma", 0); in find_ssi_node()
864 np = of_parse_phandle(ssi_np, "fsl,capture-dma", 0); in find_ssi_node()
Dp1022_rdk.c215 codec_np = of_parse_phandle(np, "codec-handle", 0); in p1022_rdk_probe()
Dmpc8610_hpcd.c202 codec_np = of_parse_phandle(np, "codec-handle", 0); in mpc8610_hpcd_probe()
Dp1022_ds.c212 codec_np = of_parse_phandle(np, "codec-handle", 0); in p1022_ds_probe()
/linux-4.4.14/drivers/gpu/drm/tegra/
Doutput.c110 panel = of_parse_phandle(output->of_node, "nvidia,panel", 0); in tegra_output_probe()
121 ddc = of_parse_phandle(output->of_node, "nvidia,ddc-i2c-bus", 0); in tegra_output_probe()
Ddsi.c1442 np = of_parse_phandle(dsi->dev->of_node, "nvidia,ganged-mode", 0); in tegra_dsi_ganged_probe()
Dsor.c2400 np = of_parse_phandle(pdev->dev.of_node, "nvidia,dpaux", 0); in tegra_sor_probe()
/linux-4.4.14/drivers/video/
Dof_display_timing.c160 entry = of_parse_phandle(timings_np, "native-mode", 0); in of_get_display_timings()
259 timings_np = of_parse_phandle(np, "display-timings", 0); in of_display_timings_exist()
/linux-4.4.14/drivers/gpu/drm/sti/
Dsti_compositor.c247 vtg_np = of_parse_phandle(pdev->dev.of_node, "st,vtg", 0); in sti_compositor_probe()
251 vtg_np = of_parse_phandle(pdev->dev.of_node, "st,vtg", 1); in sti_compositor_probe()
Dsti_vtg.c350 np = of_parse_phandle(pdev->dev.of_node, "st,slave", 0); in vtg_probe()
Dsti_dvo.c530 dvo->panel_node = of_parse_phandle(np, "sti,panel", 0); in sti_dvo_probe()
Dsti_hdmi.c794 ddc = of_parse_phandle(pdev->dev.of_node, "ddc", 0); in sti_hdmi_probe()
Dsti_hqvdp.c1060 vtg_np = of_parse_phandle(pdev->dev.of_node, "st,vtg", 0); in sti_hqvdp_probe()
/linux-4.4.14/arch/arm/mach-u300/
Dregulator.c66 syscon_np = of_parse_phandle(np, "syscon", 0); in __u300_init_boardpower()
/linux-4.4.14/arch/arm/mach-bcm/
Dplatsmp-brcmstb.c255 syscon_np = of_parse_phandle(np, name, 0); in setup_hifcpubiuctrl_regs()
300 syscon_np = of_parse_phandle(np, name, 0); in setup_hifcont_regs()
/linux-4.4.14/drivers/of/
Dof_reserved_mem.c304 np = of_parse_phandle(dev->of_node, "memory-region", 0); in of_reserved_mem_device_init()
333 np = of_parse_phandle(dev->of_node, "memory-region", 0); in of_reserved_mem_device_release()
Dbase.c1568 struct device_node *of_parse_phandle(const struct device_node *np, in of_parse_phandle() function
1582 EXPORT_SYMBOL(of_parse_phandle);
2278 np = of_parse_phandle(node, "remote-endpoint", 0); in of_graph_get_remote_port_parent()
2302 np = of_parse_phandle(node, "remote-endpoint", 0); in of_graph_get_remote_port()
Dirq.c739 msi_np = of_parse_phandle(np, "msi-parent", 0); in of_msi_get_domain()
/linux-4.4.14/drivers/soc/qcom/
Dspm.c222 state_node = of_parse_phandle(cpu_node, "cpu-idle-states", i); in qcom_cpuidle_init()
297 saw_node = of_parse_phandle(cpu_node, "qcom,saw", 0); in spm_get_drv()
Dqcom_gsbi.c159 tcsr_node = of_parse_phandle(node, "syscon-tcsr", 0); in gsbi_probe()
Dsmem.c674 np = of_parse_phandle(dev->of_node, name, 0); in qcom_smem_map_memory()
Dsmd.c1258 syscon_np = of_parse_phandle(node, "qcom,ipc", 0); in qcom_smd_parse_edge()
/linux-4.4.14/drivers/mmc/core/
Dpwrseq.c58 np = of_parse_phandle(host->parent->of_node, "mmc-pwrseq", 0); in mmc_pwrseq_alloc()
/linux-4.4.14/drivers/cpufreq/
Dqoriq-cpufreq.c113 clk_np = of_parse_phandle(np, "clocks", 0); in cpu_to_clk_node()
222 pnode = of_parse_phandle(np, "clocks", 0); in qoriq_cpufreq_cpu_init()
/linux-4.4.14/sound/soc/davinci/
Ddavinci-evm.c370 dai->codec_of_node = of_parse_phandle(np, "ti,audio-codec", 0); in davinci_evm_probe()
374 dai->cpu_of_node = of_parse_phandle(np, "ti,mcasp-controller", 0); in davinci_evm_probe()
/linux-4.4.14/drivers/video/fbdev/omap2/dss/
Ddss-of.c131 np = of_parse_phandle(node, "remote-endpoint", 0); in omapdss_of_get_remote_port()
/linux-4.4.14/drivers/hwtracing/coresight/
Dof_coresight.c181 dn = of_parse_phandle(node, "cpu", 0); in of_get_coresight_platform_data()
/linux-4.4.14/drivers/gpu/drm/panel/
Dpanel-sharp-lq101r1sx01.c336 np = of_parse_phandle(sharp->link1->dev.of_node, "backlight", 0); in sharp_panel_add()
386 np = of_parse_phandle(dsi->dev.of_node, "link2", 0); in sharp_panel_probe()
Dpanel-simple.c305 backlight = of_parse_phandle(dev->of_node, "backlight", 0); in panel_simple_probe()
314 ddc = of_parse_phandle(dev->of_node, "ddc-i2c-bus", 0); in panel_simple_probe()
/linux-4.4.14/drivers/hwspinlock/
Dqcom_hwspinlock.c94 syscon = of_parse_phandle(pdev->dev.of_node, "syscon", 0); in qcom_hwspinlock_probe()
/linux-4.4.14/drivers/gpu/drm/fsl-dcu/
Dfsl_dcu_drm_rgb.c159 panel_node = of_parse_phandle(fsl_dev->np, "fsl,panel", 0); in fsl_dcu_drm_connector_create()
/linux-4.4.14/drivers/video/backlight/
Das3711_bl.c274 fb = of_parse_phandle(bl, "su1-dev", 0); in as3711_backlight_parse_dt()
285 fb = of_parse_phandle(bl, "su2-dev", 0); in as3711_backlight_parse_dt()
/linux-4.4.14/net/dsa/
Ddsa.c646 link = of_parse_phandle(port, "link", link_index); in dsa_of_probe_links()
694 mdio = of_parse_phandle(np, "dsa,mii-bus", 0); in dsa_of_probe()
702 ethernet = of_parse_phandle(np, "dsa,ethernet", 0); in dsa_of_probe()
754 mdio = of_parse_phandle(child, "mii-bus", 0); in dsa_of_probe()
Dslave.c1031 phy_dn = of_parse_phandle(port_dn, "phy-handle", 0); in dsa_slave_phy_setup()
/linux-4.4.14/drivers/usb/phy/
Dphy-am335x-control.c124 node = of_parse_phandle(dev->of_node, "ti,ctrl_mod", 0); in am335x_get_phy_control()
Dphy.c255 node = of_parse_phandle(dev->of_node, phandle, index); in devm_usb_get_phy_by_phandle()
/linux-4.4.14/drivers/bus/
Dvexpress-config.c175 bridge = of_parse_phandle(node, "arm,vexpress,config-bridge", 0); in vexpress_config_populate()
Darm-cci.c1687 cci_portn = of_parse_phandle(dn, "cci-control-port", 0); in __cci_ace_get_port()
/linux-4.4.14/drivers/power/
Dpower_supply_core.c162 np = of_parse_phandle(psy->of_node, "power-supplies", i++); in __power_supply_populate_supplied_from()
241 np = of_parse_phandle(psy->of_node, "power-supplies", cnt++); in power_supply_check_supplies()
432 power_supply_np = of_parse_phandle(np, property, 0); in power_supply_get_by_phandle()
Dab8500_bmdata.c564 battery_node = of_parse_phandle(np, "battery", 0); in ab8500_bm_of_probe()
Dbq2415x_charger.c1632 bq->notify_node = of_parse_phandle(np, in bq2415x_probe()
/linux-4.4.14/drivers/staging/octeon/
Dethernet-mdio.c176 phy_node = of_parse_phandle(priv->of_node, "phy-handle", 0); in cvm_oct_phy_setup_device()
/linux-4.4.14/drivers/gpu/drm/rockchip/
Drockchip_drm_drv.c500 port = of_parse_phandle(np, "ports", i); in rockchip_drm_platform_probe()
527 port = of_parse_phandle(np, "ports", i); in rockchip_drm_platform_probe()
/linux-4.4.14/drivers/i2c/muxes/
Di2c-arb-gpio-challenge.c194 parent_np = of_parse_phandle(np, "i2c-parent", 0); in i2c_arbitrator_probe()
Di2c-mux-pinctrl.c108 adapter_np = of_parse_phandle(np, "i2c-parent", 0); in i2c_mux_pinctrl_parse_dt()
Di2c-mux-reg.c100 adapter_np = of_parse_phandle(np, "i2c-parent", 0); in i2c_mux_reg_probe_dt()
Di2c-mux-gpio.c73 adapter_np = of_parse_phandle(np, "i2c-parent", 0); in i2c_mux_gpio_probe_dt()
/linux-4.4.14/drivers/mfd/
Dsyscon.c163 syscon_np = of_parse_phandle(np, property, 0); in syscon_regmap_lookup_by_phandle()
Dqcom_rpm.c507 syscon_np = of_parse_phandle(pdev->dev.of_node, "qcom,ipc", 0); in qcom_rpm_probe()
/linux-4.4.14/drivers/net/phy/
Dmdio-mux.c111 parent_bus_node = of_parse_phandle(dev->of_node, "mdio-parent-bus", 0); in mdio_mux_init()
/linux-4.4.14/drivers/pci/host/
Dpci-layerscape.c165 msi_node = of_parse_phandle(np, "msi-parent", 0); in ls_pcie_msi_host_init()
Dpci-mvebu.c994 msi_node = of_parse_phandle(pcie->pdev->dev.of_node, in mvebu_pcie_msi_enable()
/linux-4.4.14/drivers/media/v4l2-core/
Dv4l2-of.c287 np = of_parse_phandle(node, "remote-endpoint", 0); in v4l2_of_parse_link()
/linux-4.4.14/drivers/net/ethernet/stmicro/stmmac/
Ddwmac-socfpga.c119 np_splitter = of_parse_phandle(np, "altr,emac-splitter", 0); in socfpga_dwmac_parse_data()
Dstmmac_platform.c133 plat->phy_node = of_parse_phandle(np, "phy-handle", 0); in stmmac_probe_config_dt()
/linux-4.4.14/drivers/media/platform/xilinx/
Dxilinx-vtc.c263 xvtc_node = of_parse_phandle(np, "xlnx,vtc", 0); in xvtc_of_get()
/linux-4.4.14/drivers/gpu/drm/tilcdc/
Dtilcdc_slave_compat.c218 i2c = of_parse_phandle(slave, "i2c", 0); in tilcdc_convert_slave_node()
Dtilcdc_panel.c367 bl_node = of_parse_phandle(node, "backlight", 0); in panel_probe()
/linux-4.4.14/drivers/phy/
Dphy-exynos5250-sata.c190 node = of_parse_phandle(dev->of_node, in exynos_sata_phy_probe()
Dphy-omap-usb2.c231 control_node = of_parse_phandle(node, "ctrl-module", 0); in omap_usb2_probe()
Dphy-ti-pipe3.c420 control_node = of_parse_phandle(node, "ctrl-module", 0); in ti_pipe3_probe()
/linux-4.4.14/drivers/gpu/drm/msm/dsi/
Ddsi.c32 phy_node = of_parse_phandle(pdev->dev.of_node, "qcom,dsi-phy", 0); in dsi_get_phy()
/linux-4.4.14/drivers/usb/host/
Dohci-nxp.c173 isp1301_node = of_parse_phandle(pdev->dev.of_node, in ohci_hcd_nxp_probe()
Dehci-tegra.c85 phy_np = of_parse_phandle(pdev->dev.of_node, "nvidia,phy", 0); in tegra_reset_usb_controller()
/linux-4.4.14/drivers/regulator/
Darizona-ldo1.c208 dcvdd_node = of_parse_phandle(np, "DCVDD-supply", 0); in arizona_ldo1_of_get_pdata()
Dcore.c191 regnode = of_parse_phandle(dev->of_node, prop_name, 0); in of_get_regulator()
/linux-4.4.14/drivers/scsi/ufs/
Dufshcd-pltfrm.c142 if (!of_parse_phandle(np, prop_name, 0)) { in ufshcd_populate_vreg()
/linux-4.4.14/drivers/gpu/drm/exynos/
Dexynos_drm_dpi.c225 np = of_parse_phandle(node, "remote-endpoint", 0); in of_graph_get_remote_port_parent()
Dexynos_hdmi.c1879 ddc_node = of_parse_phandle(dev->of_node, "ddc", 0); in hdmi_probe()
1897 phy_node = of_parse_phandle(dev->of_node, "phy", 0); in hdmi_probe()
Dexynos_dp_core.c1356 panel_node = of_parse_phandle(dev->of_node, "panel", 0); in exynos_dp_probe()
/linux-4.4.14/arch/arm/mach-shmobile/
Dpm-rmobile.c190 pd = of_parse_phandle(np, "power-domains", 0); in add_special_pd()
/linux-4.4.14/drivers/video/fbdev/omap2/displays-new/
Dconnector-dvi.c295 adapter_node = of_parse_phandle(node, "ddc-i2c-bus", 0); in dvic_probe_of()
/linux-4.4.14/drivers/devfreq/
Ddevfreq-event.c234 node = of_parse_phandle(dev->of_node, "devfreq-events", index); in devfreq_event_get_edev_by_phandle()
/linux-4.4.14/include/linux/
Dof.h325 extern struct device_node *of_parse_phandle(const struct device_node *np,
581 static inline struct device_node *of_parse_phandle(const struct device_node *np, in of_parse_phandle() function
/linux-4.4.14/drivers/nvmem/
Dcore.c483 nvmem_np = of_parse_phandle(np, "nvmem", index); in of_nvmem_device_get()
624 cell_np = of_parse_phandle(np, "nvmem-cells", index); in of_nvmem_cell_get()
/linux-4.4.14/drivers/video/fbdev/
Dclps711x-fb.c282 disp = of_parse_phandle(np, "display", 0); in clps711x_fb_probe()
Dmxsfb.c741 display_np = of_parse_phandle(np, "display", 0); in mxsfb_init_fbinfo_dt()
Damba-clcd.c714 memory = of_parse_phandle(fb->dev->dev.of_node, "memory-region", 0); in clcdfb_of_vram_setup()
Dimxfb.c859 display_np = of_parse_phandle(pdev->dev.of_node, "display", 0); in imxfb_probe()
Datmel_lcdfb.c1044 display_np = of_parse_phandle(np, "display", 0); in atmel_lcdfb_of_init()
/linux-4.4.14/drivers/net/ethernet/hisilicon/
Dhns_mdio.c461 syscon_node_to_regmap(of_parse_phandle(np, "subctrl_vbase", 0)); in hns_mdio_probe()
Dhip04_eth.c885 priv->phy_node = of_parse_phandle(node, "phy-handle", 0); in hip04_mac_probe()
Dhix5hd2_gmac.c960 priv->phy_node = of_parse_phandle(node, "phy-handle", 0); in hix5hd2_dev_probe()
/linux-4.4.14/drivers/clk/tegra/
Dclk-emc.c511 tegra->emc_node = of_parse_phandle(np, in tegra_clk_register_emc()
/linux-4.4.14/drivers/gpu/drm/msm/
Dmsm_drv.c283 node = of_parse_phandle(dev->dev->of_node, "memory-region", 0); in msm_init_vram()
1056 node = of_parse_phandle(np, name, i); in add_components()
/linux-4.4.14/lib/
Dgenalloc.c676 np_pool = of_parse_phandle(np, propname, index); in of_gen_pool_get()
/linux-4.4.14/drivers/net/ethernet/xilinx/
Dll_temac_main.c1061 np = of_parse_phandle(op->dev.of_node, "llink-connected", 0); in temac_of_probe()
1109 lp->phy_node = of_parse_phandle(op->dev.of_node, "phy-handle", 0); in temac_of_probe()
Dxilinx_axienet_main.c1589 np = of_parse_phandle(pdev->dev.of_node, "axistream-connected", 0); in axienet_probe()
1627 lp->phy_node = of_parse_phandle(pdev->dev.of_node, "phy-handle", 0); in axienet_probe()
Dxilinx_emaclite.c1150 lp->phy_node = of_parse_phandle(ofdev->dev.of_node, "phy-handle", 0); in xemaclite_of_probe()
/linux-4.4.14/drivers/net/ethernet/broadcom/genet/
Dbcmmii.c517 priv->phy_dn = of_parse_phandle(dn, "phy-handle", 0); in bcmgenet_mii_of_init()
/linux-4.4.14/drivers/leds/
Dleds-netxbig.c397 gpio_ext_np = of_parse_phandle(np, "gpio-ext", 0); in netxbig_leds_get_of_pdata()
/linux-4.4.14/drivers/gpu/drm/vc4/
Dvc4_hdmi.c465 ddc_node = of_parse_phandle(dev->of_node, "ddc", 0); in vc4_hdmi_bind()
/linux-4.4.14/arch/powerpc/sysdev/
Dfsl_msi.c209 np = of_parse_phandle(hose->dn, "fsl,msi", 0); in fsl_setup_msi_irqs()
Dfsl_rio.c491 rmu_node = of_parse_phandle(dev->dev.of_node, "fsl,srio-rmu-handle", 0); in fsl_rio_setup()
/linux-4.4.14/sound/soc/sh/rcar/
Dcore.c794 playback = of_parse_phandle(dai_np, "playback", i); in rsnd_of_parse_dai()
795 capture = of_parse_phandle(dai_np, "capture", i); in rsnd_of_parse_dai()
/linux-4.4.14/drivers/pinctrl/nomadik/
Dpinctrl-nomadik.c1573 np_config = of_parse_phandle(np, "ste,config", 0); in nmk_pinctrl_dt_subnode_to_map()
2020 gpio_np = of_parse_phandle(np, "nomadik-gpio-chips", i); in nmk_pinctrl_probe()
2034 prcm_np = of_parse_phandle(np, "prcm", 0); in nmk_pinctrl_probe()
/linux-4.4.14/drivers/gpu/drm/imx/
Dimx-tve.c582 ddc_node = of_parse_phandle(np, "ddc-i2c-bus", 0); in imx_tve_bind()
/linux-4.4.14/drivers/pinctrl/
Dpinctrl-rockchip.c1821 node = of_parse_phandle(bank->of_node->parent, in rockchip_get_bank_data()
2008 node = of_parse_phandle(np, "rockchip,grf", 0); in rockchip_pinctrl_probe()
2044 node = of_parse_phandle(np, "rockchip,pmu", 0); in rockchip_pinctrl_probe()
/linux-4.4.14/drivers/gpu/drm/rcar-du/
Drcar_du_kms.c585 entity_ep_node = of_parse_phandle(ep->local_node, "remote-endpoint", 0); in rcar_du_encoders_init_one()
/linux-4.4.14/drivers/usb/musb/
Domap2430.c587 control_node = of_parse_phandle(np, "ctrl-module", 0); in omap2430_probe()
/linux-4.4.14/drivers/net/ethernet/amd/xgbe/
Dxgbe-main.c276 phy_node = of_parse_phandle(dev->of_node, "phy-handle", 0); in xgbe_of_get_phy_pdev()
/linux-4.4.14/sound/soc/pxa/
Dpxa-ssp.c723 ssp_handle = of_parse_phandle(dev->of_node, "port", 0); in pxa_ssp_probe()
/linux-4.4.14/drivers/thermal/
Dof-thermal.c594 trip = of_parse_phandle(np, "trip", 0); in thermal_of_populate_bind_params()
/linux-4.4.14/drivers/pinctrl/mediatek/
Dpinctrl-mtk-common.c1291 node = of_parse_phandle(np, "mediatek,pctl-regmap", 0); in mtk_pctrl_init()
1304 node = of_parse_phandle(np, "mediatek,pctl-regmap", 1); in mtk_pctrl_init()
/linux-4.4.14/drivers/net/ethernet/arc/
Demac_main.c709 phy_node = of_parse_phandle(dev->of_node, "phy", 0); in arc_emac_probe()
/linux-4.4.14/drivers/firmware/
Darm_scpi.c681 struct device_node *shmem = of_parse_phandle(np, "shmem", idx); in scpi_probe()
/linux-4.4.14/drivers/base/power/opp/
Dcore.c1178 return of_parse_phandle(dev->of_node, "operating-points-v2", 0); in _of_get_opp_desc_node()
/linux-4.4.14/drivers/perf/
Darm_pmu.c806 dn = of_parse_phandle(pdev->dev.of_node, "interrupt-affinity", i); in of_pmu_irq_cfg()
/linux-4.4.14/drivers/net/ethernet/hisilicon/hns/
Dhns_dsaf_mac.c690 mac_cb->phy_node = of_parse_phandle(np, "phy-handle", mac_cb->mac_id); in hns_mac_get_info()
/linux-4.4.14/drivers/pinctrl/freescale/
Dpinctrl-imx.c728 np = of_parse_phandle(dev_np, "fsl,input-sel", 0); in imx_pinctrl_probe()
/linux-4.4.14/drivers/soc/ti/
Dknav_dma.c385 dma_node = of_parse_phandle(np, "ti,navigator-dmas", 0); in of_channel_match_helper()
/linux-4.4.14/drivers/net/ethernet/apm/xgene/
Dxgene_enet_hw.c739 phy_np = of_parse_phandle(dev->of_node, "phy-handle", 0); in xgene_enet_phy_connect()
/linux-4.4.14/drivers/extcon/
Dextcon.c1099 node = of_parse_phandle(dev->of_node, "extcon", index); in extcon_get_edev_by_phandle()
/linux-4.4.14/drivers/net/ethernet/allwinner/
Dsun4i-emac.c871 db->phy_node = of_parse_phandle(np, "phy", 0); in emac_probe()
/linux-4.4.14/drivers/memory/tegra/
Dtegra124-emc.c1111 np = of_parse_phandle(pdev->dev.of_node, "nvidia,memory-controller", 0); in tegra_emc_probe()
/linux-4.4.14/drivers/memory/
Domap-gpmc.c1801 gpmc_nand_data->elm_of_node = of_parse_phandle(child, "ti,elm-id", 0); in gpmc_probe_nand_child()
1804 of_parse_phandle(child, "elm_id", 0); in gpmc_probe_nand_child()
Demif.c1353 np_ddr = of_parse_phandle(np_emif, "device-handle", 0); in of_get_memory_device_details()
/linux-4.4.14/drivers/net/ethernet/freescale/
Dfec_mpc52xx.c967 priv->phy_node = of_parse_phandle(np, "phy-handle", 0); in mpc52xx_fec_probe()
Dgianfar.c914 priv->phy_node = of_parse_phandle(np, "phy-handle", 0); in gfar_of_init()
928 priv->tbi_node = of_parse_phandle(np, "tbi-handle", 0); in gfar_of_init()
Ducc_geth.c3793 ug_info->phy_node = of_parse_phandle(np, "phy-handle", 0); in ucc_geth_probe()
3806 ug_info->tbi_node = of_parse_phandle(np, "tbi-handle", 0); in ucc_geth_probe()
Dfec_main.c3378 phy_node = of_parse_phandle(np, "phy-handle", 0); in fec_probe()
/linux-4.4.14/drivers/ata/
Dpata_octeon_cf.c892 dma_node = of_parse_phandle(node, in octeon_cf_probe()
/linux-4.4.14/drivers/net/ethernet/freescale/fs_enet/
Dfs_enet-main.c971 fpi->phy_node = of_parse_phandle(ofdev->dev.of_node, "phy-handle", 0); in fs_enet_probe()
/linux-4.4.14/drivers/net/ethernet/cavium/thunder/
Dthunder_bgx.c984 struct device_node *phy_np = of_parse_phandle(np_child, in bgx_init_of_phy()
/linux-4.4.14/drivers/iommu/
Domap-iommu.c1243 np = of_parse_phandle(dev->of_node, "iommus", 0); in omap_iommu_add_device()
Darm-smmu-v3.c1761 of_node = of_parse_phandle(bus->bridge->parent->of_node, "iommus", 0); in arm_smmu_get_for_pci_dev()
/linux-4.4.14/drivers/media/platform/sti/c8sectpfe/
Dc8sectpfe-core.c812 i2c_bus = of_parse_phandle(child, "i2c-bus", 0); in c8sectpfe_probe()
/linux-4.4.14/drivers/net/ethernet/altera/
Daltera_tse_main.c796 phynode = of_parse_phandle(priv->device->of_node, "phy-handle", 0); in init_phy()
/linux-4.4.14/drivers/base/power/
Ddomain.c1782 pd_args.np = of_parse_phandle(dev->of_node, in genpd_dev_pm_attach()
/linux-4.4.14/drivers/net/ethernet/marvell/
Dpxa168_eth.c1508 np = of_parse_phandle(pdev->dev.of_node, "phy-handle", 0); in pxa168_eth_probe()
Dmv643xx_eth.c2767 ppd.phy_node = of_parse_phandle(pnp, "phy-handle", 0); in mv643xx_eth_shared_of_add_port()
Dmvneta.c3275 phy_node = of_parse_phandle(dn, "phy", 0); in mvneta_probe()
Dmvpp2.c6137 phy_node = of_parse_phandle(port_node, "phy", 0); in mvpp2_port_probe()
/linux-4.4.14/sound/soc/
Dsoc-core.c3511 *bitclkmaster = of_parse_phandle(np, prop, 0); in snd_soc_of_parse_daifmt()
3516 *framemaster = of_parse_phandle(np, prop, 0); in snd_soc_of_parse_daifmt()
/linux-4.4.14/drivers/gpu/drm/bridge/
Ddw_hdmi.c1707 ddc_node = of_parse_phandle(np, "ddc-i2c-bus", 0); in dw_hdmi_bind()
/linux-4.4.14/drivers/net/ethernet/aurora/
Dnb8800.c1463 priv->phy_node = of_parse_phandle(pdev->dev.of_node, "phy-handle", 0); in nb8800_probe()
/linux-4.4.14/drivers/net/ethernet/octeon/
Docteon_mgmt.c1528 p->phy_np = of_parse_phandle(pdev->dev.of_node, "phy-handle", 0); in octeon_mgmt_probe()
/linux-4.4.14/drivers/net/ethernet/ti/
Ddavinci_emac.c1863 priv->phy_node = of_parse_phandle(np, "phy-handle", 0); in davinci_emac_of_get_pdata()
Dnetcp_core.c299 interface = of_parse_phandle(netcp_intf->node_interface, in netcp_module_probe()
Dcpsw.c2036 priv->phy_node = of_parse_phandle(slave_node, "phy-handle", 0); in cpsw_probe_dt()
Dnetcp_ethss.c2506 slave->phy_node = of_parse_phandle(node, "phy-handle", 0); in init_slave()
/linux-4.4.14/drivers/net/ethernet/pasemi/
Dpasemi_mac.c1093 phy_dn = of_parse_phandle(dn, "phy-handle", 0); in pasemi_mac_phy_init()
/linux-4.4.14/drivers/net/ethernet/renesas/
Dravb_main.c884 pn = of_parse_phandle(np, "phy-handle", 0); in ravb_phy_init()
Dsh_eth.c1860 pn = of_parse_phandle(np, "phy-handle", 0); in sh_eth_phy_init()
/linux-4.4.14/drivers/usb/gadget/udc/
Dlpc32xx_udc.c3077 isp1301_node = of_parse_phandle(pdev->dev.of_node, in lpc32xx_udc_probe()
/linux-4.4.14/drivers/net/ethernet/synopsys/
Ddwc_eth_qos.c2901 lp->phy_node = of_parse_phandle(lp->pdev->dev.of_node, in dwceqos_probe()