Home
last modified time | relevance | path

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

/DragonOS-0.1.7/kernel/src/driver/base/platform/
Dmod.rs23 pub struct CompatibleTable(BTreeSet<&'static str>); struct
26 impl CompatibleTable { impl
32 pub fn new(id_vec: Vec<&'static str>) -> CompatibleTable { in new()
68 fn get_compatible_table(&self) -> CompatibleTable { in get_compatible_table()
281 fn get_compatible_table(&self) -> CompatibleTable { in get_compatible_table()
Dplatform_driver.rs19 fn get_compatible_table(&self) -> CompatibleTable; in get_compatible_table()
Dplatform_device.rs18 fn get_compatible_table(&self) -> CompatibleTable; in get_compatible_table()