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

12

/linux-master/drivers/leds/
H A Dleds-spi-byte.c94 child = of_get_next_available_child(dev_of_node(dev), NULL);
H A Dleds-lp8860.c387 child_node = of_get_next_available_child(np, NULL);
/linux-master/drivers/gpu/drm/sti/
H A Dsti_drv.c241 child_np = of_get_next_available_child(node, NULL);
246 child_np = of_get_next_available_child(node, child_np);
/linux-master/include/linux/
H A Dof.h292 extern struct device_node *of_get_next_available_child(
547 static inline struct device_node *of_get_next_available_child( function
1473 for (child = of_get_next_available_child(parent, NULL); child != NULL; \
1474 child = of_get_next_available_child(parent, child))
1481 of_get_next_available_child(parent, NULL); \
1483 child = of_get_next_available_child(parent, child))
/linux-master/drivers/net/dsa/hirschmann/
H A Dhellcreek_ptp.c314 led = of_get_next_available_child(leds, led);
340 led = of_get_next_available_child(leds, led);
/linux-master/drivers/i2c/busses/
H A Di2c-sun6i-p2wi.c226 childnp = of_get_next_available_child(np, NULL);
/linux-master/drivers/bus/
H A Dtegra-gmi.c100 child = of_get_next_available_child(gmi->dev->of_node, NULL);
H A Dti-sysc.c333 child = of_get_next_available_child(np, NULL);
/linux-master/drivers/gpu/drm/display/
H A Ddrm_dp_aux_bus.c271 np = of_get_next_available_child(bus, NULL);
/linux-master/drivers/usb/chipidea/
H A Dci_hdrc_msm.c247 phy_node = of_get_next_available_child(ulpi_node, NULL);
/linux-master/drivers/usb/common/
H A Dulpi.c193 child = of_get_next_available_child(np, NULL);
/linux-master/drivers/leds/flash/
H A Dleds-ktd2692.c242 child_node = of_get_next_available_child(np, NULL);
H A Dleds-aat1290.c251 child_node = of_get_next_available_child(dev_of_node(dev), NULL);
/linux-master/drivers/opp/
H A Dof.c171 np = of_get_next_available_child(opp_np, NULL);
416 opp_np = of_get_next_available_child(opp_table->np, NULL);
488 np = of_get_next_available_child(opp_np, NULL);
/linux-master/drivers/gpu/drm/bridge/imx/
H A Dimx8qxp-pxl2dpi.c251 ep = of_get_next_available_child(port, NULL);
/linux-master/drivers/mtd/spi-nor/controllers/
H A Dnxp-spifi.c418 flash_np = of_get_next_available_child(pdev->dev.of_node, NULL);
/linux-master/drivers/virtio/
H A Dvirtio.c399 np = of_get_next_available_child(pnode, NULL);
/linux-master/drivers/of/
H A Dbase.c654 * of_get_next_available_child - Find the next available child node
661 struct device_node *of_get_next_available_child(const struct device_node *node, function
666 EXPORT_SYMBOL(of_get_next_available_child); variable
H A Dproperty.c969 return of_fwnode_handle(of_get_next_available_child(to_of_node(fwnode),
/linux-master/drivers/mailbox/
H A Domap-mailbox.c733 child = of_get_next_available_child(node, child);
/linux-master/drivers/gpu/drm/sun4i/
H A Dsun4i_tcon.c909 ep = of_get_next_available_child(port, NULL);
/linux-master/drivers/phy/qualcomm/
H A Dphy-qcom-qmp-usb-legacy.c1269 np = of_get_next_available_child(dev->of_node, NULL);
H A Dphy-qcom-qmp-usb.c2148 np = of_get_next_available_child(dev->of_node, NULL);
H A Dphy-qcom-qmp-ufs.c1861 np = of_get_next_available_child(dev->of_node, NULL);
/linux-master/drivers/pmdomain/qcom/
H A Dcpr.c1059 child_np = of_get_next_available_child(desc_np, child_np);

Completed in 242 milliseconds

12