Home
last modified time | relevance | path

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

/openbmc/linux/drivers/base/
H A Dproperty.c672 unsigned int fwnode_count_parents(const struct fwnode_handle *fwnode) in fwnode_count_parents() function
682 EXPORT_SYMBOL_GPL(fwnode_count_parents);
/openbmc/linux/include/linux/
H A Dproperty.h146 unsigned int fwnode_count_parents(const struct fwnode_handle *fwn);
/openbmc/linux/lib/
H A Dvsprintf.c2112 for (depth = fwnode_count_parents(fwnode); depth >= 0; depth--) { in fwnode_full_name_string()