Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dproperty.h34 struct fwnode_handle *__dev_fwnode(struct device *dev);
38 struct device *: __dev_fwnode)(dev)
/linux/drivers/base/
H A Dproperty.c21 struct fwnode_handle *__dev_fwnode(struct device *dev) in __dev_fwnode() function
26 EXPORT_SYMBOL_GPL(__dev_fwnode);
/linux/rust/kernel/
H A Ddevice.rs389 let fwnode_handle = unsafe { bindings::__dev_fwnode(self.as_raw()) }; in fwnode()