Home
last modified time | relevance | path

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

/external/crosvm/devices/src/virtio/
Dvirtio_pci_device.rs25 pub enum PciCapabilityType { enum
63 pub fn new(cfg_type: PciCapabilityType, bar: u8, offset: u32, length: u32) -> Self { in new()
100 cfg_type: PciCapabilityType, in new()
144 pub fn new(cfg_type: PciCapabilityType, bar: u8, offset: u64, length: u64, shmid: u8) -> Self { in new()