Home
last modified time | relevance | path

Searched refs:of_count_phandle_with_args (Results 1 – 25 of 34) sorted by relevance

12

/Linux-v4.19/drivers/irqchip/
Dirq-ath79-cpu.c65 count = of_count_phandle_with_args( in ar79_cpu_intc_of_init()
/Linux-v4.19/drivers/regulator/
Dof_regulator.c449 n_phandles = of_count_phandle_with_args(node, in of_get_n_coupled()
463 n_phandles = of_count_phandle_with_args(src, in of_coupling_find_node()
524 c_n_phandles = of_count_phandle_with_args(c_node, in of_check_coupling_data()
/Linux-v4.19/include/linux/
Dof_gpio.h109 return of_count_phandle_with_args(np, propname, "#gpio-cells"); in of_gpio_named_count()
Dof.h377 extern int of_count_phandle_with_args(const struct device_node *np,
858 static inline int of_count_phandle_with_args(struct device_node *np, in of_count_phandle_with_args() function
/Linux-v4.19/drivers/clk/
Dclk-conf.c23 num_parents = of_count_phandle_with_args(node, "assigned-clock-parents", in __set_clk_parents()
/Linux-v4.19/drivers/usb/core/
Dphy.c56 num_phys = of_count_phandle_with_args(dev->of_node, "phys", in usb_phy_roothub_alloc()
Dledtrig-usbport.c158 count = of_count_phandle_with_args(led_np, "trigger-sources", in usbport_trig_port_observed()
/Linux-v4.19/drivers/usb/dwc3/
Ddwc3-of-simple.c127 ret = dwc3_of_simple_clk_init(simple, of_count_phandle_with_args(np, in dwc3_of_simple_probe()
Ddwc3-qcom.c449 ret = dwc3_qcom_clk_init(qcom, of_count_phandle_with_args(np, in dwc3_qcom_probe()
/Linux-v4.19/drivers/of/
Dunittest.c372 rc = of_count_phandle_with_args(np, "phandle-list", "#phandle-cells"); in of_unittest_parse_phandle_with_args()
434 rc = of_count_phandle_with_args(np, "phandle-list-missing", in of_unittest_parse_phandle_with_args()
442 rc = of_count_phandle_with_args(np, "phandle-list", in of_unittest_parse_phandle_with_args()
450 rc = of_count_phandle_with_args(np, "phandle-list-bad-phandle", in of_unittest_parse_phandle_with_args()
458 rc = of_count_phandle_with_args(np, "phandle-list-bad-args", in of_unittest_parse_phandle_with_args()
499 rc = of_count_phandle_with_args(np, "phandle-list", "#phandle-cells"); in of_unittest_parse_phandle_with_args_map()
Dbase.c1654 int of_count_phandle_with_args(const struct device_node *np, const char *list_name, in of_count_phandle_with_args() function
1672 EXPORT_SYMBOL(of_count_phandle_with_args);
/Linux-v4.19/drivers/remoteproc/
Dimx_rproc.c282 nph = of_count_phandle_with_args(np, "memory-region", NULL); in imx_rproc_addr_init()
/Linux-v4.19/drivers/i2c/muxes/
Di2c-demux-pinctrl.c216 num_chan = of_count_phandle_with_args(np, "i2c-parent", NULL); in i2c_demux_pinctrl_probe()
/Linux-v4.19/drivers/base/power/
Dclock_ops.c194 count = of_count_phandle_with_args(dev->of_node, "clocks", in of_pm_clk_add_clks()
Ddomain.c2308 if (of_count_phandle_with_args(dev->of_node, "power-domains", in genpd_dev_pm_attach()
2343 num_domains = of_count_phandle_with_args(dev->of_node, "power-domains", in genpd_dev_pm_attach_by_id()
2448 ret = of_count_phandle_with_args(dn, "domain-idle-states", NULL); in genpd_iterate_idle_states()
/Linux-v4.19/drivers/pwm/
Dpwm-rockchip.c332 count = of_count_phandle_with_args(pdev->dev.of_node, in rockchip_pwm_probe()
/Linux-v4.19/drivers/usb/mtu3/
Dmtu3_plat.c252 ssusb->num_phys = of_count_phandle_with_args(node, in get_ssusb_rscs()
/Linux-v4.19/drivers/reset/
Dcore.c704 count = of_count_phandle_with_args(node, "resets", "#reset-cells"); in of_reset_control_get_count()
/Linux-v4.19/drivers/opp/
Dof.c566 count = of_count_phandle_with_args(dev->of_node, in dev_pm_opp_of_add_table_indexed()
/Linux-v4.19/sound/soc/samsung/
Dtm2_wm5110.c528 num_codecs = of_count_phandle_with_args(dev->of_node, "audio-codec", in tm2_probe()
/Linux-v4.19/drivers/usb/gadget/udc/bdc/
Dbdc_core.c529 bdc->num_phys = of_count_phandle_with_args(dev->of_node, in bdc_probe()
/Linux-v4.19/drivers/hwmon/
Dibmpowernv.c385 if (of_count_phandle_with_args(sgrp, "sensors", NULL) <= 0) in init_sensor_group_data()
/Linux-v4.19/sound/soc/meson/
Daxg-card.c126 num = of_count_phandle_with_args(node, "audio-aux-devs", NULL); in axg_card_add_aux_devices()
/Linux-v4.19/drivers/perf/
Darm_dsu_pmu.c622 n = of_count_phandle_with_args(dev, "cpus", NULL); in dsu_pmu_dt_get_cpus()
/Linux-v4.19/drivers/iommu/
Dmtk_iommu.c617 larb_nr = of_count_phandle_with_args(dev->of_node, in mtk_iommu_probe()

12