Home
last modified time | relevance | path

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

/linux-6.14.4/rust/kernel/
Ddevice_id.rs62 pub struct IdArray<T: RawDeviceId, U, const N: usize> { struct
63 raw_ids: RawIdArray<T, N>, argument
67 impl<T: RawDeviceId, U, const N: usize> IdArray<T, U, N> { implementation
135 impl<T: RawDeviceId, U, const N: usize> IdTable<T, U> for IdArray<T, U, N> { implementation