Home
last modified time | relevance | path

Searched refs:IdInfo (Results 1 – 4 of 4) sorted by relevance

/rust/kernel/
A Ddriver.rs142 type IdInfo: 'static; typedef
145 fn acpi_id_table() -> Option<acpi::IdTable<Self::IdInfo>>; in acpi_id_table()
150 fn acpi_id_info(dev: &device::Device) -> Option<&'static Self::IdInfo> { in acpi_id_info() argument
179 fn of_id_table() -> Option<of::IdTable<Self::IdInfo>>; in of_id_table()
184 fn of_id_info(dev: &device::Device) -> Option<&'static Self::IdInfo> { in of_id_info() argument
220 fn id_info(dev: &device::Device) -> Option<&'static Self::IdInfo> { in id_info() argument
A Dplatform.rs100 type IdInfo = T::IdInfo; typedef
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()
180 type IdInfo: 'static; typedef
183 const OF_ID_TABLE: Option<of::IdTable<Self::IdInfo>> = None;
186 const ACPI_ID_TABLE: Option<acpi::IdTable<Self::IdInfo>> = None;
192 fn probe(dev: &Device<device::Core>, id_info: Option<&Self::IdInfo>) in probe()
A Dauxiliary.rs179 type IdInfo: 'static; typedef
182 const ID_TABLE: IdTable<Self::IdInfo>;
187 fn probe(dev: &Device<device::Core>, id_info: &Self::IdInfo) -> Result<Pin<KBox<Self>>>; in probe()
A Dpci.rs236 type IdInfo: 'static; typedef
239 const ID_TABLE: IdTable<Self::IdInfo>;
245 fn probe(dev: &Device<device::Core>, id_info: &Self::IdInfo) -> Result<Pin<KBox<Self>>>; in probe()

Completed in 6 milliseconds