Searched refs:fwnode_get_next_child_node (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.15/drivers/base/ |
| D | property.c | 722 fwnode_get_next_child_node(const struct fwnode_handle *fwnode, in fwnode_get_next_child_node() function 727 EXPORT_SYMBOL_GPL(fwnode_get_next_child_node); 745 next_child = fwnode_get_next_child_node(fwnode, next_child); in fwnode_get_next_available_child_node() 766 next = fwnode_get_next_child_node(fwnode, child); in device_get_next_child_node() 772 next = fwnode_get_next_child_node(fwnode->secondary, child); in device_get_next_child_node()
|
| /Linux-v5.15/include/linux/ |
| D | property.h | 94 struct fwnode_handle *fwnode_get_next_child_node( 100 for (child = fwnode_get_next_child_node(fwnode, NULL); child; \ 101 child = fwnode_get_next_child_node(fwnode, child))
|
| /Linux-v5.15/drivers/acpi/ |
| D | property.c | 1144 port = fwnode_get_next_child_node(fwnode, port); in acpi_graph_get_next_endpoint() 1162 endpoint = fwnode_get_next_child_node(port, prev); in acpi_graph_get_next_endpoint() 1164 port = fwnode_get_next_child_node(fwnode, port); in acpi_graph_get_next_endpoint() 1168 endpoint = fwnode_get_next_child_node(port, NULL); in acpi_graph_get_next_endpoint()
|
| /Linux-v5.15/drivers/staging/media/imx/ |
| D | imx-media-csi.c | 1850 csi_ep = fwnode_get_next_child_node(csi_port, NULL); in csi_get_fwnode_pad()
|