/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 | 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 | io.rs | 181 pub unsafe fn from_raw(raw: &IoRaw<SIZE>) -> &Self { from_raw() method
|
H A D | task.rs | 374 pub fn from_raw(kuid: bindings::kuid_t) -> Self { from_raw() method
|
H A D | device.rs | 279 pub unsafe fn from_raw<'a>(ptr: *mut bindings::device) -> &'a Self { in from_raw() method
|
H A D | bitmap.rs | 37 pub unsafe fn from_raw<'a>(ptr: *const usize, nbits: usize) -> &'a Bitmap { 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 [all...] |
H A D | cpufreq.rs | 234 pub unsafe fn from_raw<'a>(ptr: *const bindings::cpufreq_frequency_table) -> &'a Self { in from_raw() method 424 pub unsafe fn from_raw<'a>(ptr: *const bindings::cpufreq_policy) -> &'a Self { in from_raw() method
|
/linux/rust/kernel/drm/gem/ |
H A D | mod.rs | 54 unsafe fn from_raw<'a>(self_ptr: *mut bindings::drm_gem_object) -> &'a Self; from_raw() method 127 unsafe fn from_raw<'a>(self_ptr: *mut bindings::drm_gem_object) -> &'a Self { from_raw() method [all...] |
/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 | 82 pub unsafe fn from_raw(ptr: NonNull<T>) -> Self { from_raw() method
|
H A D | lock.rs | 154 pub unsafe fn from_raw<'a>(ptr: *mut B::State) -> &'a Self { in from_raw() method
|
H A D | arc.rs | 285 pub unsafe fn from_raw(ptr: *const T) -> Self { in from_raw() method 595 pub unsafe fn from_raw(ptr: *const T) -> Self { in from_raw() method
|
/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 | 170 pub unsafe fn from_raw<'a>(ptr: *const bindings::drm_device) -> &'a Self { from_raw() method
|
/linux/rust/kernel/io/ |
H A D | resource.rs | 88 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
|
/linux/rust/kernel/device/ |
H A D | property.rs | 45 unsafe fn from_raw(raw: *mut bindings::fwnode_handle) -> ARef<Self> { from_raw() method
|
/linux/rust/kernel/alloc/ |
H A D | kbox.rs | 179 pub const unsafe fn from_raw(raw: *mut T) -> Self { in from_raw() function
|
/linux/rust/kernel/net/ |
H A D | phy.rs | 86 unsafe fn from_raw<'a>(ptr: *mut bindings::phy_device) -> &'a mut Self { in from_raw() method [all...] |