Searched refs:fwnode_get_next_child_node (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/drivers/base/ |
A D | property.c | 730 fwnode_get_next_child_node(const struct fwnode_handle *fwnode, in fwnode_get_next_child_node() function 735 EXPORT_SYMBOL_GPL(fwnode_get_next_child_node); 753 next_child = fwnode_get_next_child_node(fwnode, next_child); in fwnode_get_next_available_child_node() 777 next = fwnode_get_next_child_node(fwnode, child); in device_get_next_child_node() 782 return fwnode_get_next_child_node(fwnode->secondary, child); in device_get_next_child_node()
|
/linux-6.3-rc2/include/linux/ |
A D | property.h | 113 struct fwnode_handle *fwnode_get_next_child_node( 119 for (child = fwnode_get_next_child_node(fwnode, NULL); child; \ 120 child = fwnode_get_next_child_node(fwnode, child))
|
/linux-6.3-rc2/drivers/acpi/ |
A D | property.c | 1319 port = fwnode_get_next_child_node(fwnode, port); in acpi_graph_get_next_endpoint() 1337 endpoint = fwnode_get_next_child_node(port, prev); in acpi_graph_get_next_endpoint() 1339 port = fwnode_get_next_child_node(fwnode, port); in acpi_graph_get_next_endpoint() 1343 endpoint = fwnode_get_next_child_node(port, NULL); in acpi_graph_get_next_endpoint()
|
/linux-6.3-rc2/drivers/staging/media/imx/ |
A D | imx-media-csi.c | 1844 csi_ep = fwnode_get_next_child_node(csi_port, NULL); in csi_get_fwnode_pad()
|
Completed in 12 milliseconds