Home
last modified time | relevance | path

Searched refs:PciProgrammingInterface (Results 1 – 4 of 4) sorted by relevance

/external/crosvm/devices/src/usb/xhci/
Dxhci_controller.rs29 use crate::pci::PciProgrammingInterface;
49 impl PciProgrammingInterface for UsbControllerProgrammingInterface {
/external/crosvm/devices/src/pci/
Dstub.rs27 use crate::pci::pci_configuration::PciProgrammingInterface;
125 impl PciProgrammingInterface for NumericPciProgrammingInterface {
Dmod.rs66 pub use self::pci_configuration::PciProgrammingInterface;
Dpci_configuration.rs208 pub trait PciProgrammingInterface { trait
347 programming_interface: Option<&dyn PciProgrammingInterface>, in new() argument
845 impl PciProgrammingInterface for TestPI {