| /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() 187 rc = of_parse_phandle_with_args(node, "assigned-clocks", "#clock-cells", in __set_clk_spread_spectrum()
|
| /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-bcm2712-mip.c | 210 ret = of_parse_phandle_with_args(np, "msi-ranges", "#interrupt-cells", in mip_parse_dt()
|
| /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/sound/soc/fsl/ |
| H A D | imx-audmix.c | 199 ret = of_parse_phandle_with_args(audmix_np, "dais", NULL, 0, in imx_audmix_probe() 202 ret = of_parse_phandle_with_args(audmix_np, "dais", NULL, i, in imx_audmix_probe()
|
| /linux/drivers/cpufreq/ |
| H A D | scmi-cpufreq.c | 90 if (of_parse_phandle_with_args(np, "clocks", "#clock-cells", 0, in scmi_cpu_domain_id() 98 if (of_parse_phandle_with_args(np, "power-domains", in scmi_cpu_domain_id()
|
| /linux/drivers/pmdomain/samsung/ |
| H A D | exynos-pm-domains.c | 145 if (ret == 0 && of_parse_phandle_with_args(np, "power-domains", in exynos_pd_probe()
|
| /linux/drivers/soc/qcom/ |
| H A D | smem_state.c | 103 ret = of_parse_phandle_with_args(dev->of_node, in qcom_smem_state_get()
|
| /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/drivers/thermal/ |
| H A D | thermal_of.c | 155 ret = of_parse_phandle_with_args(child, "thermal-sensors", in of_thermal_zone_find() 252 ret = of_parse_phandle_with_args(map_np, "cooling-device", "#cooling-cells", in thermal_of_get_cooling_spec()
|
| /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/interconnect/samsung/ |
| H A D | exynos.c | 44 ret = of_parse_phandle_with_args(np, "interconnects", in exynos_icc_get_parent()
|
| /linux/drivers/power/sequencing/ |
| H A D | pwrseq-thead-gpu.c | 129 ret = of_parse_phandle_with_args(dev->of_node, "power-domains", in pwrseq_thead_gpu_match()
|
| /linux/drivers/firmware/imx/ |
| H A D | imx-scu-irq.c | 206 if (!of_parse_phandle_with_args(dev->of_node, "mboxes", in imx_scu_enable_general_irq_channel()
|
| /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/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 | 234 rc = of_parse_phandle_with_args(node, "ti,provided-clocks", in of_dra7_atl_clk_probe()
|
| /linux/drivers/clk/mediatek/ |
| H A D | clk-mt8173-mfgtop.c | 135 ret = of_parse_phandle_with_args(node, "power-domains", "#power-domain-cells", 0, in clk_mt8173_mfgtop_probe()
|
| /linux/drivers/of/ |
| H A D | property.c | 1184 ret = of_parse_phandle_with_args(to_of_node(fwnode), prop, in of_fwnode_get_reference_args() 1350 if (of_parse_phandle_with_args(np, prop_name, cells_name, index, in parse_suffix_prop_cells() 1467 if (of_parse_phandle_with_args(np, prop_name, "#gpio-cells", index, in parse_gpio_compat()
|
| /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/usb/core/ |
| H A D | ledtrig-usbport.c | 166 err = of_parse_phandle_with_args(led_np, "trigger-sources", in usbport_trig_port_observed()
|
| /linux/sound/soc/generic/ |
| H A D | simple-card.c | 54 ret = of_parse_phandle_with_args(node, DAI, CELL, 0, &args); in simple_parse_platform() 85 ret = of_parse_phandle_with_args(node, DAI, CELL, 0, &args); in simple_parse_dai()
|
| /linux/drivers/mailbox/ |
| H A D | qcom-ipcc.c | 234 ret = of_parse_phandle_with_args(client_dn, "mboxes", in qcom_ipcc_setup_mbox()
|
| /linux/drivers/soc/apple/ |
| H A D | mailbox.c | 293 ret = of_parse_phandle_with_args(dev->of_node, "mboxes", "#mbox-cells", in apple_mbox_get()
|