Home
last modified time | relevance | path

Searched refs:IdTable (Results 1 – 7 of 7) sorted by relevance

/rust/kernel/
A Dof.rs12 pub type IdTable<T> = &'static dyn kernel::device_id::IdTable<DeviceId, T>; typedef
A Dacpi.rs12 pub type IdTable<T> = &'static dyn kernel::device_id::IdTable<DeviceId, T>; typedef
A Dplatform.rs102 fn of_id_table() -> Option<of::IdTable<Self::IdInfo>> { in of_id_table()
106 fn acpi_id_table() -> Option<acpi::IdTable<Self::IdInfo>> { in acpi_id_table()
183 const OF_ID_TABLE: Option<of::IdTable<Self::IdInfo>> = None;
186 const ACPI_ID_TABLE: Option<acpi::IdTable<Self::IdInfo>> = None;
A Ddevice_id.rs165 pub trait IdTable<T: RawDeviceId, U> { interface
176 impl<T: RawDeviceId, U, const N: usize> IdTable<T, U> for IdArray<T, U, N> {
A Ddriver.rs145 fn acpi_id_table() -> Option<acpi::IdTable<Self::IdInfo>>; in acpi_id_table()
179 fn of_id_table() -> Option<of::IdTable<Self::IdInfo>>; in of_id_table()
A Dauxiliary.rs154 pub type IdTable<T> = &'static dyn kernel::device_id::IdTable<DeviceId, T>; typedef
182 const ID_TABLE: IdTable<Self::IdInfo>;
A Dpci.rs178 pub type IdTable<T> = &'static dyn kernel::device_id::IdTable<DeviceId, T>; typedef
239 const ID_TABLE: IdTable<Self::IdInfo>;

Completed in 8 milliseconds