Home
last modified time | relevance | path

Searched refs:IdArray (Results 1 – 5 of 5) 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> { implementation
176 impl<T: RawDeviceId, U, const N: usize> IdTable<T, U> for IdArray<T, U, N> { implementation
H A Dauxiliary.rs179 const $table_name: $crate::device_id::IdArray<
183 > = $crate::device_id::IdArray::new($table_data);
H A Dpci.rs249 const $table_name: $crate::device_id::IdArray<
253 > = $crate::device_id::IdArray::new($table_data);
H A Dusb.rs258 const $table_name: $crate::device_id::IdArray<
262 > = $crate::device_id::IdArray::new($table_data);
H A Di2c.rs81 const $table_name: $crate::device_id::IdArray<
85 > = $crate::device_id::IdArray::new($table_data);