/DragonOS/kernel/src/driver/input/serio/i8042/ |
H A D | i8042_ports.rs | 11 device::{bus::Bus, driver::Driver, Device, DeviceCommonData, DeviceType, IdTable}, 35 device_common: DeviceCommonData, 44 device_common: DeviceCommonData::default(), in new()
|
H A D | i8042_device.rs | 10 bus::Bus, driver::Driver, Device, DeviceCommonData, DeviceState, DeviceType, IdTable, 37 device_common: DeviceCommonData::default(), in new() 54 device_common: DeviceCommonData,
|
/DragonOS/kernel/src/driver/pci/ |
H A D | device.rs | 10 bus::Bus, device_manager, driver::Driver, Device, DeviceCommonData, DeviceType, IdTable, 104 device_common: DeviceCommonData::default(), in new() 121 device_common: DeviceCommonData,
|
H A D | raw_device.rs | 11 device::{bus::Bus, driver::Driver, Device, DeviceCommonData, DeviceType, IdTable}, 37 device_common: DeviceCommonData, 52 device_common: DeviceCommonData::default(), in from()
|
/DragonOS/kernel/src/driver/pci/test/ |
H A D | pt_device.rs | 13 device::{bus::Bus, driver::Driver, Device, DeviceCommonData, DeviceType, IdTable}, 36 device_data: RwLock<DeviceCommonData>, 43 let common_dev = RwLock::new(DeviceCommonData::default()); in new()
|
/DragonOS/kernel/src/driver/base/platform/ |
H A D | platform_device.rs | 14 Device, DeviceCommonData, DevicePrivateData, DeviceType, IdTable, 202 device_common: DeviceCommonData, 212 device_common: DeviceCommonData::default(), in new()
|
/DragonOS/kernel/src/driver/base/ |
H A D | cpu.rs | 19 Device, DeviceCommonData, DeviceType, IdTable, 132 device_common: DeviceCommonData, 140 device_common: DeviceCommonData::default(), in new()
|
/DragonOS/kernel/src/arch/x86_64/driver/ |
H A D | rtc.rs | 17 bus::Bus, device_manager, driver::Driver, Device, DeviceCommonData, DeviceState, 49 device_common: DeviceCommonData::default(), in new() 78 device_common: DeviceCommonData,
|
/DragonOS/kernel/src/driver/rtc/ |
H A D | sysfs.rs | 12 bus::Bus, device_manager, driver::Driver, Device, DeviceCommonData, DeviceType, IdTable, 54 device_common: DeviceCommonData, 73 device_common: DeviceCommonData::default(), in new()
|
/DragonOS/kernel/src/driver/video/fbdev/base/fbcon/ |
H A D | mod.rs | 14 bus::Bus, device_manager, driver::Driver, Device, DeviceCommonData, DeviceType, 95 device_common: DeviceCommonData, 113 device_common: DeviceCommonData::default(), in new()
|
/DragonOS/kernel/src/driver/video/fbdev/base/ |
H A D | fbmem.rs | 21 sys_dev_char_kset, Device, DeviceCommonData, DeviceType, IdTable, 222 device_common: DeviceCommonData::default(), in new() 264 device_common: DeviceCommonData,
|
/DragonOS/kernel/src/driver/net/ |
H A D | loopback.rs | 5 use crate::driver::base::device::{Device, DeviceCommonData, DeviceType, IdTable}; 257 device_common: DeviceCommonData, 295 device_common: DeviceCommonData::default(), in new()
|
H A D | virtio_net.rs | 28 Device, DeviceCommonData, DeviceId, DeviceType, IdTable, 83 device_common: DeviceCommonData, 119 device_common: DeviceCommonData::default(), in new() 385 device_common: DeviceCommonData, 418 device_common: DeviceCommonData::default(), in new()
|
/DragonOS/kernel/src/driver/net/e1000e/ |
H A D | e1000e_driver.rs | 8 device::{bus::Bus, driver::Driver, Device, DeviceCommonData, DeviceType, IdTable}, 95 device_common: DeviceCommonData, 212 device_common: DeviceCommonData::default(), in new()
|
/DragonOS/kernel/src/driver/serial/serial8250/ |
H A D | mod.rs | 20 DeviceCommonData, DeviceKObjType, DeviceState, DeviceType, IdTable, 362 device_common: DeviceCommonData, 370 device_common: DeviceCommonData::default(), in new()
|
/DragonOS/kernel/src/driver/input/ps2_mouse/ |
H A D | ps_mouse_device.rs | 19 DeviceCommonData, DeviceType, IdTable, 187 device_common: DeviceCommonData::default(), in new() 415 device_common: DeviceCommonData,
|
/DragonOS/kernel/src/driver/block/ |
H A D | virtio_blk.rs | 27 Device, DeviceCommonData, DeviceId, DeviceType, IdTable, 191 device_common: DeviceCommonData::default(), in new() 293 device_common: DeviceCommonData,
|
/DragonOS/kernel/src/driver/base/device/ |
H A D | mod.rs | 219 pub struct DeviceCommonData { struct 228 impl Default for DeviceCommonData { implementation 241 impl DeviceCommonData { impl
|
/DragonOS/kernel/src/driver/video/fbdev/ |
H A D | vesafb.rs | 17 bus::Bus, device_manager, driver::Driver, Device, DeviceCommonData, DeviceState, 91 device_common: DeviceCommonData::default(), in new() 112 device_common: DeviceCommonData,
|