Home
last modified time | relevance | path

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

/rust/helpers/
A Dof.c5 bool rust_helper_is_of_node(const struct fwnode_handle *fwnode) in rust_helper_is_of_node()
A Dproperty.c5 void rust_helper_fwnode_handle_put(struct fwnode_handle *fwnode) in rust_helper_fwnode_handle_put()
/rust/kernel/
A Ddevice.rs276 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()
/rust/kernel/device/
A Dproperty.rs35 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