Home
last modified time | relevance | path

Searched refs:DeviceCommonData (Results 1 – 19 of 19) sorted by relevance

/DragonOS/kernel/src/driver/input/serio/i8042/
H A Di8042_ports.rs11 device::{bus::Bus, driver::Driver, Device, DeviceCommonData, DeviceType, IdTable},
35 device_common: DeviceCommonData,
44 device_common: DeviceCommonData::default(), in new()
H A Di8042_device.rs10 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 Ddevice.rs10 bus::Bus, device_manager, driver::Driver, Device, DeviceCommonData, DeviceType, IdTable,
104 device_common: DeviceCommonData::default(), in new()
121 device_common: DeviceCommonData,
H A Draw_device.rs11 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 Dpt_device.rs13 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 Dplatform_device.rs14 Device, DeviceCommonData, DevicePrivateData, DeviceType, IdTable,
202 device_common: DeviceCommonData,
212 device_common: DeviceCommonData::default(), in new()
/DragonOS/kernel/src/driver/base/
H A Dcpu.rs19 Device, DeviceCommonData, DeviceType, IdTable,
132 device_common: DeviceCommonData,
140 device_common: DeviceCommonData::default(), in new()
/DragonOS/kernel/src/arch/x86_64/driver/
H A Drtc.rs17 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 Dsysfs.rs12 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 Dmod.rs14 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 Dfbmem.rs21 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 Dloopback.rs5 use crate::driver::base::device::{Device, DeviceCommonData, DeviceType, IdTable};
257 device_common: DeviceCommonData,
295 device_common: DeviceCommonData::default(), in new()
H A Dvirtio_net.rs28 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 De1000e_driver.rs8 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 Dmod.rs20 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 Dps_mouse_device.rs19 DeviceCommonData, DeviceType, IdTable,
187 device_common: DeviceCommonData::default(), in new()
415 device_common: DeviceCommonData,
/DragonOS/kernel/src/driver/block/
H A Dvirtio_blk.rs27 Device, DeviceCommonData, DeviceId, DeviceType, IdTable,
191 device_common: DeviceCommonData::default(), in new()
293 device_common: DeviceCommonData,
/DragonOS/kernel/src/driver/base/device/
H A Dmod.rs219 pub struct DeviceCommonData { struct
228 impl Default for DeviceCommonData { implementation
241 impl DeviceCommonData { impl
/DragonOS/kernel/src/driver/video/fbdev/
H A Dvesafb.rs17 bus::Bus, device_manager, driver::Driver, Device, DeviceCommonData, DeviceState,
91 device_common: DeviceCommonData::default(), in new()
112 device_common: DeviceCommonData,