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