Searched refs:of_get_next_available_child (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/drivers/gpu/drm/sti/ |
D | sti_drm_drv.c | 254 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()
|
D | sti_tvout.c | 739 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/ |
D | of.h | 264 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/ |
D | i2c-sun6i-p2wi.c | 222 childnp = of_get_next_available_child(np, NULL); in p2wi_probe()
|
/linux-4.1.27/drivers/base/ |
D | property.c | 479 node = of_get_next_available_child(dev->of_node, of_node(child)); in device_get_next_child_node()
|
/linux-4.1.27/drivers/of/ |
D | base.c | 689 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/ |
D | omap-mailbox.c | 717 child = of_get_next_available_child(node, child); in omap_mbox_probe()
|