Home
last modified time | relevance | path

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

/linux/rust/kernel/
H A Ddevice_id.rs30 type RawType: Copy; typedef
58 ids: [T::RawType; N],
59 sentinel: MaybeUninit<T::RawType>,
89 let mut raw_ids = [const { MaybeUninit::<T::RawType>::uninit() }; N];
167 fn as_ptr(&self) -> *const T::RawType; in as_ptr() argument
170 fn id(&self, index: usize) -> &T::RawType; in id() argument
177 fn as_ptr(&self) -> *const T::RawType { in as_ptr() argument
183 fn id(&self, index: usize) -> &T::RawType { in id() argument
H A Dauxiliary.rs159 type RawType = bindings::auxiliary_device_id; typedef
H A Dpci.rs230 type RawType = bindings::pci_device_id; typedef
H A Dusb.rs241 type RawType = bindings::usb_device_id; typedef
H A Di2c.rs63 type RawType = bindings::i2c_device_id; typedef