Searched refs:of_get_next_available_child (Results 1 – 23 of 23) sorted by relevance
/linux/drivers/gpu/drm/sti/ |
A D | sti_drv.c | 244 child_np = of_get_next_available_child(node, NULL); in sti_platform_probe() 249 child_np = of_get_next_available_child(node, child_np); in sti_platform_probe()
|
/linux/drivers/leds/ |
A D | leds-spi-byte.c | 94 child = of_get_next_available_child(dev_of_node(dev), NULL); in spi_byte_probe()
|
A D | leds-lp8860.c | 391 child_node = of_get_next_available_child(np, NULL); in lp8860_probe()
|
/linux/drivers/net/dsa/hirschmann/ |
A D | hellcreek_ptp.c | 311 led = of_get_next_available_child(leds, led); in hellcreek_led_setup() 336 led = of_get_next_available_child(leds, led); in hellcreek_led_setup()
|
/linux/include/linux/ |
A D | of.h | 290 extern struct device_node *of_get_next_available_child( 662 static inline struct device_node *of_get_next_available_child( in of_get_next_available_child() function 1305 for (child = of_get_next_available_child(parent, NULL); child != NULL; \ 1306 child = of_get_next_available_child(parent, child))
|
/linux/drivers/opp/ |
A D | of.c | 165 np = of_get_next_available_child(opp_np, NULL); in _opp_table_alloc_required_tables() 367 opp_np = of_get_next_available_child(opp_table->np, NULL); in lazy_link_required_opp_table() 439 np = of_get_next_available_child(opp_np, NULL); in _bandwidth_supported()
|
/linux/drivers/usb/common/ |
A D | ulpi.c | 188 child = of_get_next_available_child(np, NULL); in ulpi_of_register()
|
/linux/drivers/bus/ |
A D | tegra-gmi.c | 95 child = of_get_next_available_child(gmi->dev->of_node, NULL); in tegra_gmi_parse_dt()
|
A D | ti-sysc.c | 331 child = of_get_next_available_child(np, NULL); in sysc_add_named_clock_from_child()
|
/linux/drivers/usb/chipidea/ |
A D | ci_hdrc_msm.c | 247 phy_node = of_get_next_available_child(ulpi_node, NULL); in ci_hdrc_msm_probe()
|
/linux/drivers/i2c/busses/ |
A D | i2c-sun6i-p2wi.c | 221 childnp = of_get_next_available_child(np, NULL); in p2wi_probe()
|
/linux/drivers/leds/flash/ |
A D | leds-ktd2692.c | 310 child_node = of_get_next_available_child(np, NULL); in ktd2692_parse_dt()
|
A D | leds-aat1290.c | 251 child_node = of_get_next_available_child(dev_of_node(dev), NULL); in aat1290_led_parse_dt()
|
/linux/drivers/mtd/spi-nor/controllers/ |
A D | nxp-spifi.c | 431 flash_np = of_get_next_available_child(pdev->dev.of_node, NULL); in nxp_spifi_probe()
|
/linux/drivers/virtio/ |
A D | virtio.c | 352 np = of_get_next_available_child(pnode, NULL); in virtio_device_of_init()
|
/linux/drivers/of/ |
A D | base.c | 772 struct device_node *of_get_next_available_child(const struct device_node *node, in of_get_next_available_child() function 793 EXPORT_SYMBOL(of_get_next_available_child);
|
A D | property.c | 942 return of_fwnode_handle(of_get_next_available_child(to_of_node(fwnode), in of_fwnode_get_next_child_node()
|
/linux/drivers/mailbox/ |
A D | omap-mailbox.c | 747 child = of_get_next_available_child(node, child); in omap_mbox_probe()
|
/linux/drivers/gpu/drm/sun4i/ |
A D | sun4i_tcon.c | 910 ep = of_get_next_available_child(port, NULL); in sun4i_tcon_find_engine_traverse()
|
/linux/drivers/soc/qcom/ |
A D | cpr.c | 1060 child_np = of_get_next_available_child(desc_np, child_np); in cpr_get_opp_hz_for_req()
|
/linux/ |
A D | vmlinux.symvers | 7340 0x00000000 of_get_next_available_child vmlinux EXPORT_SYMBOL
|
A D | System.map | 47581 ffff800010ccc230 T of_get_next_available_child
|
A D | .tmp_System.map | 47581 ffff800010ccc230 T of_get_next_available_child
|
Completed in 334 milliseconds