Searched defs:from_raw (Results 1 – 6 of 6) sorted by relevance
38 pub fn from_raw(inner: bindings::ktime_t) -> Self { in from_raw() method
167 pub unsafe fn from_raw<'a>(ptr: *const bindings::workqueue_struct) -> &'a Queue { in from_raw() method
391 pub unsafe fn from_raw(ptr: NonNull<T>) -> Self { in from_raw() method
246 pub unsafe fn from_raw(ptr: *const T) -> Self { in from_raw() method527 pub unsafe fn from_raw(ptr: *const T) -> Self { in from_raw() method
360 pub unsafe fn from_raw(ptr: *const T) -> Self { in from_raw() function
86 unsafe fn from_raw<'a>(ptr: *mut bindings::phy_device) -> &'a mut Self { in from_raw() method
Completed in 18 milliseconds