Searched refs:IdTable (Results 1 – 9 of 9) sorted by relevance
8 pub type IdTable<T> = &'static dyn kernel::device_id::IdTable<DeviceId, T>; typedef
124 pub trait IdTable<T: RawDeviceId, U> { trait135 impl<T: RawDeviceId, U, const N: usize> IdTable<T, U> for IdArray<T, U, N> {
95 fn of_id_table() -> Option<of::IdTable<Self::IdInfo>> { in of_id_table()161 const OF_ID_TABLE: Option<of::IdTable<Self::IdInfo>>;
177 pub type IdTable<T> = &'static dyn kernel::device_id::IdTable<DeviceId, T>; typedef234 const ID_TABLE: IdTable<Self::IdInfo>;
145 fn of_id_table() -> Option<of::IdTable<Self::IdInfo>>; in of_id_table()
28 const ID_TABLE: pci::IdTable<Self::IdInfo> = &PCI_TABLE;
22 const OF_ID_TABLE: Option<of::IdTable<Self::IdInfo>> = Some(&OF_TABLE);
49 const ID_TABLE: pci::IdTable<Self::IdInfo> = &PCI_TABLE;
63 const ID_TABLE: pci::IdTable<Self::IdInfo> = &PCI_TABLE;