Home
last modified time | relevance | path

Searched refs:fwnode_get_next_child_node (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/base/
H A Dproperty.c750 fwnode_get_next_child_node(const struct fwnode_handle *fwnode, in fwnode_get_next_child_node() function
755 EXPORT_SYMBOL_GPL(fwnode_get_next_child_node);
776 next_child = fwnode_get_next_child_node(fwnode, next_child); in fwnode_get_next_available_child_node()
804 next = fwnode_get_next_child_node(fwnode, child); in device_get_next_child_node()
809 return fwnode_get_next_child_node(fwnode->secondary, child); in device_get_next_child_node()
/openbmc/linux/include/linux/
H A Dproperty.h151 struct fwnode_handle *fwnode_get_next_child_node(
157 for (child = fwnode_get_next_child_node(fwnode, NULL); child; \
158 child = fwnode_get_next_child_node(fwnode, child))
/openbmc/linux/drivers/acpi/
H A Dproperty.c1312 port = fwnode_get_next_child_node(fwnode, port); in acpi_graph_get_next_endpoint()
1330 endpoint = fwnode_get_next_child_node(port, prev); in acpi_graph_get_next_endpoint()
1332 port = fwnode_get_next_child_node(fwnode, port); in acpi_graph_get_next_endpoint()
1336 endpoint = fwnode_get_next_child_node(port, NULL); in acpi_graph_get_next_endpoint()
/openbmc/linux/drivers/staging/media/imx/
H A Dimx-media-csi.c1844 csi_ep = fwnode_get_next_child_node(csi_port, NULL); in csi_get_fwnode_pad()