Home
last modified time | relevance | path

Searched refs:of_parse_phandle_with_args (Results 1 – 36 of 36) sorted by relevance

/linux-4.1.27/drivers/clk/
Dclk-conf.c30 rc = of_parse_phandle_with_args(node, "assigned-clock-parents", in __set_clk_parents()
48 rc = of_parse_phandle_with_args(node, "assigned-clocks", in __set_clk_parents()
88 rc = of_parse_phandle_with_args(node, "assigned-clocks", in __set_clk_rates()
Dclkdev.c41 rc = of_parse_phandle_with_args(np, "clocks", "#clock-cells", index, in __of_clk_get()
Dclk-qoriq.c108 rc = of_parse_phandle_with_args(np, "clocks", "#clock-cells", 0, in core_mux_init()
Dclk.c3043 rc = of_parse_phandle_with_args(np, "clocks", "#clock-cells", index, in of_clk_get_parent_name()
/linux-4.1.27/arch/arm/plat-pxa/
Dssp.c144 ret = of_parse_phandle_with_args(np, "dmas", "#dma-cells", in pxa_ssp_probe()
155 ret = of_parse_phandle_with_args(np, "dmas", "#dma-cells", in pxa_ssp_probe()
/linux-4.1.27/drivers/mmc/host/
Dmmci_qcom_dml.c111 if (of_parse_phandle_with_args(np, "dmas", "#dma-cells", index, in of_get_dml_pipe_index()
/linux-4.1.27/drivers/iommu/
Dof_iommu.c154 while (!of_parse_phandle_with_args(master_np, "iommus", in of_iommu_configure()
Dtegra-smmu.c417 while (!of_parse_phandle_with_args(np, "iommus", "#iommu-cells", index, in tegra_smmu_attach_dev()
450 while (!of_parse_phandle_with_args(np, "iommus", "#iommu-cells", index, in tegra_smmu_detach_dev()
621 while (of_parse_phandle_with_args(np, "iommus", "#iommu-cells", index, in tegra_smmu_add_device()
Dipmmu-vmsa.c589 ret = of_parse_phandle_with_args(dev->of_node, "iommus", in ipmmu_find_utlbs()
Drockchip-iommu.c892 ret = of_parse_phandle_with_args(np, "iommus", "#iommu-cells", 0, in rk_iommu_group_set_iommudata()
Darm-smmu.c1763 while (!of_parse_phandle_with_args(dev->of_node, "mmu-masters", in arm_smmu_device_dt_probe()
/linux-4.1.27/drivers/dma/
Dof-dma.c134 if (of_parse_phandle_with_args(np, "dmas", "#dma-cells", index, in of_dma_match_channel()
/linux-4.1.27/drivers/reset/
Dcore.c165 ret = of_parse_phandle_with_args(node, "resets", "#reset-cells", in of_reset_control_get()
/linux-4.1.27/arch/arm/mach-exynos/
Dpm_domains.c194 if (of_parse_phandle_with_args(np, "power-domains", in exynos4_pm_init_power_domain()
/linux-4.1.27/drivers/of/
Dunittest.c301 rc = of_parse_phandle_with_args(np, "phandle-list", in of_unittest_parse_phandle_with_args()
354 rc = of_parse_phandle_with_args(np, "phandle-list-missing", in of_unittest_parse_phandle_with_args()
362 rc = of_parse_phandle_with_args(np, "phandle-list", in of_unittest_parse_phandle_with_args()
370 rc = of_parse_phandle_with_args(np, "phandle-list-bad-phandle", in of_unittest_parse_phandle_with_args()
378 rc = of_parse_phandle_with_args(np, "phandle-list-bad-args", in of_unittest_parse_phandle_with_args()
Dirq.c305 res = of_parse_phandle_with_args(device, "interrupts-extended", in of_irq_parse_one()
Dbase.c1619 int of_parse_phandle_with_args(const struct device_node *np, const char *list_name, in of_parse_phandle_with_args() function
1628 EXPORT_SYMBOL(of_parse_phandle_with_args);
/linux-4.1.27/drivers/iio/
Dinkern.c136 err = of_parse_phandle_with_args(np, "io-channels", in __of_iio_channel_get()
235 ret = of_parse_phandle_with_args(dev->of_node, in of_iio_channel_get_all()
/linux-4.1.27/drivers/clk/ti/
Dcomposite.c83 rc = of_parse_phandle_with_args(node, "clocks", "#clock-cells", i, in _get_component_node()
Dclk-dra7-atl.c245 rc = of_parse_phandle_with_args(node, "ti,provided-clocks", in of_dra7_atl_clk_probe()
/linux-4.1.27/drivers/thermal/
Dof-thermal.c482 ret = of_parse_phandle_with_args(child, "thermal-sensors", in thermal_zone_of_sensor_register()
607 ret = of_parse_phandle_with_args(np, "cooling-device", "#cooling-cells", in thermal_of_populate_bind_params()
/linux-4.1.27/drivers/gpio/
Dgpiolib-of.c90 ret = of_parse_phandle_with_args(np, propname, "#gpio-cells", index, in of_get_named_gpiod_flags()
/linux-4.1.27/drivers/gpu/host1x/
Dmipi.c124 err = of_parse_phandle_with_args(np, "nvidia,mipi-calibrate", in tegra_mipi_request()
/linux-4.1.27/drivers/mailbox/
Dmailbox.c314 if (of_parse_phandle_with_args(dev->of_node, "mboxes", in mbox_request_channel()
/linux-4.1.27/include/linux/
Dof.h327 extern int of_parse_phandle_with_args(const struct device_node *np,
582 static inline int of_parse_phandle_with_args(struct device_node *np, in of_parse_phandle_with_args() function
/linux-4.1.27/drivers/usb/chipidea/
Dci_hdrc_imx.c100 ret = of_parse_phandle_with_args(np, "fsl,usbmisc", "#index-cells", in usbmisc_get_init_data()
/linux-4.1.27/sound/soc/sh/rcar/
Drsrc-card.c212 ret = of_parse_phandle_with_args(np, "sound-dai", in rsrc_card_sub_parse_of()
/linux-4.1.27/sound/soc/generic/
Dsimple-card.c213 ret = of_parse_phandle_with_args(np, "sound-dai", in asoc_simple_card_sub_parse_of()
/linux-4.1.27/drivers/pwm/
Dcore.c525 err = of_parse_phandle_with_args(np, "pwms", "#pwm-cells", index, in of_pwm_get()
/linux-4.1.27/drivers/ata/
Dsata_highbank.c353 if (of_parse_phandle_with_args(sata_node, in highbank_initialize_phys()
/linux-4.1.27/drivers/phy/
Dphy-core.c363 ret = of_parse_phandle_with_args(np, "phys", "#phy-cells", in _of_phy_get()
/linux-4.1.27/sound/soc/davinci/
Ddavinci-mcasp.c1511 ret = of_parse_phandle_with_args(np, "dmas", "#dma-cells", ret, in davinci_mcasp_set_pdata_from_of()
1524 ret = of_parse_phandle_with_args(np, "dmas", "#dma-cells", ret, in davinci_mcasp_set_pdata_from_of()
/linux-4.1.27/arch/arm/common/
Dedma.c580 if (of_parse_phandle_with_args(dev->of_node, "dmas", in prepare_unused_channel_list()
/linux-4.1.27/sound/soc/
Dsoc-core.c3541 ret = of_parse_phandle_with_args(of_node, "sound-dai", in snd_soc_of_get_dai_name()
3599 ret = of_parse_phandle_with_args(of_node, name, in snd_soc_of_get_dai_link_codecs()
/linux-4.1.27/drivers/pinctrl/
Dpinctrl-single.c1515 ret = of_parse_phandle_with_args(node, propname, cellname, in pcs_add_gpio_func()
/linux-4.1.27/drivers/base/power/
Ddomain.c2184 ret = of_parse_phandle_with_args(dev->of_node, "power-domains", in genpd_dev_pm_attach()