Searched refs:of_count_phandle_with_args (Results 1 – 21 of 21) sorted by relevance
/linux-4.1.27/drivers/clk/ti/ |
D | clockdomain.c | 35 num_clks = of_count_phandle_with_args(node, "clocks", "#clock-cells"); in of_ti_clockdomain_setup()
|
/linux-4.1.27/include/linux/ |
D | of_gpio.h | 106 return of_count_phandle_with_args(np, propname, "#gpio-cells"); in of_gpio_named_count()
|
D | of.h | 333 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/ |
D | clk-conf.c | 23 num_parents = of_count_phandle_with_args(node, "assigned-clock-parents", in __set_clk_parents()
|
D | clk.c | 3026 return of_count_phandle_with_args(np, "clocks", "#clock-cells"); in of_clk_get_parent_count()
|
/linux-4.1.27/drivers/clk/at91/ |
D | clk-smd.c | 153 num_parents = of_count_phandle_with_args(np, "clocks", "#clock-cells"); in of_at91sam9x5_clk_smd_setup()
|
D | clk-slow.c | 376 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()
|
D | clk-master.c | 227 num_parents = of_count_phandle_with_args(np, "clocks", "#clock-cells"); in of_at91_clk_master_setup()
|
D | clk-programmable.c | 240 num_parents = of_count_phandle_with_args(np, "clocks", "#clock-cells"); in of_at91_clk_prog_setup()
|
D | clk-usb.c | 381 num_parents = of_count_phandle_with_args(np, "clocks", "#clock-cells"); in of_at91sam9x5_clk_usb_setup()
|
D | clk-main.c | 617 num_parents = of_count_phandle_with_args(np, "clocks", "#clock-cells"); in of_at91sam9x5_clk_main_setup()
|
/linux-4.1.27/drivers/of/ |
D | unittest.c | 295 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()
|
D | base.c | 1686 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/ |
D | timer-sp.c | 237 if (of_count_phandle_with_args(np, "clocks", "#clock-cells") == 3) { in sp804_of_init()
|
/linux-4.1.27/drivers/clk/st/ |
D | clk-flexgen.c | 248 nparents = of_count_phandle_with_args(np, "clocks", "#clock-cells"); in flexgen_get_parents()
|
D | clkgen-mux.c | 29 nparents = of_count_phandle_with_args(np, "clocks", "#clock-cells"); in clkgen_mux_get_parents()
|
/linux-4.1.27/drivers/usb/host/ |
D | ohci-platform.c | 175 priv->num_phys = of_count_phandle_with_args(dev->dev.of_node, in ohci_platform_probe()
|
D | ehci-platform.c | 205 priv->num_phys = of_count_phandle_with_args(dev->dev.of_node, in ehci_platform_probe()
|
/linux-4.1.27/drivers/iommu/ |
D | ipmmu-vmsa.c | 623 num_utlbs = of_count_phandle_with_args(dev->of_node, "iommus", in ipmmu_add_device()
|
D | rockchip-iommu.c | 876 ret = of_count_phandle_with_args(np, "iommus", "#iommu-cells"); in rk_iommu_is_dev_iommu_master()
|
/linux-4.1.27/sound/soc/ |
D | soc-core.c | 3578 num_codecs = of_count_phandle_with_args(of_node, name, in snd_soc_of_get_dai_link_codecs()
|