Searched defs:from_raw (Results 1 – 19 of 19) sorted by relevance
74 pub(super) fn from_raw(class_code: u32) -> Self { in from_raw() method 159 pub(super) fn from_raw(vendor_id: u16) -> Self { in from_raw() method
49 pub unsafe fn from_raw<'a>(vma: *const bindings::vm_area_struct) -> &'a Self { in from_raw() method 185 pub unsafe fn from_raw<'a>(vma: *const bindings::vm_area_struct) -> &'a Self { from_raw() method 234 pub unsafe fn from_raw<'a>(vma: *mut bindings::vm_area_struct) -> &'a Self { from_raw() method
133 pub unsafe fn from_raw<'a>(ptr: *const bindings::mm_struct) -> &'a Mm { in from_raw() method163 pub unsafe fn from_raw<'a>(ptr: *const bindings::mm_struct) -> &'a MmWithUser { in from_raw() method
24 pub unsafe fn from_raw<'a>(ptr: *mut bindings::seq_file) -> &'a SeqFile { in from_raw() method
69 unsafe fn from_raw<'a>(ptr: *mut bindings::scatterlist) -> &'a Self { from_raw() method 144 pub unsafe fn from_raw<'a>(ptr: *mut bindings::sg_table) -> &'a Self { from_raw() method
383 pub fn from_raw(kuid: bindings::kuid_t) -> Self { in from_raw() method
35 pub unsafe fn from_raw<'a>(ptr: *const usize, nbits: usize) -> &'a Bitmap { in from_raw() method
369 pub unsafe fn from_raw<'a>(ptr: *mut bindings::device) -> &'a Self { in from_raw() method
234 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
785 pub unsafe fn from_raw(raw: &MmioRaw<SIZE>) -> &Self { in from_raw() method
113 unsafe fn from_raw<'a>(self_ptr: *mut bindings::drm_gem_object) -> &'a Self; in from_raw() method152 unsafe fn from_raw<'a>(self_ptr: *mut bindings::drm_gem_object) -> &'a Self { in from_raw() method
203 unsafe fn from_raw<'a>(obj: *mut bindings::drm_gem_object) -> &'a Object<T> { in from_raw() method
42 pub unsafe fn from_raw(table: *mut bindings::poll_table) -> Self { in from_raw() method
100 pub unsafe fn from_raw(ptr: NonNull<T>) -> Self { in from_raw() method
159 pub unsafe fn from_raw<'a>(ptr: *mut B::State) -> &'a Self { from_raw() method
200 pub unsafe fn from_raw<'a>(ptr: *const bindings::drm_device) -> &'a Self { in from_raw() method
91 pub(crate) const unsafe fn from_raw<'a>(ptr: *mut bindings::resource) -> &'a Self { in from_raw() method
361 pub unsafe fn from_raw(ptr: *const T) -> Self { from_raw() function
179 pub const unsafe fn from_raw(raw: *mut T) -> Self { from_raw() function