Searched refs:of_get_next_available_child (Results 1 – 9 of 9) sorted by relevance
/linux-4.4.14/drivers/gpu/drm/sti/ |
D | sti_drv.c | 255 child_np = of_get_next_available_child(node, NULL); in sti_platform_probe() 260 child_np = of_get_next_available_child(node, child_np); in sti_platform_probe()
|
/linux-4.4.14/include/linux/ |
D | of.h | 265 extern struct device_node *of_get_next_available_child( 448 static inline struct device_node *of_get_next_available_child( in of_get_next_available_child() function 903 for (child = of_get_next_available_child(parent, NULL); child != NULL; \ 904 child = of_get_next_available_child(parent, child))
|
/linux-4.4.14/drivers/i2c/busses/ |
D | i2c-sun6i-p2wi.c | 222 childnp = of_get_next_available_child(np, NULL); in p2wi_probe()
|
/linux-4.4.14/drivers/leds/ |
D | leds-ktd2692.c | 322 child_node = of_get_next_available_child(np, NULL); in ktd2692_parse_dt()
|
D | leds-aat1290.c | 275 child_node = of_get_next_available_child(dev->of_node, NULL); in aat1290_led_parse_dt()
|
/linux-4.4.14/drivers/base/ |
D | property.c | 560 node = of_get_next_available_child(dev->of_node, to_of_node(child)); in device_get_next_child_node()
|
/linux-4.4.14/drivers/mtd/spi-nor/ |
D | nxp-spifi.c | 428 flash_np = of_get_next_available_child(pdev->dev.of_node, NULL); in nxp_spifi_probe()
|
/linux-4.4.14/drivers/of/ |
D | base.c | 686 struct device_node *of_get_next_available_child(const struct device_node *node, in of_get_next_available_child() function 707 EXPORT_SYMBOL(of_get_next_available_child);
|
/linux-4.4.14/drivers/mailbox/ |
D | omap-mailbox.c | 754 child = of_get_next_available_child(node, child); in omap_mbox_probe()
|