Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/base/
H A Dproperty.c648 unsigned int fwnode_count_parents(const struct fwnode_handle *fwnode) in fwnode_count_parents() function
660 EXPORT_SYMBOL_GPL(fwnode_count_parents);
/OK3568_Linux_fs/kernel/include/linux/
H A Dproperty.h89 unsigned int fwnode_count_parents(const struct fwnode_handle *fwn);
/OK3568_Linux_fs/kernel/lib/
H A Dvsprintf.c2003 for (depth = fwnode_count_parents(fwnode); depth >= 0; depth--) { in fwnode_full_name_string()