| /linux/rust/kernel/pci/ |
| H A D | id.rs | 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
|
| /linux/rust/kernel/mm/ |
| H A D | virt.rs | 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 { in from_raw() method 234 pub unsafe fn from_raw<'a>(vma: *mut bindings::vm_area_struct) -> &'a Self { in from_raw() method
|
| /linux/rust/kernel/ |
| H A D | cpumask.rs | 72 pub unsafe fn from_raw<'a>(ptr: *const bindings::cpumask) -> &'a Self { in from_raw() method 288 pub unsafe fn from_raw<'a>(ptr: *const bindings::cpumask_var_t) -> &'a Self { in from_raw() method
|
| H A D | iov.rs | 63 pub unsafe fn from_raw<'iov>(ptr: *mut bindings::iov_iter) -> &'iov mut IovIterSource<'data> { in from_raw() method 214 pub unsafe fn from_raw<'iov>(ptr: *mut bindings::iov_iter) -> &'iov mut IovIterDest<'data> { in from_raw() method
|
| H A D | mm.rs | 133 pub unsafe fn from_raw<'a>(ptr: *const bindings::mm_struct) -> &'a Mm { in from_raw() method 163 pub unsafe fn from_raw<'a>(ptr: *const bindings::mm_struct) -> &'a MmWithUser { in from_raw() method
|
| H A D | seq_file.rs | 24 pub unsafe fn from_raw<'a>(ptr: *mut bindings::seq_file) -> &'a SeqFile { in from_raw() method
|
| H A D | scatterlist.rs | 70 unsafe fn from_raw<'a>(ptr: *mut bindings::scatterlist) -> &'a Self { in from_raw() method 145 pub unsafe fn from_raw<'a>(ptr: *mut bindings::sg_table) -> &'a Self { in from_raw() method
|
| H A D | pwm.rs | 82 pub(crate) unsafe fn from_raw<'a>(ptr: *mut bindings::pwm_device) -> &'a Self { from_raw() method 526 pub(crate) unsafe fn from_raw<'a>(ptr: *mut bindings::pwm_chip) -> &'a Self { from_raw() method [all...] |
| H A D | page.rs | 89 pub unsafe fn from_raw(ptr: NonNull<bindings::page>) -> Self { from_raw() method
|
| H A D | task.rs | 375 pub fn from_raw(kuid: bindings::kuid_t) -> Self { in from_raw() method
|
| H A D | bitmap.rs | 35 pub unsafe fn from_raw<'a>(ptr: *const usize, nbits: usize) -> &'a Bitmap { in from_raw() method
|
| H A D | io.rs | 611 pub unsafe fn from_raw(raw: &MmioRaw<SIZE>) -> &Self { in from_raw() method
|
| H A D | device.rs | 369 pub unsafe fn from_raw<'a>(ptr: *mut bindings::device) -> &'a Self { in from_raw() method
|
| H A D | workqueue.rs | 256 pub unsafe fn from_raw<'a>(ptr: *const bindings::workqueue_struct) -> &'a Queue { in from_raw() method
|
| H A D | cpufreq.rs | 234 pub unsafe fn from_raw<'a>(ptr: *const bindings::cpufreq_frequency_table) -> &'a Self { in from_raw() method 425 pub unsafe fn from_raw<'a>(ptr: *const bindings::cpufreq_policy) -> &'a Self { in from_raw() method
|
| /linux/rust/kernel/fs/ |
| H A D | kiocb.rs | 35 pub unsafe fn from_raw(kiocb: *mut bindings::kiocb) -> Self { in from_raw() method
|
| /linux/rust/kernel/drm/gem/ |
| H A D | mod.rs | 55 unsafe fn from_raw<'a>(self_ptr: *mut bindings::drm_gem_object) -> &'a Self; in from_raw() method 94 unsafe fn from_raw<'a>(self_ptr: *mut bindings::drm_gem_object) -> &'a Self { in from_raw() method [all...] |
| /linux/rust/kernel/drm/ |
| H A D | file.rs | 35 pub unsafe fn from_raw<'a>(ptr: *mut bindings::drm_file) -> &'a File<T> { in from_raw() method
|
| H A D | device.rs | 171 pub unsafe fn from_raw<'a>(ptr: *const bindings::drm_device) -> &'a Self { in from_raw() method
|
| /linux/rust/kernel/sync/ |
| H A D | poll.rs | 42 pub unsafe fn from_raw(table: *mut bindings::poll_table) -> Self { in from_raw() method
|
| H A D | aref.rs | 97 pub unsafe fn from_raw(ptr: NonNull<T>) -> Self { from_raw() method
|
| H A D | lock.rs | 159 pub unsafe fn from_raw<'a>(ptr: *mut B::State) -> &'a Self { from_raw() method
|
| H A D | arc.rs | 288 pub unsafe fn from_raw(ptr: *const T) -> Self { in from_raw() method 598 pub unsafe fn from_raw(ptr: *const T) -> Self { in from_raw() method
|
| /linux/rust/kernel/io/ |
| H A D | resource.rs | 91 pub(crate) const unsafe fn from_raw<'a>(ptr: *mut bindings::resource) -> &'a Self { in from_raw() method
|
| /linux/rust/kernel/list/ |
| H A D | arc.rs | 361 pub unsafe fn from_raw(ptr: *const T) -> Self { in from_raw() function
|