/drivers/regulator/ |
D | of_regulator.c | 37 n_phandles = of_count_phandle_with_args(np, "regulator-coupled-with", in of_get_regulation_constraints() 499 n_phandles = of_count_phandle_with_args(node, in of_get_n_coupled() 514 n_phandles = of_count_phandle_with_args(src, in of_coupling_find_node() 578 c_n_phandles = of_count_phandle_with_args(c_node, in of_check_coupling_data()
|
/drivers/firmware/arm_scmi/ |
D | mailbox.c | 60 num_mb = of_count_phandle_with_args(np, "mboxes", "#mbox-cells"); in mailbox_chan_validate() 61 num_sh = of_count_phandle_with_args(np, "shmem", NULL); in mailbox_chan_validate()
|
/drivers/irqchip/ |
D | irq-ath79-cpu.c | 62 count = of_count_phandle_with_args( in ar79_cpu_intc_of_init()
|
D | irq-ti-sci-inta.c | 622 count = of_count_phandle_with_args(node, "ti,unmapped-event-sources", NULL); in ti_sci_inta_get_unmapped_sources()
|
/drivers/clk/ |
D | clk-conf.c | 20 num_parents = of_count_phandle_with_args(node, "assigned-clock-parents", in __set_clk_parents()
|
/drivers/usb/core/ |
D | phy.c | 57 num_phys = of_count_phandle_with_args(dev->of_node, "phys", in usb_phy_roothub_alloc()
|
D | ledtrig-usbport.c | 153 count = of_count_phandle_with_args(led_np, "trigger-sources", in usbport_trig_port_observed()
|
/drivers/opp/ |
D | of.c | 168 count = of_count_phandle_with_args(np, "required-opps", NULL); in _opp_table_alloc_required_tables() 381 count = of_count_phandle_with_args(np, "interconnects", in dev_pm_opp_of_find_icc_paths() 1019 count = of_count_phandle_with_args(dev->of_node, in dev_pm_opp_of_add_table_indexed()
|
/drivers/video/backlight/ |
D | led_bl.c | 80 ret = of_count_phandle_with_args(node, "leds", NULL); in led_bl_get_leds()
|
/drivers/of/ |
D | unittest.c | 399 rc = of_count_phandle_with_args(np, "phandle-list", "#phandle-cells"); in of_unittest_parse_phandle_with_args() 466 rc = of_count_phandle_with_args(np, "phandle-list-missing", in of_unittest_parse_phandle_with_args() 487 rc = of_count_phandle_with_args(np, "phandle-list", in of_unittest_parse_phandle_with_args() 512 rc = of_count_phandle_with_args(np, "phandle-list-bad-phandle", in of_unittest_parse_phandle_with_args() 537 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()
|
D | base.c | 1771 int of_count_phandle_with_args(const struct device_node *np, const char *list_name, in of_count_phandle_with_args() function 1806 EXPORT_SYMBOL(of_count_phandle_with_args);
|
/drivers/usb/host/ |
D | ohci-exynos.c | 47 num_phys = of_count_phandle_with_args(dev->of_node, "phys", in exynos_ohci_get_phy()
|
D | ehci-exynos.c | 58 num_phys = of_count_phandle_with_args(dev->of_node, "phys", in exynos_ehci_get_phy()
|
/drivers/gpu/drm/panfrost/ |
D | panfrost_device.c | 151 num_domains = of_count_phandle_with_args(pfdev->dev->of_node, in panfrost_pm_domain_init()
|
/drivers/remoteproc/ |
D | imx_rproc.c | 280 nph = of_count_phandle_with_args(np, "memory-region", NULL); in imx_rproc_addr_init()
|
D | omap_remoteproc.c | 1229 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()
|
/drivers/i2c/muxes/ |
D | i2c-demux-pinctrl.c | 215 num_chan = of_count_phandle_with_args(np, "i2c-parent", NULL); in i2c_demux_pinctrl_probe()
|
/drivers/pwm/ |
D | pwm-rockchip.c | 316 count = of_count_phandle_with_args(pdev->dev.of_node, in rockchip_pwm_probe()
|
/drivers/usb/mtu3/ |
D | mtu3_plat.c | 246 ssusb->num_phys = of_count_phandle_with_args(node, in get_ssusb_rscs()
|
/drivers/clk/imx/ |
D | clk-imx6q.c | 172 num_parents = of_count_phandle_with_args(node, "assigned-clock-parents", in of_assigned_ldb_sels() 223 num_clocks = of_count_phandle_with_args(node, "assigned-clocks", in pll6_bypassed()
|
/drivers/hwmon/ |
D | ibmpowernv.c | 372 if (of_count_phandle_with_args(sgrp, "sensors", NULL) <= 0) in init_sensor_group_data()
|
/drivers/usb/gadget/udc/bdc/ |
D | bdc_core.c | 512 bdc->num_phys = of_count_phandle_with_args(dev->of_node, in bdc_probe()
|
/drivers/reset/ |
D | core.c | 856 count = of_count_phandle_with_args(node, "resets", "#reset-cells"); in of_reset_control_get_count()
|
/drivers/perf/ |
D | arm_dsu_pmu.c | 615 n = of_count_phandle_with_args(dev->of_node, "cpus", NULL); in dsu_pmu_dt_get_cpus()
|
/drivers/thermal/ |
D | thermal_of.c | 711 count = of_count_phandle_with_args(np, "cooling-device", in thermal_of_populate_bind_params()
|