Home
last modified time | relevance | path

Searched defs:CompatibleTable (Results 1 – 2 of 2) sorted by relevance

/DragonOS/kernel/src/driver/base/platform/
H A Dmod.rs41 pub struct CompatibleTable(BTreeSet<&'static str>); struct
44 impl CompatibleTable { impl
50 pub fn new(id_vec: Vec<&'static str>) -> CompatibleTable { in new()
H A Dplatform_device.rs152 fn compatible_table(&self) -> CompatibleTable { in compatible_table()