Searched refs:fwnode_count_parents (Results 1 – 3 of 3) sorted by relevance
672 unsigned int fwnode_count_parents(const struct fwnode_handle *fwnode) in fwnode_count_parents() function682 EXPORT_SYMBOL_GPL(fwnode_count_parents);
147 unsigned int fwnode_count_parents(const struct fwnode_handle *fwn);
2112 for (depth = fwnode_count_parents(fwnode); depth >= 0; depth--) { in fwnode_full_name_string()