Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dof_gpio.h107 return of_count_phandle_with_args(np, propname, "#gpio-cells"); in of_gpio_named_count()
Dof.h334 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/
Dclk-conf.c23 num_parents = of_count_phandle_with_args(node, "assigned-clock-parents", in __set_clk_parents()
Dclk.c3050 return of_count_phandle_with_args(np, "clocks", "#clock-cells"); in of_clk_get_parent_count()
/linux-4.4.14/drivers/of/
Dunittest.c299 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()
Dbase.c1683 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/
Dtimer-sp804.c243 if (of_count_phandle_with_args(np, "clocks", "#clock-cells") == 3) { in sp804_of_init()
/linux-4.4.14/arch/mips/ath79/
Dirq.c323 count = of_count_phandle_with_args( in ar79_cpu_intc_of_init()
/linux-4.4.14/drivers/usb/host/
Dohci-platform.c168 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.4.14/drivers/soc/rockchip/
Dpm_domains.c253 clk_cnt = of_count_phandle_with_args(node, "clocks", "#clock-cells"); in rockchip_pm_add_one_domain()
/linux-4.4.14/drivers/iommu/
Dipmmu-vmsa.c614 num_utlbs = of_count_phandle_with_args(dev->of_node, "iommus", in ipmmu_add_device()
Drockchip-iommu.c887 ret = of_count_phandle_with_args(np, "iommus", "#iommu-cells"); in rk_iommu_is_dev_iommu_master()
/linux-4.4.14/drivers/firmware/
Darm_scpi.c667 count = of_count_phandle_with_args(np, "mboxes", "#mbox-cells"); in scpi_probe()
/linux-4.4.14/sound/soc/
Dsoc-core.c3633 num_codecs = of_count_phandle_with_args(of_node, name, in snd_soc_of_get_dai_link_codecs()