Searched defs:from_raw (Results 1 – 10 of 10) sorted by relevance
49 pub unsafe fn from_raw<'a>(vma: *const bindings::vm_area_struct) -> &'a Self { in from_raw() method185 pub unsafe fn from_raw<'a>(vma: *const bindings::vm_area_struct) -> &'a Self { in from_raw() method233 pub unsafe fn from_raw<'a>(vma: *mut bindings::vm_area_struct) -> &'a Self { in from_raw() method
173 pub unsafe fn from_raw<'a>(ptr: *const bindings::mm_struct) -> &'a Mm { from_raw() method 203 pub unsafe fn from_raw<'a>(ptr: *const bindings::mm_struct) -> &'a MmWithUser { from_raw() method
365 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
493 pub unsafe fn from_raw(ptr: NonNull<T>) -> Self { in from_raw() method
235 pub unsafe fn from_raw<'a>(ptr: *const bindings::cpufreq_frequency_table) -> &'a Self { in from_raw() method425 pub unsafe fn from_raw<'a>(ptr: *const bindings::cpufreq_policy) -> &'a Self { in from_raw() method
285 pub unsafe fn from_raw(ptr: *const T) -> Self { in from_raw() method583 pub unsafe fn from_raw(ptr: *const T) -> Self { in from_raw() method
361 pub unsafe fn from_raw(ptr: *const T) -> Self { in from_raw() function
176 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 [all...]