Searched refs:of_count_phandle_with_args (Results 1 - 25 of 56) sorted by relevance

123

/linux-master/drivers/irqchip/
H A Dirq-ath79-cpu.c62 count = of_count_phandle_with_args(
H A Dirq-ti-sci-inta.c619 count = of_count_phandle_with_args(node, "ti,unmapped-event-sources", NULL);
/linux-master/drivers/firmware/arm_scmi/
H A Dmailbox.c74 num_mb = of_count_phandle_with_args(of_node, "mboxes", "#mbox-cells");
104 num_mb = of_count_phandle_with_args(np, "mboxes", "#mbox-cells");
105 num_sh = of_count_phandle_with_args(np, "shmem", NULL);
/linux-master/drivers/clk/
H A Dclk-conf.c20 num_parents = of_count_phandle_with_args(node, "assigned-clock-parents",
/linux-master/drivers/usb/core/
H A Dphy.c81 num_phys = of_count_phandle_with_args(dev->of_node, "phys",
122 num_phys = of_count_phandle_with_args(dev->of_node, "phys",
H A Dledtrig-usbport.c153 count = of_count_phandle_with_args(led_np, "trigger-sources",
/linux-master/drivers/regulator/
H A Dof_regulator.c93 n_phandles = of_count_phandle_with_args(np, "regulator-coupled-with",
570 n_phandles = of_count_phandle_with_args(node,
585 n_phandles = of_count_phandle_with_args(src,
649 c_n_phandles = of_count_phandle_with_args(c_node,
/linux-master/drivers/interconnect/samsung/
H A Dexynos.c38 num = of_count_phandle_with_args(np, "interconnects",
/linux-master/drivers/thermal/
H A Dthermal_of.c191 count = of_count_phandle_with_args(tz, "thermal-sensors",
375 count = of_count_phandle_with_args(map_np, "cooling-device", "#cooling-cells");
/linux-master/drivers/usb/host/
H A Dohci-exynos.c46 num_phys = of_count_phandle_with_args(dev->of_node, "phys",
H A Dehci-exynos.c57 num_phys = of_count_phandle_with_args(dev->of_node, "phys",
/linux-master/drivers/video/backlight/
H A Dled_bl.c80 ret = of_count_phandle_with_args(node, "leds", NULL);
/linux-master/sound/soc/samsung/
H A Dodroid.c252 num_pcms = of_count_phandle_with_args(cpu, "sound-dai",
/linux-master/drivers/base/power/
H A Dcommon.c213 num_pds = of_count_phandle_with_args(np, "power-domains",
/linux-master/drivers/net/ethernet/freescale/fman/
H A Dmac.c258 nph = of_count_phandle_with_args(mac_node, "fsl,fman-ports", NULL);
260 dev_err(dev, "of_count_phandle_with_args(%pOF, fsl,fman-ports) failed\n",
/linux-master/drivers/i2c/muxes/
H A Di2c-demux-pinctrl.c215 num_chan = of_count_phandle_with_args(np, "i2c-parent", NULL);
/linux-master/drivers/mailbox/
H A Dqcom-ipcc.c224 i = of_count_phandle_with_args(client_dn,
/linux-master/drivers/opp/
H A Dof.c178 count = of_count_phandle_with_args(np, "required-opps", NULL);
523 count = of_count_phandle_with_args(np, "interconnects",
1141 count = of_count_phandle_with_args(dev->of_node,
/linux-master/drivers/gpu/drm/tegra/
H A Dgr3d.c386 err = of_count_phandle_with_args(dev->of_node, "power-domains",
/linux-master/sound/soc/fsl/
H A Dimx-audmix.c175 num_dai = of_count_phandle_with_args(audmix_np, "dais", NULL);
/linux-master/drivers/gpu/drm/panfrost/
H A Dpanfrost_device.c147 num_domains = of_count_phandle_with_args(pfdev->dev->of_node,
/linux-master/drivers/pwm/
H A Dpwm-rockchip.c321 count = of_count_phandle_with_args(pdev->dev.of_node,
/linux-master/drivers/clk/imx/
H A Dclk-imx8-acm.c262 dev_pm->num_domains = of_count_phandle_with_args(dev->of_node, "power-domains",
/linux-master/drivers/remoteproc/
H A Domap_remoteproc.c1228 ret = of_count_phandle_with_args(np, "ti,watchdog-timers", NULL);
1256 oproc->num_timers = of_count_phandle_with_args(np, "ti,timers", NULL);
/linux-master/drivers/usb/gadget/udc/bdc/
H A Dbdc_core.c512 bdc->num_phys = of_count_phandle_with_args(dev->of_node,

Completed in 196 milliseconds

123