Searched refs:BusNotifyEvent (Results 1 – 5 of 5) sorted by relevance
/DragonOS/kernel/src/driver/base/ |
H A D | subsys.rs | 21 bus::{Bus, BusNotifyEvent}, 45 bus_notifier: AtomicNotifierChain<BusNotifyEvent, Arc<dyn Device>>, 159 pub fn bus_notifier(&self) -> &AtomicNotifierChain<BusNotifyEvent, Arc<dyn Device>> { in bus_notifier() argument
|
/DragonOS/kernel/src/driver/base/device/ |
H A D | dd.rs | 20 bus::BusNotifyEvent, 213 BusNotifyEvent::DriverNotBound, in device_bind_driver() 388 BusNotifyEvent::DriverNotBound, in really_probe() 471 BusNotifyEvent::BindDriver, in add_to_sysfs() 567 BusNotifyEvent::BoundDriver, in driver_bound()
|
H A D | driver.rs | 7 device::{bus::BusNotifyEvent, dd::DeviceAttrCoredump, device_manager}, 238 .call_chain(BusNotifyEvent::BindDriver, Some(dev), None); in driver_sysfs_add()
|
H A D | bus.rs | 684 pub enum BusNotifyEvent { enum
|
H A D | mod.rs | 543 bus::BusNotifyEvent::AddDevice, in add_device()
|