Searched defs:FwNode (Results 1 – 2 of 2) sorted by relevance
/linux/rust/kernel/device/ | ||
H A D | property.rs | 35 pub struct FwNode(Opaque<bindings::fwnode_handle>); global() struct |
/linux/rust/kernel/ | ||
H A D | device.rs | 389 pub fn fwnode(&self) -> Option<&property::FwNode> { in fwnode() |