Home
last modified time | relevance | path

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

/linux/drivers/base/
H A Dproperty.c741 struct fwnode_handle *fwnode_get_next_parent(struct fwnode_handle *fwnode) in fwnode_get_next_parent() function
749 EXPORT_SYMBOL_GPL(fwnode_get_next_parent);
1205 return fwnode_get_next_parent(fwnode_graph_get_remote_endpoint(fwnode)); in fwnode_graph_get_remote_port()
/linux/include/linux/
H A Dproperty.h153 struct fwnode_handle *fwnode_get_next_parent(struct fwnode_handle *fwnode);
157 parent = fwnode_get_next_parent(parent))
/linux/drivers/acpi/
H A Dproperty.c1693 parent = fwnode_get_next_parent(parent); in acpi_fwnode_get_name_prefix()