Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/clk/ti/
Dclockdomain.c35 num_clks = of_count_phandle_with_args(node, "clocks", "#clock-cells"); in of_ti_clockdomain_setup()
/linux-4.1.27/include/linux/
Dof_gpio.h106 return of_count_phandle_with_args(np, propname, "#gpio-cells"); in of_gpio_named_count()
Dof.h333 extern int of_count_phandle_with_args(const struct device_node *np,
598 static inline int of_count_phandle_with_args(struct device_node *np, in of_count_phandle_with_args() function
/linux-4.1.27/drivers/clk/
Dclk-conf.c23 num_parents = of_count_phandle_with_args(node, "assigned-clock-parents", in __set_clk_parents()
Dclk.c3026 return of_count_phandle_with_args(np, "clocks", "#clock-cells"); in of_clk_get_parent_count()
/linux-4.1.27/drivers/clk/at91/
Dclk-smd.c153 num_parents = of_count_phandle_with_args(np, "clocks", "#clock-cells"); in of_at91sam9x5_clk_smd_setup()
Dclk-slow.c376 num_parents = of_count_phandle_with_args(np, "clocks", "#clock-cells"); in of_at91sam9x5_clk_slow_setup()
454 num_parents = of_count_phandle_with_args(np, "clocks", "#clock-cells"); in of_at91sam9260_clk_slow_setup()
Dclk-master.c227 num_parents = of_count_phandle_with_args(np, "clocks", "#clock-cells"); in of_at91_clk_master_setup()
Dclk-programmable.c240 num_parents = of_count_phandle_with_args(np, "clocks", "#clock-cells"); in of_at91_clk_prog_setup()
Dclk-usb.c381 num_parents = of_count_phandle_with_args(np, "clocks", "#clock-cells"); in of_at91sam9x5_clk_usb_setup()
Dclk-main.c617 num_parents = of_count_phandle_with_args(np, "clocks", "#clock-cells"); in of_at91sam9x5_clk_main_setup()
/linux-4.1.27/drivers/of/
Dunittest.c295 rc = of_count_phandle_with_args(np, "phandle-list", "#phandle-cells"); in of_unittest_parse_phandle_with_args()
357 rc = of_count_phandle_with_args(np, "phandle-list-missing", in of_unittest_parse_phandle_with_args()
365 rc = of_count_phandle_with_args(np, "phandle-list", in of_unittest_parse_phandle_with_args()
373 rc = of_count_phandle_with_args(np, "phandle-list-bad-phandle", in of_unittest_parse_phandle_with_args()
381 rc = of_count_phandle_with_args(np, "phandle-list-bad-args", in of_unittest_parse_phandle_with_args()
Dbase.c1686 int of_count_phandle_with_args(const struct device_node *np, const char *list_name, in of_count_phandle_with_args() function
1692 EXPORT_SYMBOL(of_count_phandle_with_args);
/linux-4.1.27/arch/arm/common/
Dtimer-sp.c237 if (of_count_phandle_with_args(np, "clocks", "#clock-cells") == 3) { in sp804_of_init()
/linux-4.1.27/drivers/clk/st/
Dclk-flexgen.c248 nparents = of_count_phandle_with_args(np, "clocks", "#clock-cells"); in flexgen_get_parents()
Dclkgen-mux.c29 nparents = of_count_phandle_with_args(np, "clocks", "#clock-cells"); in clkgen_mux_get_parents()
/linux-4.1.27/drivers/usb/host/
Dohci-platform.c175 priv->num_phys = of_count_phandle_with_args(dev->dev.of_node, in ohci_platform_probe()
Dehci-platform.c205 priv->num_phys = of_count_phandle_with_args(dev->dev.of_node, in ehci_platform_probe()
/linux-4.1.27/drivers/iommu/
Dipmmu-vmsa.c623 num_utlbs = of_count_phandle_with_args(dev->of_node, "iommus", in ipmmu_add_device()
Drockchip-iommu.c876 ret = of_count_phandle_with_args(np, "iommus", "#iommu-cells"); in rk_iommu_is_dev_iommu_master()
/linux-4.1.27/sound/soc/
Dsoc-core.c3578 num_codecs = of_count_phandle_with_args(of_node, name, in snd_soc_of_get_dai_link_codecs()