Searched refs:IdArray (Results 1 – 5 of 5) sorted by relevance
| /linux/rust/kernel/ |
| H A D | device_id.rs | 71 pub struct IdArray<T: RawDeviceId, U, const N: usize> { struct 76 impl<T: RawDeviceId, U, const N: usize> IdArray<T, U, N> { implementation 147 impl<T: RawDeviceId + RawDeviceIdIndex, U, const N: usize> IdArray<T, U, N> { implementation 176 impl<T: RawDeviceId, U, const N: usize> IdTable<T, U> for IdArray<T, U, N> { implementation
|
| H A D | auxiliary.rs | 179 const $table_name: $crate::device_id::IdArray< 183 > = $crate::device_id::IdArray::new($table_data);
|
| H A D | pci.rs | 249 const $table_name: $crate::device_id::IdArray< 253 > = $crate::device_id::IdArray::new($table_data);
|
| H A D | usb.rs | 258 const $table_name: $crate::device_id::IdArray< 262 > = $crate::device_id::IdArray::new($table_data);
|
| H A D | i2c.rs | 81 const $table_name: $crate::device_id::IdArray< 85 > = $crate::device_id::IdArray::new($table_data);
|