/linux-6.6.21/drivers/gpu/drm/sti/ |
D | sti_drv.c | 240 child_np = of_get_next_available_child(node, NULL); in sti_platform_probe() 245 child_np = of_get_next_available_child(node, child_np); in sti_platform_probe()
|
/linux-6.6.21/drivers/leds/ |
D | leds-spi-byte.c | 94 child = of_get_next_available_child(dev_of_node(dev), NULL); in spi_byte_probe()
|
D | leds-lp8860.c | 387 child_node = of_get_next_available_child(np, NULL); in lp8860_probe()
|
/linux-6.6.21/drivers/net/dsa/hirschmann/ |
D | hellcreek_ptp.c | 314 led = of_get_next_available_child(leds, led); in hellcreek_led_setup() 340 led = of_get_next_available_child(leds, led); in hellcreek_led_setup()
|
/linux-6.6.21/include/linux/ |
D | of.h | 295 extern struct device_node *of_get_next_available_child( 538 static inline struct device_node *of_get_next_available_child( in of_get_next_available_child() function 1432 for (child = of_get_next_available_child(parent, NULL); child != NULL; \ 1433 child = of_get_next_available_child(parent, child))
|
/linux-6.6.21/drivers/gpu/drm/display/ |
D | drm_dp_aux_bus.c | 271 np = of_get_next_available_child(bus, NULL); in of_dp_aux_populate_bus()
|
/linux-6.6.21/drivers/bus/ |
D | tegra-gmi.c | 100 child = of_get_next_available_child(gmi->dev->of_node, NULL); in tegra_gmi_parse_dt()
|
D | ti-sysc.c | 333 child = of_get_next_available_child(np, NULL); in sysc_add_named_clock_from_child()
|
/linux-6.6.21/drivers/i2c/busses/ |
D | i2c-sun6i-p2wi.c | 226 childnp = of_get_next_available_child(np, NULL); in p2wi_probe()
|
/linux-6.6.21/drivers/opp/ |
D | of.c | 171 np = of_get_next_available_child(opp_np, NULL); in _opp_table_alloc_required_tables() 388 opp_np = of_get_next_available_child(opp_table->np, NULL); in lazy_link_required_opp_table() 461 np = of_get_next_available_child(opp_np, NULL); in _bandwidth_supported()
|
/linux-6.6.21/drivers/usb/chipidea/ |
D | ci_hdrc_msm.c | 247 phy_node = of_get_next_available_child(ulpi_node, NULL); in ci_hdrc_msm_probe()
|
/linux-6.6.21/drivers/usb/common/ |
D | ulpi.c | 193 child = of_get_next_available_child(np, NULL); in ulpi_of_register()
|
/linux-6.6.21/drivers/leds/flash/ |
D | leds-ktd2692.c | 305 child_node = of_get_next_available_child(np, NULL); in ktd2692_parse_dt()
|
D | leds-aat1290.c | 251 child_node = of_get_next_available_child(dev_of_node(dev), NULL); in aat1290_led_parse_dt()
|
/linux-6.6.21/drivers/mtd/spi-nor/controllers/ |
D | nxp-spifi.c | 418 flash_np = of_get_next_available_child(pdev->dev.of_node, NULL); in nxp_spifi_probe()
|
/linux-6.6.21/drivers/gpu/drm/bridge/imx/ |
D | imx8qxp-pxl2dpi.c | 251 ep = of_get_next_available_child(port, NULL); in imx8qxp_pxl2dpi_get_available_ep_from_port()
|
/linux-6.6.21/drivers/virtio/ |
D | virtio.c | 384 np = of_get_next_available_child(pnode, NULL); in virtio_device_of_init()
|
/linux-6.6.21/drivers/of/ |
D | base.c | 608 struct device_node *of_get_next_available_child(const struct device_node *node, in of_get_next_available_child() function 629 EXPORT_SYMBOL(of_get_next_available_child);
|
D | property.c | 962 return of_fwnode_handle(of_get_next_available_child(to_of_node(fwnode), in of_fwnode_get_next_child_node()
|
/linux-6.6.21/drivers/mailbox/ |
D | omap-mailbox.c | 733 child = of_get_next_available_child(node, child); in omap_mbox_probe()
|
/linux-6.6.21/drivers/gpu/drm/sun4i/ |
D | sun4i_tcon.c | 909 ep = of_get_next_available_child(port, NULL); in sun4i_tcon_find_engine_traverse()
|
/linux-6.6.21/drivers/phy/qualcomm/ |
D | phy-qcom-qmp-usb-legacy.c | 1323 np = of_get_next_available_child(dev->of_node, NULL); in qmp_usb_legacy_probe()
|
D | phy-qcom-qmp-ufs.c | 1607 np = of_get_next_available_child(dev->of_node, NULL); in qmp_ufs_probe()
|
D | phy-qcom-qmp-usb.c | 2194 np = of_get_next_available_child(dev->of_node, NULL); in qmp_usb_probe()
|
/linux-6.6.21/drivers/pmdomain/qcom/ |
D | cpr.c | 1059 child_np = of_get_next_available_child(desc_np, child_np); in cpr_get_opp_hz_for_req()
|