Searched refs:IdInfo (Results 1 – 4 of 4) sorted by relevance
142 type IdInfo: 'static; typedef145 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() argument179 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() argument220 fn id_info(dev: &device::Device) -> Option<&'static Self::IdInfo> { in id_info() argument
100 type IdInfo = T::IdInfo; typedef102 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; typedef183 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()
179 type IdInfo: 'static; typedef182 const ID_TABLE: IdTable<Self::IdInfo>;187 fn probe(dev: &Device<device::Core>, id_info: &Self::IdInfo) -> Result<Pin<KBox<Self>>>; in probe()
236 type IdInfo: 'static; typedef239 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 7 milliseconds