Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/base/
Dproperty.c599 fwnode_get_next_child_node(const struct fwnode_handle *fwnode, in fwnode_get_next_child_node() function
604 EXPORT_SYMBOL_GPL(fwnode_get_next_child_node);
622 next_child = fwnode_get_next_child_node(fwnode, next_child); in fwnode_get_next_available_child_node()
648 return fwnode_get_next_child_node(fwnode, child); in device_get_next_child_node()
/Linux-v5.4/include/linux/
Dproperty.h86 struct fwnode_handle *fwnode_get_next_child_node(
92 for (child = fwnode_get_next_child_node(fwnode, NULL); child; \
93 child = fwnode_get_next_child_node(fwnode, child))
/Linux-v5.4/drivers/acpi/
Dproperty.c1149 port = fwnode_get_next_child_node(fwnode, port); in acpi_graph_get_next_endpoint()
1167 endpoint = fwnode_get_next_child_node(port, prev); in acpi_graph_get_next_endpoint()
1169 port = fwnode_get_next_child_node(fwnode, port); in acpi_graph_get_next_endpoint()
1173 endpoint = fwnode_get_next_child_node(port, NULL); in acpi_graph_get_next_endpoint()