Home
last modified time | relevance | path

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

/linux-6.15/rust/kernel/
H A Ddevice_id.rs62 pub struct IdArray<T: RawDeviceId, U, const N: usize> { struct
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
H A Dof.rs52 const $table_name: $crate::device_id::IdArray<
56 > = $crate::device_id::IdArray::new($table_data);
H A Dpci.rs183 const $table_name: $crate::device_id::IdArray<
187 > = $crate::device_id::IdArray::new($table_data);