Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/sti/
H A Dsti_drv.c242 child_np = of_get_next_available_child(node, NULL); in sti_platform_probe()
247 child_np = of_get_next_available_child(node, child_np); in sti_platform_probe()
/linux/include/linux/
H A Dof.h292 extern struct device_node *of_get_next_available_child(
545 static inline struct device_node *of_get_next_available_child( in of_get_next_available_child() function
1472 for (child = of_get_next_available_child(parent, NULL); child != NULL; \
1473 child = of_get_next_available_child(parent, child))
1480 of_get_next_available_child(parent, NULL); \
1482 child = of_get_next_available_child(parent, child))
/linux/drivers/net/dsa/hirschmann/
H A Dhellcreek_ptp.c319 led = of_get_next_available_child(leds, led); in hellcreek_led_setup()
345 led = of_get_next_available_child(leds, led); in hellcreek_led_setup()
/linux/drivers/opp/
H A Dof.c171 np = of_get_next_available_child(opp_np, NULL); in _opp_table_alloc_required_tables()
416 opp_np = of_get_next_available_child(opp_table->np, NULL); in lazy_link_required_opp_table()
488 np = of_get_next_available_child(opp_np, NULL); in _bandwidth_supported()
1465 np = of_get_next_available_child(opp_np, NULL); in dev_pm_opp_of_has_required_opp()
/linux/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()
/linux/drivers/bus/
H A Dtegra-gmi.c100 child = of_get_next_available_child(gmi->dev->of_node, NULL); in tegra_gmi_parse_dt()
H A Dti-sysc.c343 child = of_get_next_available_child(np, NULL); in sysc_add_named_clock_from_child()
/linux/drivers/i2c/busses/
H A Di2c-sun6i-p2wi.c226 childnp = of_get_next_available_child(np, NULL); in p2wi_probe()
/linux/drivers/usb/chipidea/
H A Dci_hdrc_msm.c247 phy_node = of_get_next_available_child(ulpi_node, NULL); in ci_hdrc_msm_probe()
/linux/drivers/leds/flash/
H A Dleds-ktd2692.c243 of_get_next_available_child(np, NULL); in ktd2692_parse_dt()
H A Dleds-aat1290.c250 of_get_next_available_child(dev_of_node(dev), NULL); in aat1290_led_parse_dt()
/linux/drivers/usb/common/
H A Dulpi.c193 child = of_get_next_available_child(np, NULL); in ulpi_of_register()
/linux/drivers/leds/
H A Dleds-lp8860.c387 child_node = of_get_next_available_child(np, NULL); in lp8860_probe()
/linux/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()
/linux/drivers/gpu/drm/bridge/imx/
H A Dimx8qxp-pxl2dpi.c246 ep = of_get_next_available_child(port, NULL); in imx8qxp_pxl2dpi_get_available_ep_from_port()
/linux/drivers/gpu/drm/stm/
H A Dlvds.c1123 remote = of_get_next_available_child(port1, NULL); in lvds_probe()
1136 remote = of_get_next_available_child(port2, NULL); in lvds_probe()
/linux/drivers/virtio/
H A Dvirtio.c423 np = of_get_next_available_child(pnode, NULL); in virtio_device_of_init()
/linux/drivers/mailbox/
H A Domap-mailbox.c508 child = of_get_next_available_child(node, child); in omap_mbox_probe()
/linux/drivers/of/
H A Dbase.c662 struct device_node *of_get_next_available_child(const struct device_node *node, in of_get_next_available_child() function
667 EXPORT_SYMBOL(of_get_next_available_child);
H A Dproperty.c960 return of_fwnode_handle(of_get_next_available_child(to_of_node(fwnode), in of_fwnode_get_next_child_node()
/linux/drivers/gpu/drm/sun4i/
H A Dsun4i_tcon.c909 ep = of_get_next_available_child(port, NULL); in sun4i_tcon_find_engine_traverse()
/linux/drivers/phy/qualcomm/
H A Dphy-qcom-qmp-usb-legacy.c1270 np = of_get_next_available_child(dev->of_node, NULL); in qmp_usb_legacy_probe()
H A Dphy-qcom-qmp-ufs.c1972 np = of_get_next_available_child(dev->of_node, NULL); in qmp_ufs_probe()
H A Dphy-qcom-qmp-usb.c2193 np = of_get_next_available_child(dev->of_node, NULL); in qmp_usb_probe()
H A Dphy-qcom-qmp-pcie.c4348 np = of_get_next_available_child(dev->of_node, NULL); in qmp_pcie_probe()