Home
last modified time | relevance | path

Searched refs:of_get_next_available_child (Results 1 – 7 of 7) sorted by relevance

/linux-4.1.27/drivers/gpu/drm/sti/
Dsti_drm_drv.c254 child_np = of_get_next_available_child(node, NULL); in sti_drm_master_probe()
259 child_np = of_get_next_available_child(node, child_np); in sti_drm_master_probe()
Dsti_tvout.c739 child_np = of_get_next_available_child(node, NULL); in sti_tvout_probe()
744 child_np = of_get_next_available_child(node, child_np); in sti_tvout_probe()
/linux-4.1.27/include/linux/
Dof.h264 extern struct device_node *of_get_next_available_child(
442 static inline struct device_node *of_get_next_available_child( in of_get_next_available_child() function
897 for (child = of_get_next_available_child(parent, NULL); child != NULL; \
898 child = of_get_next_available_child(parent, child))
/linux-4.1.27/drivers/i2c/busses/
Di2c-sun6i-p2wi.c222 childnp = of_get_next_available_child(np, NULL); in p2wi_probe()
/linux-4.1.27/drivers/base/
Dproperty.c479 node = of_get_next_available_child(dev->of_node, of_node(child)); in device_get_next_child_node()
/linux-4.1.27/drivers/of/
Dbase.c689 struct device_node *of_get_next_available_child(const struct device_node *node, in of_get_next_available_child() function
710 EXPORT_SYMBOL(of_get_next_available_child);
/linux-4.1.27/drivers/mailbox/
Domap-mailbox.c717 child = of_get_next_available_child(node, child); in omap_mbox_probe()