Searched refs:IdArray (Results 1 – 6 of 6) 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> { impl 176 impl<T: RawDeviceId, U, const N: usize> IdTable<T, U> for IdArray<T, U, N> { implementation
|
H A D | of.rs | 57 const $table_name: $crate::device_id::IdArray< 61 > = $crate::device_id::IdArray::new($table_data);
|
H A D | acpi.rs | 62 const $table_name: $crate::device_id::IdArray< 66 > = $crate::device_id::IdArray::new($table_data);
|
H A D | auxiliary.rs | 160 const $table_name: $crate::device_id::IdArray< 164 > = $crate::device_id::IdArray::new($table_data);
|
H A D | pci.rs | 184 const $table_name: $crate::device_id::IdArray< 188 > = $crate::device_id::IdArray::new($table_data);
|
/linux/rust/kernel/net/ |
H 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,())),+, ]);
|