Searched refs:fwnode_handle (Results 1 – 4 of 4) sorted by relevance
5 bool rust_helper_is_of_node(const struct fwnode_handle *fwnode) in rust_helper_is_of_node()
5 void rust_helper_fwnode_handle_put(struct fwnode_handle *fwnode) in rust_helper_fwnode_handle_put()
276 let fwnode_handle = unsafe { bindings::__dev_fwnode(self.as_raw()) }; in fwnode()277 if fwnode_handle.is_null() { in fwnode()285 Some(unsafe { &*fwnode_handle.cast() }) in fwnode()
35 pub struct FwNode(Opaque<bindings::fwnode_handle>);45 unsafe fn from_raw(raw: *mut bindings::fwnode_handle) -> ARef<Self> { in from_raw()60 pub(crate) fn as_raw(&self) -> *mut bindings::fwnode_handle { in as_raw() argument
Completed in 8 milliseconds