Home
last modified time | relevance | path

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

/aosp_15_r20/external/crosvm/devices/src/usb/xhci/
H A Dxhci_controller.rs30 use crate::pci::PciProgrammingInterface;
49 impl PciProgrammingInterface for UsbControllerProgrammingInterface {
/aosp_15_r20/external/crosvm/devices/src/pci/
H A Dstub.rs27 use crate::pci::pci_configuration::PciProgrammingInterface;
126 impl PciProgrammingInterface for NumericPciProgrammingInterface {
H A Dpci_configuration.rs298 pub trait PciProgrammingInterface { interface
484 programming_interface: Option<&dyn PciProgrammingInterface>, in new() argument
1183 impl PciProgrammingInterface for TestPI {
H A Dmod.rs58 pub use self::pci_configuration::PciProgrammingInterface;