Searched refs:IdArray (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/rust/kernel/ |
| H A D | device_id.rs | 62 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 D | of.rs | 52 const $table_name: $crate::device_id::IdArray< 56 > = $crate::device_id::IdArray::new($table_data);
|
| H A D | pci.rs | 183 const $table_name: $crate::device_id::IdArray< 187 > = $crate::device_id::IdArray::new($table_data);
|