Searched refs:IdArray (Results 1 – 6 of 6) sorted by relevance
| /rust/kernel/ |
| 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> { argument 147 impl<T: RawDeviceId + RawDeviceIdIndex, U, const N: usize> IdArray<T, U, N> { impls 176 impl<T: RawDeviceId, U, const N: usize> IdTable<T, U> for IdArray<T, U, N> { implementation
|
| A D | of.rs | 57 const $table_name: $crate::device_id::IdArray< 61 > = $crate::device_id::IdArray::new($table_data);
|
| A D | acpi.rs | 62 const $table_name: $crate::device_id::IdArray< 66 > = $crate::device_id::IdArray::new($table_data);
|
| A D | auxiliary.rs | 160 const $table_name: $crate::device_id::IdArray< 164 > = $crate::device_id::IdArray::new($table_data);
|
| A D | pci.rs | 184 const $table_name: $crate::device_id::IdArray< 188 > = $crate::device_id::IdArray::new($table_data);
|
| /rust/kernel/net/ |
| A D | phy.rs | 875 const TABLE: $crate::device_id::IdArray<$crate::net::phy::DeviceId, (), N> = 876 $crate::device_id::IdArray::new_without_index([ $(($dev,())),+, ]);
|
Completed in 12 milliseconds