Home
last modified time | relevance | path

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

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

Completed in 12 milliseconds