/DragonOS/kernel/src/driver/virtio/ |
H A D | transport.rs | 76 fn device_type(&self) -> virtio_drivers::transport::DeviceType { in device_type()
|
H A D | transport_mmio.rs | 91 fn device_type(&self) -> virtio_drivers::transport::DeviceType { in device_type()
|
H A D | transport_pci.rs | 70 fn device_type(pci_device_id: u16) -> DeviceType { in device_type() 239 fn device_type(&self) -> DeviceType { in device_type()
|
/DragonOS/kernel/src/driver/input/serio/i8042/ |
H A D | i8042_ports.rs | 57 fn dev_type(&self) -> DeviceType { in dev_type()
|
H A D | i8042_device.rs | 61 fn dev_type(&self) -> DeviceType { in dev_type()
|
/DragonOS/kernel/src/driver/pci/ |
H A D | raw_device.rs | 132 fn dev_type(&self) -> DeviceType { in dev_type()
|
H A D | device.rs | 192 fn dev_type(&self) -> DeviceType { in dev_type()
|
/DragonOS/kernel/src/arch/x86_64/driver/ |
H A D | rtc.rs | 113 fn dev_type(&self) -> DeviceType { in dev_type()
|
/DragonOS/kernel/src/driver/base/platform/ |
H A D | platform_device.rs | 279 fn dev_type(&self) -> DeviceType { in dev_type()
|
/DragonOS/kernel/src/driver/pci/test/ |
H A D | pt_device.rs | 124 fn dev_type(&self) -> DeviceType { in dev_type()
|
/DragonOS/kernel/src/driver/base/ |
H A D | cpu.rs | 147 fn dev_type(&self) -> DeviceType { in dev_type()
|
/DragonOS/kernel/src/driver/disk/ahci/ |
H A D | ahcidisk.rs | 469 fn dev_type(&self) -> DeviceType { in dev_type()
|
/DragonOS/kernel/src/driver/base/device/ |
H A D | mod.rs | 141 fn dev_type(&self) -> DeviceType; in dev_type() 301 pub enum DeviceType { enum
|
/DragonOS/kernel/src/driver/rtc/ |
H A D | sysfs.rs | 121 fn dev_type(&self) -> DeviceType { in dev_type()
|
/DragonOS/kernel/src/driver/net/e1000e/ |
H A D | e1000e_driver.rs | 237 fn dev_type(&self) -> DeviceType { in dev_type()
|
/DragonOS/kernel/src/driver/video/fbdev/base/ |
H A D | fbmem.rs | 333 fn dev_type(&self) -> DeviceType { in dev_type()
|
/DragonOS/kernel/src/driver/net/ |
H A D | virtio_net.rs | 193 fn dev_type(&self) -> DeviceType { in dev_type() 445 fn dev_type(&self) -> DeviceType { in dev_type()
|
H A D | loopback.rs | 382 fn dev_type(&self) -> DeviceType { in dev_type()
|
/DragonOS/kernel/src/driver/tty/ |
H A D | tty_device.rs | 504 fn dev_type(&self) -> crate::driver::base::device::DeviceType { in dev_type()
|
/DragonOS/kernel/src/driver/video/fbdev/base/fbcon/ |
H A D | mod.rs | 184 fn dev_type(&self) -> DeviceType { in dev_type()
|
/DragonOS/kernel/src/driver/serial/serial8250/ |
H A D | mod.rs | 262 fn dev_type(&self) -> DeviceType { in dev_type()
|
/DragonOS/kernel/src/driver/input/ps2_mouse/ |
H A D | ps_mouse_device.rs | 434 fn dev_type(&self) -> DeviceType { in dev_type()
|
/DragonOS/kernel/src/driver/block/ |
H A D | virtio_blk.rs | 351 fn dev_type(&self) -> DeviceType { in dev_type()
|
/DragonOS/kernel/src/driver/video/fbdev/ |
H A D | vesafb.rs | 154 fn dev_type(&self) -> DeviceType { in dev_type()
|