Home
last modified time | relevance | path

Searched refs:of_get_next_available_child (Results 1 - 25 of 44) sorted by relevance

12

/kernel/linux/linux-5.10/drivers/gpu/drm/sti/
H A Dsti_drv.c244 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()
/kernel/linux/linux-6.6/drivers/gpu/drm/sti/
H A Dsti_drv.c240 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()
/kernel/linux/linux-5.10/drivers/leds/
H A Dleds-spi-byte.c94 child = of_get_next_available_child(dev_of_node(dev), NULL); in spi_byte_probe()
H A Dleds-ktd2692.c310 child_node = of_get_next_available_child(np, NULL); in ktd2692_parse_dt()
H A Dleds-lp8860.c391 child_node = of_get_next_available_child(np, NULL); in lp8860_probe()
H A Dleds-aat1290.c251 child_node = of_get_next_available_child(dev_of_node(dev), NULL); in aat1290_led_parse_dt()
/kernel/linux/linux-6.6/drivers/leds/
H A Dleds-spi-byte.c94 child = of_get_next_available_child(dev_of_node(dev), NULL); in spi_byte_probe()
/kernel/linux/linux-6.6/drivers/net/dsa/hirschmann/
H A Dhellcreek_ptp.c314 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()
/kernel/linux/linux-5.10/drivers/bus/
H A Dtegra-gmi.c95 child = of_get_next_available_child(gmi->dev->of_node, NULL); in tegra_gmi_parse_dt()
/kernel/linux/linux-6.6/drivers/gpu/drm/display/
H A Ddrm_dp_aux_bus.c271 np = of_get_next_available_child(bus, NULL); in of_dp_aux_populate_bus()
/kernel/linux/linux-5.10/include/linux/
H A Dof.h290 extern struct device_node *of_get_next_available_child(
530 static inline struct device_node *of_get_next_available_child( in of_get_next_available_child() function
1281 for (child = of_get_next_available_child(parent, NULL); child != NULL; \
1282 child = of_get_next_available_child(parent, child))
/kernel/linux/linux-6.6/include/linux/
H A Dof.h295 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))
/kernel/linux/linux-5.10/drivers/i2c/busses/
H A Di2c-sun6i-p2wi.c226 childnp = of_get_next_available_child(np, NULL); in p2wi_probe()
/kernel/linux/linux-5.10/drivers/usb/common/
H A Dulpi.c194 child = of_get_next_available_child(np, NULL); in ulpi_of_register()
/kernel/linux/linux-5.10/drivers/usb/chipidea/
H A Dci_hdrc_msm.c247 phy_node = of_get_next_available_child(ulpi_node, NULL); in ci_hdrc_msm_probe()
/kernel/linux/linux-6.6/drivers/usb/chipidea/
H A Dci_hdrc_msm.c247 phy_node = of_get_next_available_child(ulpi_node, NULL); in ci_hdrc_msm_probe()
/kernel/linux/linux-6.6/drivers/usb/common/
H A Dulpi.c193 child = of_get_next_available_child(np, NULL); in ulpi_of_register()
/kernel/linux/linux-6.6/drivers/bus/
H A Dtegra-gmi.c100 child = of_get_next_available_child(gmi->dev->of_node, NULL); in tegra_gmi_parse_dt()
/kernel/linux/linux-6.6/drivers/i2c/busses/
H A Di2c-sun6i-p2wi.c226 childnp = of_get_next_available_child(np, NULL); in p2wi_probe()
/kernel/linux/linux-6.6/drivers/leds/flash/
H A Dleds-ktd2692.c305 child_node = of_get_next_available_child(np, NULL); in ktd2692_parse_dt()
/kernel/linux/linux-6.6/drivers/opp/
H A Dof.c171 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()
/kernel/linux/linux-5.10/drivers/opp/
H A Dof.c162 np = of_get_next_available_child(opp_np, NULL); in _opp_table_alloc_required_tables()
348 np = of_get_next_available_child(opp_np, NULL); in _bandwidth_supported()
/kernel/linux/linux-5.10/drivers/mtd/spi-nor/controllers/
H A Dnxp-spifi.c434 flash_np = of_get_next_available_child(pdev->dev.of_node, NULL); in nxp_spifi_probe()
/kernel/linux/linux-6.6/drivers/mtd/spi-nor/controllers/
H A Dnxp-spifi.c418 flash_np = of_get_next_available_child(pdev->dev.of_node, NULL); in nxp_spifi_probe()
/kernel/linux/linux-6.6/drivers/virtio/
H A Dvirtio.c384 np = of_get_next_available_child(pnode, NULL); in virtio_device_of_init()

Completed in 23 milliseconds

12