/kernel/linux/linux-5.10/drivers/gpu/drm/sti/ |
H 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()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/sti/ |
H A 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()
|
/kernel/linux/linux-5.10/drivers/leds/ |
H A D | leds-spi-byte.c | 94 child = of_get_next_available_child(dev_of_node(dev), NULL); in spi_byte_probe()
|
H A D | leds-ktd2692.c | 310 child_node = of_get_next_available_child(np, NULL); in ktd2692_parse_dt()
|
H A D | leds-lp8860.c | 391 child_node = of_get_next_available_child(np, NULL); in lp8860_probe()
|
H A D | leds-aat1290.c | 251 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 D | leds-spi-byte.c | 94 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 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()
|
/kernel/linux/linux-5.10/drivers/bus/ |
H A D | tegra-gmi.c | 95 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 D | drm_dp_aux_bus.c | 271 np = of_get_next_available_child(bus, NULL); in of_dp_aux_populate_bus()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | of.h | 290 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 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))
|
/kernel/linux/linux-5.10/drivers/i2c/busses/ |
H A D | i2c-sun6i-p2wi.c | 226 childnp = of_get_next_available_child(np, NULL); in p2wi_probe()
|
/kernel/linux/linux-5.10/drivers/usb/common/ |
H A D | ulpi.c | 194 child = of_get_next_available_child(np, NULL); in ulpi_of_register()
|
/kernel/linux/linux-5.10/drivers/usb/chipidea/ |
H A D | ci_hdrc_msm.c | 247 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 D | ci_hdrc_msm.c | 247 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 D | ulpi.c | 193 child = of_get_next_available_child(np, NULL); in ulpi_of_register()
|
/kernel/linux/linux-6.6/drivers/bus/ |
H A D | tegra-gmi.c | 100 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 D | i2c-sun6i-p2wi.c | 226 childnp = of_get_next_available_child(np, NULL); in p2wi_probe()
|
/kernel/linux/linux-6.6/drivers/leds/flash/ |
H A D | leds-ktd2692.c | 305 child_node = of_get_next_available_child(np, NULL); in ktd2692_parse_dt()
|
/kernel/linux/linux-6.6/drivers/opp/ |
H A 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()
|
/kernel/linux/linux-5.10/drivers/opp/ |
H A D | of.c | 162 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 D | nxp-spifi.c | 434 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 D | nxp-spifi.c | 418 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 D | virtio.c | 384 np = of_get_next_available_child(pnode, NULL); in virtio_device_of_init()
|