Home
last modified time | relevance | path

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

/DragonOS/kernel/src/driver/base/
H A Dsubsys.rs70 interfaces: &'static [&'static dyn SubSysInterface], in new()
163 pub fn interfaces(&self) -> &'static [&'static dyn SubSysInterface] { in interfaces()
204 pub trait SubSysInterface: Debug + Send + Sync { interface