Searched refs:IdTable (Results 1 – 7 of 7) sorted by relevance
| /rust/kernel/ |
| A D | of.rs | 12 pub type IdTable<T> = &'static dyn kernel::device_id::IdTable<DeviceId, T>; typedef
|
| A D | acpi.rs | 12 pub type IdTable<T> = &'static dyn kernel::device_id::IdTable<DeviceId, T>; typedef
|
| A D | platform.rs | 102 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 D | device_id.rs | 165 pub trait IdTable<T: RawDeviceId, U> { interface 176 impl<T: RawDeviceId, U, const N: usize> IdTable<T, U> for IdArray<T, U, N> {
|
| A D | driver.rs | 145 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 D | auxiliary.rs | 154 pub type IdTable<T> = &'static dyn kernel::device_id::IdTable<DeviceId, T>; typedef 182 const ID_TABLE: IdTable<Self::IdInfo>;
|
| A D | pci.rs | 178 pub type IdTable<T> = &'static dyn kernel::device_id::IdTable<DeviceId, T>; typedef 239 const ID_TABLE: IdTable<Self::IdInfo>;
|
Completed in 8 milliseconds