Home
last modified time | relevance | path

Searched refs:interfaces (Results 1 – 7 of 7) sorted by relevance

/DragonOS/kernel/src/driver/base/
H A Dsubsys.rs44 interfaces: &'static [&'static dyn SubSysInterface], field
70 interfaces: &'static [&'static dyn SubSysInterface], in new()
81 interfaces, in new()
163 pub fn interfaces(&self) -> &'static [&'static dyn SubSysInterface] { in interfaces() method
164 return self.interfaces; in interfaces()
/DragonOS/tools/qemu/
H A Difup-nat54 --bind-interfaces \
/DragonOS/
H A DREADME_EN.md26 … evolving rapidly. DragonOS has already implemented about 1/4 of Linux interfaces, and in the futu…
H A DLICENSE230 certain countries either by patents or by copyrighted interfaces, the
/DragonOS/kernel/crates/intertrait/macros/
H A DLICENSE-APACHE45 separable from, or merely link (or bind by name) to the interfaces of,
/DragonOS/kernel/src/driver/base/device/
H A Dbus.rs462 for interface in bus.subsystem().interfaces() { in probe_device()
H A Dmod.rs557 for class_interface in class.subsystem().interfaces() { in add_device()