Home
last modified time | relevance | path

Searched refs:RawType (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/rust/kernel/
H A Ddevice_id.rs37 type RawType: Copy; typedef
49 ids: [T::RawType; N],
50 sentinel: MaybeUninit<T::RawType>,
72 let mut raw_ids = [const { MaybeUninit::<T::RawType>::uninit() }; N];
126 fn as_ptr(&self) -> *const T::RawType; in as_ptr() argument
129 fn id(&self, index: usize) -> &T::RawType; in id() argument
136 fn as_ptr(&self) -> *const T::RawType { in as_ptr() argument
142 fn id(&self, index: usize) -> &T::RawType { in id() argument
H A Dof.rs20 type RawType = bindings::of_device_id; typedef
H A Dpci.rs167 type RawType = bindings::pci_device_id; typedef