Searched refs:of_count_phandle_with_args (Results 1 – 15 of 15) sorted by relevance
/linux-4.4.14/include/linux/ |
D | of_gpio.h | 107 return of_count_phandle_with_args(np, propname, "#gpio-cells"); in of_gpio_named_count()
|
D | of.h | 334 extern int of_count_phandle_with_args(const struct device_node *np, 604 static inline int of_count_phandle_with_args(struct device_node *np, in of_count_phandle_with_args() function
|
/linux-4.4.14/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 | 3050 return of_count_phandle_with_args(np, "clocks", "#clock-cells"); in of_clk_get_parent_count()
|
/linux-4.4.14/drivers/of/ |
D | unittest.c | 299 rc = of_count_phandle_with_args(np, "phandle-list", "#phandle-cells"); in of_unittest_parse_phandle_with_args() 361 rc = of_count_phandle_with_args(np, "phandle-list-missing", in of_unittest_parse_phandle_with_args() 369 rc = of_count_phandle_with_args(np, "phandle-list", in of_unittest_parse_phandle_with_args() 377 rc = of_count_phandle_with_args(np, "phandle-list-bad-phandle", in of_unittest_parse_phandle_with_args() 385 rc = of_count_phandle_with_args(np, "phandle-list-bad-args", in of_unittest_parse_phandle_with_args()
|
D | base.c | 1683 int of_count_phandle_with_args(const struct device_node *np, const char *list_name, in of_count_phandle_with_args() function 1689 EXPORT_SYMBOL(of_count_phandle_with_args);
|
/linux-4.4.14/drivers/clocksource/ |
D | timer-sp804.c | 243 if (of_count_phandle_with_args(np, "clocks", "#clock-cells") == 3) { in sp804_of_init()
|
/linux-4.4.14/arch/mips/ath79/ |
D | irq.c | 323 count = of_count_phandle_with_args( in ar79_cpu_intc_of_init()
|
/linux-4.4.14/drivers/usb/host/ |
D | ohci-platform.c | 168 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.4.14/drivers/soc/rockchip/ |
D | pm_domains.c | 253 clk_cnt = of_count_phandle_with_args(node, "clocks", "#clock-cells"); in rockchip_pm_add_one_domain()
|
/linux-4.4.14/drivers/iommu/ |
D | ipmmu-vmsa.c | 614 num_utlbs = of_count_phandle_with_args(dev->of_node, "iommus", in ipmmu_add_device()
|
D | rockchip-iommu.c | 887 ret = of_count_phandle_with_args(np, "iommus", "#iommu-cells"); in rk_iommu_is_dev_iommu_master()
|
/linux-4.4.14/drivers/firmware/ |
D | arm_scpi.c | 667 count = of_count_phandle_with_args(np, "mboxes", "#mbox-cells"); in scpi_probe()
|
/linux-4.4.14/sound/soc/ |
D | soc-core.c | 3633 num_codecs = of_count_phandle_with_args(of_node, name, in snd_soc_of_get_dai_link_codecs()
|