Home
last modified time | relevance | path

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

/linux/drivers/base/ !
H A Dproperty.c755 unsigned int fwnode_count_parents(const struct fwnode_handle *fwnode) in fwnode_count_parents() function
765 EXPORT_SYMBOL_GPL(fwnode_count_parents);
/linux/rust/kernel/device/ !
H A Dproperty.rs388 let num_parents = unsafe { bindings::fwnode_count_parents(self.as_raw()) }; in fmt()
/linux/include/linux/ !
H A Dproperty.h159 unsigned int fwnode_count_parents(const struct fwnode_handle *fwn);
/linux/lib/ !
H A Dvsprintf.c2175 for (depth = fwnode_count_parents(fwnode); depth >= 0; depth--) { in fwnode_full_name_string()