Home
last modified time | relevance | path

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

/aosp_15_r20/external/crosvm/devices/src/virtio/
H A Dvirtio_pci_device.rs96 pub enum PciCapabilityType { enum
141 pub fn new(cfg_type: PciCapabilityType, bar: u8, offset: u32, length: u32) -> Self { in new()
184 cfg_type: PciCapabilityType, in new()
230 pub fn new(cfg_type: PciCapabilityType, bar: u8, offset: u64, length: u64, shmid: u8) -> Self { in new()