Home
last modified time | relevance | path

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

/linux/rust/kernel/
H A Ddevice_id.rs71 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 Dof.rs57 const $table_name: $crate::device_id::IdArray<
61 > = $crate::device_id::IdArray::new($table_data);
H A Dacpi.rs62 const $table_name: $crate::device_id::IdArray<
66 > = $crate::device_id::IdArray::new($table_data);
H A Dauxiliary.rs160 const $table_name: $crate::device_id::IdArray<
164 > = $crate::device_id::IdArray::new($table_data);
H A Dpci.rs184 const $table_name: $crate::device_id::IdArray<
188 > = $crate::device_id::IdArray::new($table_data);
/linux/rust/kernel/net/
H A Dphy.rs875 const TABLE: $crate::device_id::IdArray<$crate::net::phy::DeviceId, (), N> =
876 $crate::device_id::IdArray::new_without_index([ $(($dev,())),+, ]);