/linux-4.19.296/drivers/clk/ |
D | clk-conf.c | 30 rc = of_parse_phandle_with_args(node, "assigned-clock-parents", in __set_clk_parents() 52 rc = of_parse_phandle_with_args(node, "assigned-clocks", in __set_clk_parents() 95 rc = of_parse_phandle_with_args(node, "assigned-clocks", in __set_clk_rates()
|
D | clkdev.c | 38 rc = of_parse_phandle_with_args(np, "clocks", "#clock-cells", index, in __of_clk_get()
|
D | clk.c | 4031 rc = of_parse_phandle_with_args(np, "clocks", "#clock-cells", index, in of_clk_get_parent_name()
|
/linux-4.19.296/drivers/irqchip/ |
D | irq-ath79-cpu.c | 77 err = of_parse_phandle_with_args( in ar79_cpu_intc_of_init()
|
D | irq-gic-v3-its-platform-msi.c | 37 ret = of_parse_phandle_with_args(dev->of_node, in of_pmsi_get_dev_id()
|
/linux-4.19.296/drivers/of/ |
D | irq.c | 304 res = of_parse_phandle_with_args(device, "interrupts-extended", in of_irq_parse_one() 663 while (!of_parse_phandle_with_args(np, "msi-parent", in of_msi_get_domain()
|
D | unittest.c | 379 rc = of_parse_phandle_with_args(np, "phandle-list", in of_unittest_parse_phandle_with_args() 433 rc = of_parse_phandle_with_args(np, "phandle-list-missing", in of_unittest_parse_phandle_with_args() 442 rc = of_parse_phandle_with_args(np, "phandle-list", in of_unittest_parse_phandle_with_args() 451 rc = of_parse_phandle_with_args(np, "phandle-list-bad-phandle", in of_unittest_parse_phandle_with_args() 460 rc = of_parse_phandle_with_args(np, "phandle-list-bad-args", in of_unittest_parse_phandle_with_args()
|
D | base.c | 1456 int of_parse_phandle_with_args(const struct device_node *np, const char *list_name, in of_parse_phandle_with_args() function 1465 EXPORT_SYMBOL(of_parse_phandle_with_args);
|
D | property.c | 914 ret = of_parse_phandle_with_args(to_of_node(fwnode), prop, in of_fwnode_get_reference_args()
|
/linux-4.19.296/drivers/clk/ti/ |
D | composite.c | 81 rc = of_parse_phandle_with_args(node, "clocks", "#clock-cells", i, in _get_component_node()
|
D | clk-dra7-atl.c | 249 rc = of_parse_phandle_with_args(node, "ti,provided-clocks", in of_dra7_atl_clk_probe()
|
/linux-4.19.296/drivers/clk/renesas/ |
D | clk-mstp.c | 279 while (!of_parse_phandle_with_args(np, "clocks", "#clock-cells", i, in cpg_mstp_attach_dev()
|
D | renesas-cpg-mssr.c | 453 while (!of_parse_phandle_with_args(np, "clocks", "#clock-cells", i, in cpg_mssr_attach_dev()
|
/linux-4.19.296/drivers/mux/ |
D | core.c | 449 ret = of_parse_phandle_with_args(np, in mux_control_get()
|
/linux-4.19.296/drivers/iio/ |
D | inkern.c | 134 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.19.296/include/linux/ |
D | of.h | 373 extern int of_parse_phandle_with_args(const struct device_node *np, 838 static inline int of_parse_phandle_with_args(const struct device_node *np, in of_parse_phandle_with_args() function
|
/linux-4.19.296/drivers/reset/ |
D | core.c | 487 ret = of_parse_phandle_with_args(node, "resets", "#reset-cells", in __of_reset_control_get()
|
/linux-4.19.296/drivers/clk/imx/ |
D | clk-imx6q.c | 185 rc = of_parse_phandle_with_args(node, "assigned-clock-parents", in of_assigned_ldb_sels() 200 rc = of_parse_phandle_with_args(node, "assigned-clocks", in of_assigned_ldb_sels()
|
/linux-4.19.296/drivers/pwm/ |
D | core.c | 672 err = of_parse_phandle_with_args(np, "pwms", "#pwm-cells", index, in of_pwm_get()
|
/linux-4.19.296/drivers/base/power/ |
D | domain.c | 2249 ret = of_parse_phandle_with_args(np, "power-domains", in __genpd_dev_pm_attach()
|