Searched refs:fwnode_get_next_child_node (Results 1 – 7 of 7) sorted by relevance
/linux/drivers/base/ |
A D | property.c | 721 fwnode_get_next_child_node(const struct fwnode_handle *fwnode, in fwnode_get_next_child_node() function 726 EXPORT_SYMBOL_GPL(fwnode_get_next_child_node); 744 next_child = fwnode_get_next_child_node(fwnode, next_child); in fwnode_get_next_available_child_node() 765 next = fwnode_get_next_child_node(fwnode, child); in device_get_next_child_node() 771 next = fwnode_get_next_child_node(fwnode->secondary, child); in device_get_next_child_node()
|
/linux/include/linux/ |
A D | property.h | 95 struct fwnode_handle *fwnode_get_next_child_node( 101 for (child = fwnode_get_next_child_node(fwnode, NULL); child; \ 102 child = fwnode_get_next_child_node(fwnode, child))
|
/linux/drivers/acpi/ |
A D | property.c | 1140 port = fwnode_get_next_child_node(fwnode, port); in acpi_graph_get_next_endpoint() 1158 endpoint = fwnode_get_next_child_node(port, prev); in acpi_graph_get_next_endpoint() 1160 port = fwnode_get_next_child_node(fwnode, port); in acpi_graph_get_next_endpoint() 1164 endpoint = fwnode_get_next_child_node(port, NULL); in acpi_graph_get_next_endpoint()
|
/linux/drivers/staging/media/imx/ |
A D | imx-media-csi.c | 1855 csi_ep = fwnode_get_next_child_node(csi_port, NULL); in csi_get_fwnode_pad()
|
/linux/ |
A D | vmlinux.symvers | 5741 0x00000000 fwnode_get_next_child_node vmlinux EXPORT_SYMBOL_GPL
|
A D | System.map | 31162 ffff800010808584 T fwnode_get_next_child_node
|
A D | .tmp_System.map | 31162 ffff800010808584 T fwnode_get_next_child_node
|
Completed in 297 milliseconds