Home
last modified time | relevance | path

Searched defs:raw_ids (Results 1 – 1 of 1) sorted by relevance

/linux/rust/kernel/
H A Ddevice_id.rs72 raw_ids: RawIdArray<T, N>, field
89 let mut raw_ids = [const { MaybeUninit::<T::RawType>::uninit() }; N]; localVariable
142 pub const fn raw_ids(&self) -> &RawIdArray<T, N> { in raw_ids() method