Home
last modified time | relevance | path

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

/DragonOS/kernel/src/driver/base/
H A Dsubsys.rs159 pub fn bus_notifier(&self) -> &AtomicNotifierChain<BusNotifyEvent, Arc<dyn Device>> { in bus_notifier()
/DragonOS/kernel/src/driver/base/device/
H A Dbus.rs684 pub enum BusNotifyEvent { enum