/linux-4.1.27/drivers/clk/ |
D | clk-conf.c | 30 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()
|
D | clkdev.c | 41 rc = of_parse_phandle_with_args(np, "clocks", "#clock-cells", index, in __of_clk_get()
|
D | clk-qoriq.c | 108 rc = of_parse_phandle_with_args(np, "clocks", "#clock-cells", 0, in core_mux_init()
|
D | clk.c | 3043 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/ |
D | ssp.c | 144 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/ |
D | mmci_qcom_dml.c | 111 if (of_parse_phandle_with_args(np, "dmas", "#dma-cells", index, in of_get_dml_pipe_index()
|
/linux-4.1.27/drivers/iommu/ |
D | of_iommu.c | 154 while (!of_parse_phandle_with_args(master_np, "iommus", in of_iommu_configure()
|
D | tegra-smmu.c | 417 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()
|
D | ipmmu-vmsa.c | 589 ret = of_parse_phandle_with_args(dev->of_node, "iommus", in ipmmu_find_utlbs()
|
D | rockchip-iommu.c | 892 ret = of_parse_phandle_with_args(np, "iommus", "#iommu-cells", 0, in rk_iommu_group_set_iommudata()
|
D | arm-smmu.c | 1763 while (!of_parse_phandle_with_args(dev->of_node, "mmu-masters", in arm_smmu_device_dt_probe()
|
/linux-4.1.27/drivers/dma/ |
D | of-dma.c | 134 if (of_parse_phandle_with_args(np, "dmas", "#dma-cells", index, in of_dma_match_channel()
|
/linux-4.1.27/drivers/reset/ |
D | core.c | 165 ret = of_parse_phandle_with_args(node, "resets", "#reset-cells", in of_reset_control_get()
|
/linux-4.1.27/arch/arm/mach-exynos/ |
D | pm_domains.c | 194 if (of_parse_phandle_with_args(np, "power-domains", in exynos4_pm_init_power_domain()
|
/linux-4.1.27/drivers/of/ |
D | unittest.c | 301 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()
|
D | irq.c | 305 res = of_parse_phandle_with_args(device, "interrupts-extended", in of_irq_parse_one()
|
D | base.c | 1619 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/ |
D | inkern.c | 136 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/ |
D | composite.c | 83 rc = of_parse_phandle_with_args(node, "clocks", "#clock-cells", i, in _get_component_node()
|
D | clk-dra7-atl.c | 245 rc = of_parse_phandle_with_args(node, "ti,provided-clocks", in of_dra7_atl_clk_probe()
|
/linux-4.1.27/drivers/thermal/ |
D | of-thermal.c | 482 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/ |
D | gpiolib-of.c | 90 ret = of_parse_phandle_with_args(np, propname, "#gpio-cells", index, in of_get_named_gpiod_flags()
|
/linux-4.1.27/drivers/gpu/host1x/ |
D | mipi.c | 124 err = of_parse_phandle_with_args(np, "nvidia,mipi-calibrate", in tegra_mipi_request()
|
/linux-4.1.27/drivers/mailbox/ |
D | mailbox.c | 314 if (of_parse_phandle_with_args(dev->of_node, "mboxes", in mbox_request_channel()
|
/linux-4.1.27/include/linux/ |
D | of.h | 327 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/ |
D | ci_hdrc_imx.c | 100 ret = of_parse_phandle_with_args(np, "fsl,usbmisc", "#index-cells", in usbmisc_get_init_data()
|
/linux-4.1.27/sound/soc/sh/rcar/ |
D | rsrc-card.c | 212 ret = of_parse_phandle_with_args(np, "sound-dai", in rsrc_card_sub_parse_of()
|
/linux-4.1.27/sound/soc/generic/ |
D | simple-card.c | 213 ret = of_parse_phandle_with_args(np, "sound-dai", in asoc_simple_card_sub_parse_of()
|
/linux-4.1.27/drivers/pwm/ |
D | core.c | 525 err = of_parse_phandle_with_args(np, "pwms", "#pwm-cells", index, in of_pwm_get()
|
/linux-4.1.27/drivers/ata/ |
D | sata_highbank.c | 353 if (of_parse_phandle_with_args(sata_node, in highbank_initialize_phys()
|
/linux-4.1.27/drivers/phy/ |
D | phy-core.c | 363 ret = of_parse_phandle_with_args(np, "phys", "#phy-cells", in _of_phy_get()
|
/linux-4.1.27/sound/soc/davinci/ |
D | davinci-mcasp.c | 1511 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/ |
D | edma.c | 580 if (of_parse_phandle_with_args(dev->of_node, "dmas", in prepare_unused_channel_list()
|
/linux-4.1.27/sound/soc/ |
D | soc-core.c | 3541 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/ |
D | pinctrl-single.c | 1515 ret = of_parse_phandle_with_args(node, propname, cellname, in pcs_add_gpio_func()
|
/linux-4.1.27/drivers/base/power/ |
D | domain.c | 2184 ret = of_parse_phandle_with_args(dev->of_node, "power-domains", in genpd_dev_pm_attach()
|