Home
last modified time | relevance | path

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

12

/Linux-v5.10/drivers/regulator/
Dof_regulator.c37 n_phandles = of_count_phandle_with_args(np, "regulator-coupled-with", in of_get_regulation_constraints()
491 n_phandles = of_count_phandle_with_args(node, in of_get_n_coupled()
506 n_phandles = of_count_phandle_with_args(src, in of_coupling_find_node()
570 c_n_phandles = of_count_phandle_with_args(c_node, in of_check_coupling_data()
/Linux-v5.10/drivers/irqchip/
Dirq-ath79-cpu.c62 count = of_count_phandle_with_args( in ar79_cpu_intc_of_init()
Dirq-ti-sci-inta.c622 count = of_count_phandle_with_args(node, "ti,unmapped-event-sources", NULL); in ti_sci_inta_get_unmapped_sources()
/Linux-v5.10/include/linux/
Dof_gpio.h103 return of_count_phandle_with_args(np, propname, "#gpio-cells"); in of_gpio_named_count()
Dof.h378 extern int of_count_phandle_with_args(const struct device_node *np,
882 static inline int of_count_phandle_with_args(struct device_node *np, in of_count_phandle_with_args() function
/Linux-v5.10/drivers/clk/
Dclk-conf.c20 num_parents = of_count_phandle_with_args(node, "assigned-clock-parents", in __set_clk_parents()
/Linux-v5.10/drivers/usb/core/
Dphy.c57 num_phys = of_count_phandle_with_args(dev->of_node, "phys", in usb_phy_roothub_alloc()
Dledtrig-usbport.c153 count = of_count_phandle_with_args(led_np, "trigger-sources", in usbport_trig_port_observed()
/Linux-v5.10/drivers/video/backlight/
Dled_bl.c80 ret = of_count_phandle_with_args(node, "leds", NULL); in led_bl_get_leds()
/Linux-v5.10/drivers/opp/
Dof.c176 count = of_count_phandle_with_args(np, "required-opps", NULL); in _opp_table_alloc_required_tables()
389 count = of_count_phandle_with_args(np, "interconnects", in dev_pm_opp_of_find_icc_paths()
1026 count = of_count_phandle_with_args(dev->of_node, in dev_pm_opp_of_add_table_indexed()
/Linux-v5.10/drivers/usb/host/
Dohci-exynos.c47 num_phys = of_count_phandle_with_args(dev->of_node, "phys", in exynos_ohci_get_phy()
Dehci-exynos.c58 num_phys = of_count_phandle_with_args(dev->of_node, "phys", in exynos_ehci_get_phy()
/Linux-v5.10/sound/soc/samsung/
Dodroid.c254 num_pcms = of_count_phandle_with_args(cpu, "sound-dai", in odroid_audio_probe()
Dtm2_wm5110.c540 num_codecs = of_count_phandle_with_args(dev->of_node, "audio-codec", in tm2_probe()
/Linux-v5.10/drivers/gpu/drm/panfrost/
Dpanfrost_device.c150 num_domains = of_count_phandle_with_args(pfdev->dev->of_node, in panfrost_pm_domain_init()
/Linux-v5.10/drivers/of/
Dunittest.c393 rc = of_count_phandle_with_args(np, "phandle-list", "#phandle-cells"); in of_unittest_parse_phandle_with_args()
457 rc = of_count_phandle_with_args(np, "phandle-list-missing", in of_unittest_parse_phandle_with_args()
478 rc = of_count_phandle_with_args(np, "phandle-list", in of_unittest_parse_phandle_with_args()
503 rc = of_count_phandle_with_args(np, "phandle-list-bad-phandle", in of_unittest_parse_phandle_with_args()
528 rc = of_count_phandle_with_args(np, "phandle-list-bad-args", in of_unittest_parse_phandle_with_args()
573 rc = of_count_phandle_with_args(np, "phandle-list", "#phandle-cells"); in of_unittest_parse_phandle_with_args_map()
/Linux-v5.10/drivers/i2c/muxes/
Di2c-demux-pinctrl.c215 num_chan = of_count_phandle_with_args(np, "i2c-parent", NULL); in i2c_demux_pinctrl_probe()
/Linux-v5.10/drivers/remoteproc/
Dimx_rproc.c280 nph = of_count_phandle_with_args(np, "memory-region", NULL); in imx_rproc_addr_init()
Domap_remoteproc.c1229 ret = of_count_phandle_with_args(np, "ti,watchdog-timers", NULL); in omap_rproc_count_wdog_timers()
1257 oproc->num_timers = of_count_phandle_with_args(np, "ti,timers", NULL); in omap_rproc_of_get_timers()
/Linux-v5.10/drivers/pwm/
Dpwm-rockchip.c315 count = of_count_phandle_with_args(pdev->dev.of_node, in rockchip_pwm_probe()
/Linux-v5.10/sound/soc/sof/imx/
Dimx8.c230 priv->num_domains = of_count_phandle_with_args(np, "power-domains", in imx8_probe()
/Linux-v5.10/drivers/usb/mtu3/
Dmtu3_plat.c246 ssusb->num_phys = of_count_phandle_with_args(node, in get_ssusb_rscs()
/Linux-v5.10/sound/soc/fsl/
Dimx-audmix.c176 num_dai = of_count_phandle_with_args(audmix_np, "dais", NULL); in imx_audmix_probe()
/Linux-v5.10/drivers/hwmon/
Dibmpowernv.c372 if (of_count_phandle_with_args(sgrp, "sensors", NULL) <= 0) in init_sensor_group_data()
/Linux-v5.10/drivers/usb/gadget/udc/bdc/
Dbdc_core.c525 bdc->num_phys = of_count_phandle_with_args(dev->of_node, in bdc_probe()

12