Searched refs:bus_init (Results 1 – 2 of 2) sorted by relevance
/DragonOS/kernel/src/driver/acpi/ | ||
H A D | bus.rs | 32 pub(super) fn bus_init(&self) -> Result<(), SystemError> { in bus_init() method |
H A D | mod.rs | 75 self.bus_init()?; in init() |