Home
last modified time | relevance | path

Searched refs:of_parse_phandle_with_args (Results 1 – 20 of 20) sorted by relevance

/linux-4.19.296/drivers/clk/
Dclk-conf.c30 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()
Dclkdev.c38 rc = of_parse_phandle_with_args(np, "clocks", "#clock-cells", index, in __of_clk_get()
Dclk.c4031 rc = of_parse_phandle_with_args(np, "clocks", "#clock-cells", index, in of_clk_get_parent_name()
/linux-4.19.296/drivers/irqchip/
Dirq-ath79-cpu.c77 err = of_parse_phandle_with_args( in ar79_cpu_intc_of_init()
Dirq-gic-v3-its-platform-msi.c37 ret = of_parse_phandle_with_args(dev->of_node, in of_pmsi_get_dev_id()
/linux-4.19.296/drivers/of/
Dirq.c304 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()
Dunittest.c379 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()
Dbase.c1456 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);
Dproperty.c914 ret = of_parse_phandle_with_args(to_of_node(fwnode), prop, in of_fwnode_get_reference_args()
/linux-4.19.296/drivers/clk/ti/
Dcomposite.c81 rc = of_parse_phandle_with_args(node, "clocks", "#clock-cells", i, in _get_component_node()
Dclk-dra7-atl.c249 rc = of_parse_phandle_with_args(node, "ti,provided-clocks", in of_dra7_atl_clk_probe()
/linux-4.19.296/drivers/clk/renesas/
Dclk-mstp.c279 while (!of_parse_phandle_with_args(np, "clocks", "#clock-cells", i, in cpg_mstp_attach_dev()
Drenesas-cpg-mssr.c453 while (!of_parse_phandle_with_args(np, "clocks", "#clock-cells", i, in cpg_mssr_attach_dev()
/linux-4.19.296/drivers/mux/
Dcore.c449 ret = of_parse_phandle_with_args(np, in mux_control_get()
/linux-4.19.296/drivers/iio/
Dinkern.c134 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/
Dof.h373 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/
Dcore.c487 ret = of_parse_phandle_with_args(node, "resets", "#reset-cells", in __of_reset_control_get()
/linux-4.19.296/drivers/clk/imx/
Dclk-imx6q.c185 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/
Dcore.c672 err = of_parse_phandle_with_args(np, "pwms", "#pwm-cells", index, in of_pwm_get()
/linux-4.19.296/drivers/base/power/
Ddomain.c2249 ret = of_parse_phandle_with_args(np, "power-domains", in __genpd_dev_pm_attach()