Home
last modified time | relevance | path

Searched refs:DeviceManager (Results 1 – 4 of 4) sorted by relevance

/DragonOS/kernel/src/driver/base/device/
H A Dinit.rs7 sys_devices_kset, DeviceManager, DEVICES_KSET_INSTANCE, DEVICE_MANAGER, DEV_KSET_INSTANCE,
26 DEVICE_MANAGER = Some(DeviceManager::new()); in devices_init()
H A Dmod.rs54 static mut DEVICE_MANAGER: Option<DeviceManager> = None;
57 pub fn device_manager() -> &'static DeviceManager { in device_manager()
471 pub struct DeviceManager; struct
473 impl DeviceManager { impl
478 const fn new() -> DeviceManager { in new()
H A Ddd.rs23 Device, DeviceManager,
28 impl DeviceManager { implementation
/DragonOS/docs/kernel/filesystem/
H A Dsysfs.md37 pub struct DeviceManager {