Home
last modified time | relevance | path

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

/DragonOS-0.1.8/kernel/src/driver/base/platform/
Dplatform_driver.rs19 fn compatible_table(&self) -> CompatibleTable; in compatible_table()
Dmod.rs23 pub struct CompatibleTable(BTreeSet<&'static str>); struct
26 impl CompatibleTable { implementation
32 pub fn new(id_vec: Vec<&'static str>) -> CompatibleTable { in new()
68 fn get_compatible_table(&self) -> CompatibleTable { in get_compatible_table()
283 fn compatible_table(&self) -> CompatibleTable { in compatible_table()
Dplatform_device.rs14 fn compatible_table(&self) -> CompatibleTable; in compatible_table()
/DragonOS-0.1.8/kernel/src/driver/uart/
Duart.rs131 fn compatible_table(&self) -> platform::CompatibleTable { in compatible_table()
254 fn compatible_table(&self) -> platform::CompatibleTable { in compatible_table()