Searched defs:from_raw (Results 1 – 11 of 11) sorted by relevance
24 pub unsafe fn from_raw<'a>(ptr: *mut bindings::seq_file) -> &'a SeqFile { in from_raw() method
38 pub fn from_raw(inner: bindings::ktime_t) -> Self { in from_raw() method
176 pub unsafe fn from_raw(raw: &IoRaw<SIZE>) -> &Self { in from_raw() method
352 pub fn from_raw(kuid: bindings::kuid_t) -> Self { in from_raw() method
170 pub unsafe fn from_raw<'a>(ptr: *const bindings::workqueue_struct) -> &'a Queue { in from_raw() method
464 pub unsafe fn from_raw(ptr: NonNull<T>) -> Self { in from_raw() method
255 pub unsafe fn from_raw(ptr: *const T) -> Self { in from_raw() method551 pub unsafe fn from_raw(ptr: *const T) -> Self { in from_raw() method
156 pub unsafe fn from_raw<'a>(ptr: *mut B::State) -> &'a Self { in from_raw() method
361 pub unsafe fn from_raw(ptr: *const T) -> Self { in from_raw() function
133 pub const unsafe fn from_raw(raw: *mut T) -> Self { in from_raw() function
86 unsafe fn from_raw<'a>(ptr: *mut bindings::phy_device) -> &'a mut Self { in from_raw() method