Home
last modified time | relevance | path

Searched defs:DeviceType (Results 1 – 24 of 24) sorted by relevance

/DragonOS/kernel/src/driver/virtio/
H A Dtransport.rs40 fn device_type(&self) -> virtio_drivers::transport::DeviceType { in device_type()
H A Dtransport_mmio.rs91 fn device_type(&self) -> virtio_drivers::transport::DeviceType { in device_type()
H A Dtransport_pci.rs73 fn device_type(pci_device_id: u16) -> DeviceType { in device_type()
244 fn device_type(&self) -> DeviceType { in device_type()
/DragonOS/kernel/src/driver/pci/
H A Ddevice.rs185 fn dev_type(&self) -> DeviceType { in dev_type()
H A Draw_device.rs108 fn dev_type(&self) -> DeviceType { in dev_type()
/DragonOS/kernel/src/driver/input/serio/i8042/
H A Di8042_ports.rs57 fn dev_type(&self) -> DeviceType { in dev_type()
H A Di8042_device.rs61 fn dev_type(&self) -> DeviceType { in dev_type()
/DragonOS/kernel/src/driver/pci/test/
H A Dpt_device.rs98 fn dev_type(&self) -> DeviceType { in dev_type()
/DragonOS/kernel/src/driver/base/
H A Dcpu.rs142 fn dev_type(&self) -> DeviceType { in dev_type()
/DragonOS/kernel/src/arch/x86_64/driver/
H A Drtc.rs113 fn dev_type(&self) -> DeviceType { in dev_type()
/DragonOS/kernel/src/driver/base/platform/
H A Dplatform_device.rs275 fn dev_type(&self) -> DeviceType { in dev_type()
/DragonOS/kernel/src/driver/disk/ahci/
H A Dahcidisk.rs469 fn dev_type(&self) -> DeviceType { in dev_type()
/DragonOS/kernel/src/driver/base/device/
H A Dmod.rs141 fn dev_type(&self) -> DeviceType; in dev_type()
301 pub enum DeviceType { enum
/DragonOS/kernel/src/driver/rtc/
H A Dsysfs.rs120 fn dev_type(&self) -> DeviceType { in dev_type()
/DragonOS/kernel/src/driver/video/fbdev/base/
H A Dfbmem.rs332 fn dev_type(&self) -> DeviceType { in dev_type()
/DragonOS/kernel/src/driver/net/e1000e/
H A De1000e_driver.rs237 fn dev_type(&self) -> DeviceType { in dev_type()
/DragonOS/kernel/src/driver/net/
H A Dvirtio_net.rs186 fn dev_type(&self) -> DeviceType { in dev_type()
438 fn dev_type(&self) -> DeviceType { in dev_type()
H A Dloopback.rs376 fn dev_type(&self) -> DeviceType { in dev_type()
/DragonOS/kernel/src/driver/tty/
H A Dtty_device.rs500 fn dev_type(&self) -> crate::driver::base::device::DeviceType { in dev_type()
/DragonOS/kernel/src/driver/video/fbdev/base/fbcon/
H A Dmod.rs184 fn dev_type(&self) -> DeviceType { in dev_type()
/DragonOS/kernel/src/driver/serial/serial8250/
H A Dmod.rs222 fn dev_type(&self) -> DeviceType { in dev_type()
/DragonOS/kernel/src/driver/input/ps2_mouse/
H A Dps_mouse_device.rs434 fn dev_type(&self) -> DeviceType { in dev_type()
/DragonOS/kernel/src/driver/block/
H A Dvirtio_blk.rs344 fn dev_type(&self) -> DeviceType { in dev_type()
/DragonOS/kernel/src/driver/video/fbdev/
H A Dvesafb.rs154 fn dev_type(&self) -> DeviceType { in dev_type()