| /OK3568_Linux_fs/kernel/drivers/clk/ |
| H A D | clk-conf.c | 27 rc = of_parse_phandle_with_args(node, "assigned-clock-parents", in __set_clk_parents() 46 rc = of_parse_phandle_with_args(node, "assigned-clocks", in __set_clk_parents() 87 rc = of_parse_phandle_with_args(node, "assigned-clocks", in __set_clk_rates()
|
| /OK3568_Linux_fs/kernel/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-platform-msi.c | 26 ret = of_parse_phandle_with_args(dev->of_node, in of_pmsi_get_dev_id()
|
| /OK3568_Linux_fs/kernel/sound/soc/rockchip/ |
| H A D | rockchip_hdmi.c | 215 ret = of_parse_phandle_with_args(np, "rockchip,codec", "#sound-dai-cells", i, &args); in rk_hdmi_probe() 237 ret = of_parse_phandle_with_args(np, "rockchip,codec", "#sound-dai-cells", i, &args); in rk_hdmi_probe()
|
| /OK3568_Linux_fs/kernel/drivers/of/ |
| H A D | property.c | 953 ret = of_parse_phandle_with_args(to_of_node(fwnode), prop, in of_fwnode_get_reference_args() 1153 if (of_parse_phandle_with_args(np, list_name, cells_name, index, in parse_prop_cells() 1207 if (of_parse_phandle_with_args(np, prop_name, cells_name, index, in parse_suffix_prop_cells() 1302 if (of_parse_phandle_with_args(np, prop_name, "#gpio-cells", index, in parse_gpio_compat()
|
| H A D | irq.c | 303 res = of_parse_phandle_with_args(device, "interrupts-extended", in of_irq_parse_one() 664 while (!of_parse_phandle_with_args(np, "msi-parent", in of_msi_get_domain()
|
| /OK3568_Linux_fs/kernel/drivers/dma/ti/ |
| H A D | k3-psil.c | 81 if (of_parse_phandle_with_args(dev->of_node, "dmas", "#dma-cells", in psil_set_new_ep_config()
|
| /OK3568_Linux_fs/kernel/drivers/cpufreq/ |
| H A D | qcom-cpufreq-hw.c | 242 ret = of_parse_phandle_with_args(cpu_np, "qcom,freq-domain", in qcom_get_related_cpus() 300 ret = of_parse_phandle_with_args(cpu_np, "qcom,freq-domain", in qcom_cpufreq_hw_cpu_init()
|
| /OK3568_Linux_fs/u-boot/include/dm/ |
| H A D | of_access.h | 423 int of_parse_phandle_with_args(const struct device_node *np,
|
| /OK3568_Linux_fs/u-boot/spl/drivers/core/ |
| H A D | of_access.su | |
| /OK3568_Linux_fs/u-boot/drivers/core/ |
| H A D | of_access.su | |
| /OK3568_Linux_fs/kernel/drivers/soc/qcom/ |
| H A D | smem_state.c | 107 ret = of_parse_phandle_with_args(dev->of_node, in qcom_smem_state_get()
|
| /OK3568_Linux_fs/kernel/drivers/soc/samsung/ |
| H A D | pm_domains.c | 153 if (of_parse_phandle_with_args(np, "power-domains", in exynos4_pm_init_power_domain()
|
| /OK3568_Linux_fs/kernel/drivers/firmware/imx/ |
| H A D | imx-scu-irq.c | 162 if (!of_parse_phandle_with_args(dev->of_node, "mboxes", in imx_scu_enable_general_irq_channel()
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/sound/soc/qcom/ |
| H A D | common.c | 86 ret = of_parse_phandle_with_args(cpu, "sound-dai", in qcom_snd_parse_of()
|
| /OK3568_Linux_fs/kernel/drivers/soc/ti/ |
| H A D | ti_sci_pm_domains.c | 149 ret = of_parse_phandle_with_args(np, "power-domains", in ti_sci_pm_domain_probe()
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/drivers/firmware/arm_scmi/ |
| H A D | mailbox.c | 51 return !of_parse_phandle_with_args(dev->of_node, "mboxes", in mailbox_chan_available()
|
| /OK3568_Linux_fs/kernel/drivers/clk/imx/ |
| H A D | clk-imx6q.c | 175 rc = of_parse_phandle_with_args(node, "assigned-clock-parents", in of_assigned_ldb_sels() 190 rc = of_parse_phandle_with_args(node, "assigned-clocks", in of_assigned_ldb_sels() 229 ret = of_parse_phandle_with_args(node, "assigned-clocks", in pll6_bypassed() 244 ret = of_parse_phandle_with_args(node, "assigned-clock-parents", in pll6_bypassed()
|
| /OK3568_Linux_fs/kernel/drivers/iommu/ |
| H A D | of_iommu.c | 145 while (!of_parse_phandle_with_args(master_np, "iommus", in of_iommu_configure_dev()
|
| /OK3568_Linux_fs/kernel/drivers/clk/ti/ |
| H A D | composite.c | 81 rc = of_parse_phandle_with_args(node, "clocks", "#clock-cells", i, in _get_component_node()
|
| /OK3568_Linux_fs/kernel/drivers/dma/ |
| H A D | of-dma.c | 227 if (of_parse_phandle_with_args(np, "dmas", "#dma-cells", index, in of_dma_match_channel()
|
| /OK3568_Linux_fs/kernel/drivers/usb/common/ |
| H A D | common.c | 275 err = of_parse_phandle_with_args(controller, in of_usb_get_dr_mode_by_phy()
|
| /OK3568_Linux_fs/kernel/drivers/cpuidle/ |
| H A D | cpuidle-psci-domain.c | 205 if (of_parse_phandle_with_args(node, "power-domains", in psci_pd_init_topology()
|