Home
last modified time | relevance | path

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

/DragonOS-0.1.8/kernel/src/driver/base/device/
Dmod.rs81 pub enum DeviceType { enum
179 fn dev_type(&self) -> DeviceType; in dev_type()
/DragonOS-0.1.8/kernel/src/driver/virtio/
Dtransport_pci.rs59 fn device_type(pci_device_id: u16) -> DeviceType { in device_type()
196 fn device_type(&self) -> DeviceType { in device_type()
/DragonOS-0.1.8/kernel/src/driver/base/platform/
Dmod.rs355 fn dev_type(&self) -> DeviceType { in dev_type()
/DragonOS-0.1.8/kernel/src/driver/uart/
Duart.rs166 fn dev_type(&self) -> DeviceType { in dev_type()