Searched refs:PciHeaderType (Results 1 – 7 of 7) sorted by relevance
/external/crosvm/devices/src/pci/ |
D | pci_configuration.rs | 34 pub enum PciHeaderType { enum 292 header_type: PciHeaderType, in new() argument 313 PciHeaderType::Device => { in new() 317 PciHeaderType::Bridge => { in new() 681 PciHeaderType::Device, in add_capability() 743 PciHeaderType::Device, in class_code() 766 PciHeaderType::Device, in read_only_bits() 786 PciHeaderType::Device, in query_unused_bar() 808 PciHeaderType::Device, in add_pci_bar_mem_64bit() 855 PciHeaderType::Device, in add_pci_bar_mem_32bit() [all …]
|
D | mod.rs | 26 PciClassCode, PciConfiguration, PciDisplaySubclass, PciHeaderType, PciProgrammingInterface,
|
D | pci_device.rs | 241 use pci_configuration::{PciClassCode, PciConfiguration, PciHeaderType, PciMultimediaSubclass}; 282 PciHeaderType::Device, in config_write_result()
|
D | pci_root.rs | 14 PciBridgeSubclass, PciClassCode, PciConfiguration, PciHeaderType, 145 PciHeaderType::Device, in new()
|
D | ac97.rs | 21 PciBarConfiguration, PciClassCode, PciConfiguration, PciHeaderType, PciMultimediaSubclass, 126 PciHeaderType::Device, in new()
|
/external/crosvm/devices/src/usb/xhci/ |
D | xhci_controller.rs | 7 PciHeaderType, PciInterruptPin, PciProgrammingInterface, PciSerialBusSubClass, 111 PciHeaderType::Device, in new()
|
/external/crosvm/devices/src/virtio/ |
D | virtio_pci_device.rs | 19 PciClassCode, PciConfiguration, PciDevice, PciDeviceError, PciDisplaySubclass, PciHeaderType, 261 PciHeaderType::Device, in new()
|