Searched refs:IdTable (Results 1 – 19 of 19) sorted by relevance
76 pub type IdTable<T> = &'static dyn kernel::device_id::IdTable<DeviceId, T>; typedef190 fn i2c_id_table() -> Option<IdTable<<Self as driver::Adapter>::IdInfo>> { in i2c_id_table()220 fn of_id_table() -> Option<of::IdTable<Self::IdInfo>> { in of_id_table()224 fn acpi_id_table() -> Option<acpi::IdTable<Self::IdInfo>> { in acpi_id_table()314 const I2C_ID_TABLE: Option<IdTable<Self::IdInfo>> = None;317 const OF_ID_TABLE: Option<of::IdTable<Self::IdInfo>> = None;320 const ACPI_ID_TABLE: Option<acpi::IdTable<Self::IdInfo>> = None;
104 fn of_id_table() -> Option<of::IdTable<Self::IdInfo>> { in of_id_table()108 fn acpi_id_table() -> Option<acpi::IdTable<Self::IdInfo>> { in acpi_id_table()185 const OF_ID_TABLE: Option<of::IdTable<Self::IdInfo>> = None;188 const ACPI_ID_TABLE: Option<acpi::IdTable<Self::IdInfo>> = None;
156 pub type IdTable<T> = &'static dyn kernel::device_id::IdTable<DeviceId, T>; typedef184 const ID_TABLE: IdTable<Self::IdInfo>;
230 fn acpi_id_table() -> Option<acpi::IdTable<Self::IdInfo>>; in acpi_id_table()264 fn of_id_table() -> Option<of::IdTable<Self::IdInfo>>; in of_id_table()
227 pub type IdTable<T> = &'static dyn kernel::device_id::IdTable<DeviceId, T>; typedef288 const ID_TABLE: IdTable<Self::IdInfo>;
236 pub type IdTable<T> = &'static dyn kernel::device_id::IdTable<DeviceId, T>; typedef292 const ID_TABLE: IdTable<Self::IdInfo>;
40 const ACPI_ID_TABLE: Option<acpi::IdTable<Self::IdInfo>> = Some(&ACPI_TABLE);41 const I2C_ID_TABLE: Option<i2c::IdTable<Self::IdInfo>> = Some(&I2C_TABLE);42 const OF_ID_TABLE: Option<of::IdTable<Self::IdInfo>> = Some(&OF_TABLE);
110 const OF_ID_TABLE: Option<of::IdTable<Self::IdInfo>> = Some(&OF_TABLE);111 const ACPI_ID_TABLE: Option<acpi::IdTable<Self::IdInfo>> = Some(&ACPI_TABLE);
36 const ID_TABLE: auxiliary::IdTable<Self::IdInfo> = &AUX_TABLE;70 const ID_TABLE: pci::IdTable<Self::IdInfo> = &PCI_TABLE;
100 const OF_ID_TABLE: Option<of::IdTable<Self::IdInfo>> = Some(&OF_TABLE);101 const ACPI_ID_TABLE: Option<acpi::IdTable<Self::IdInfo>> = Some(&ACPI_TABLE);
106 const OF_ID_TABLE: Option<of::IdTable<Self::IdInfo>> = None;107 const ACPI_ID_TABLE: Option<acpi::IdTable<Self::IdInfo>> = Some(&ACPI_TABLE);
21 const ID_TABLE: usb::IdTable<Self::IdInfo> = &USB_TABLE;
66 const ID_TABLE: pci::IdTable<Self::IdInfo> = &PCI_TABLE;
56 const ID_TABLE: pci::IdTable<Self::IdInfo> = &PCI_TABLE;
70 const ID_TABLE: pci::IdTable<Self::IdInfo> = &PCI_TABLE;
46 const ID_TABLE: auxiliary::IdTable<Self::IdInfo> = &AUX_TABLE;
205 const OF_ID_TABLE: Option<of::IdTable<Self::IdInfo>> = Some(&OF_TABLE);
101 const OF_ID_TABLE: Option<of::IdTable<Self::IdInfo>> = Some(&OF_TABLE);
335 const OF_ID_TABLE: Option<of::IdTable<Self::IdInfo>> = Some(&OF_TABLE);