/linux/drivers/clk/ |
H A D | clk-conf.c | 28 rc = of_parse_phandle_with_args(node, "assigned-clock-parents", in __set_clk_parents() 50 rc = of_parse_phandle_with_args(node, "assigned-clocks", in __set_clk_parents() 124 rc = of_parse_phandle_with_args(node, "assigned-clocks", in __set_clk_rates()
|
/linux/drivers/cpuidle/ |
H A D | dt_idle_genpd.c | 137 if (of_parse_phandle_with_args(node, "power-domains", in dt_idle_pd_init_topology() 158 if (of_parse_phandle_with_args(node, "power-domains", in dt_idle_pd_remove_topology()
|
/linux/drivers/irqchip/ |
H A D | irq-ath79-cpu.c | 74 err = of_parse_phandle_with_args( in ar79_cpu_intc_of_init()
|
H A D | irq-gic-v3-its-msi-parent.c | 109 ret = of_parse_phandle_with_args(dev->of_node, in of_pmsi_get_dev_id()
|
/linux/drivers/dma/ti/ |
H A D | k3-psil.c | 89 if (of_parse_phandle_with_args(dev->of_node, "dmas", "#dma-cells", in psil_set_new_ep_config()
|
/linux/drivers/pmdomain/samsung/ |
H A D | exynos-pm-domains.c | 137 if (ret == 0 && of_parse_phandle_with_args(np, "power-domains", in exynos_pd_probe()
|
/linux/drivers/mmc/host/ |
H A D | mmci_qcom_dml.c | 108 if (of_parse_phandle_with_args(np, "dmas", "#dma-cells", index, in of_get_dml_pipe_index()
|
/linux/arch/arm/mach-bcm/ |
H A D | bcm63xx_pmb.c | 100 ret = of_parse_phandle_with_args(dn, "resets", "#reset-cells", in bcm63xx_pmb_get_resources()
|
/linux/drivers/firmware/imx/ |
H A D | imx-scu-irq.c | 228 if (!of_parse_phandle_with_args(dev->of_node, "mboxes", in imx_scu_enable_general_irq_channel()
|
H A D | imx-scu.c | 277 ret = of_parse_phandle_with_args(pdev->dev.of_node, "mboxes", in imx_scu_probe()
|
/linux/drivers/clk/ti/ |
H A D | composite.c | 73 rc = of_parse_phandle_with_args(node, "clocks", "#clock-cells", i, in _get_component_node()
|
H A D | clk-dra7-atl.c | 232 rc = of_parse_phandle_with_args(node, "ti,provided-clocks", in of_dra7_atl_clk_probe()
|
/linux/drivers/iommu/ |
H A D | of_iommu.c | 70 while (!of_parse_phandle_with_args(master_np, "iommus", in of_iommu_configure_dev()
|
/linux/drivers/dma/ |
H A D | of-dma.c | 237 if (of_parse_phandle_with_args(np, "dmas", "#dma-cells", index, in of_dma_match_channel()
|
/linux/drivers/clk/imx/ |
H A D | clk-imx6q.c | 180 rc = of_parse_phandle_with_args(node, "assigned-clock-parents", in of_assigned_ldb_sels() 195 rc = of_parse_phandle_with_args(node, "assigned-clocks", in of_assigned_ldb_sels() 234 ret = of_parse_phandle_with_args(node, "assigned-clocks", in pll6_bypassed() 249 ret = of_parse_phandle_with_args(node, "assigned-clock-parents", in pll6_bypassed()
|
/linux/drivers/of/ |
H A D | property.c | 1062 ret = of_parse_phandle_with_args(to_of_node(fwnode), prop, in of_fwnode_get_reference_args() 1239 if (of_parse_phandle_with_args(np, prop_name, cells_name, index, in parse_suffix_prop_cells() 1352 if (of_parse_phandle_with_args(np, prop_name, "#gpio-cells", index, in parse_gpio_compat()
|
/linux/drivers/cpufreq/ |
H A D | qcom-cpufreq-hw.c | 313 ret = of_parse_phandle_with_args(cpu_np, "qcom,freq-domain", in qcom_get_related_cpus() 533 ret = of_parse_phandle_with_args(cpu_np, "qcom,freq-domain", in qcom_cpufreq_hw_cpu_init()
|
/linux/sound/soc/generic/ |
H A D | simple-card.c | 44 ret = of_parse_phandle_with_args(node, DAI, CELL, 0, &args); in simple_parse_platform() 71 ret = of_parse_phandle_with_args(node, DAI, CELL, 0, &args); in simple_parse_dai()
|
/linux/drivers/clk/renesas/ |
H A D | clk-mstp.c | 260 while (!of_parse_phandle_with_args(np, "clocks", "#clock-cells", i, in cpg_mstp_attach_dev()
|
/linux/drivers/firmware/arm_scmi/transports/ |
H A D | mailbox.c | 93 return !of_parse_phandle_with_args(of_node, "mboxes", in mailbox_chan_available()
|
/linux/drivers/soc/apple/ |
H A D | mailbox.c | 290 ret = of_parse_phandle_with_args(dev->of_node, "mboxes", "#mbox-cells", in apple_mbox_get()
|
/linux/drivers/pmdomain/imx/ |
H A D | scu-pd.c | 322 ret = of_parse_phandle_with_args(of_stdout, "power-domains", in imx_sc_pd_get_console_rsrc()
|
/linux/drivers/mailbox/ |
H A D | qcom-ipcc.c | 227 ret = of_parse_phandle_with_args(client_dn, "mboxes", in qcom_ipcc_setup_mbox()
|
/linux/drivers/soc/dove/ |
H A D | pmu.c | 436 ret = of_parse_phandle_with_args(np, "resets", "#reset-cells", in dove_init_pmu()
|
/linux/drivers/reset/ |
H A D | core.c | 1026 ret = of_parse_phandle_with_args(node, "resets", "#reset-cells", in __of_reset_control_get() 1038 ret = of_parse_phandle_with_args(node, "reset-gpios", "#gpio-cells", in __of_reset_control_get()
|