Searched refs:PciePlatformInterface (Results 1 – 5 of 5) sorted by relevance
34 class PciePlatformInterface {36 virtual ~PciePlatformInterface() { } in ~PciePlatformInterface()126 DISALLOW_COPY_ASSIGN_AND_MOVE(PciePlatformInterface);129 explicit PciePlatformInterface(MsiSupportLevel msi_support) in PciePlatformInterface() function140 class NoMsiPciePlatformInterface : public PciePlatformInterface {143 : PciePlatformInterface(MsiSupportLevel::NONE) {} in NoMsiPciePlatformInterface()
58 PciePlatformInterface& platform() const { return platform_; } in platform()153 static zx_status_t InitializeDriver(PciePlatformInterface& platform);178 explicit PcieBusDriver(PciePlatformInterface& platform);216 PciePlatformInterface& platform_;
23 class ArmGicV2PciePlatformSupport : public PciePlatformInterface {26 : PciePlatformInterface(has_msi_gic ? MsiSupportLevel::MSI_WITH_MASKING in ArmGicV2PciePlatformSupport()
26 class X86PciePlatformSupport : public PciePlatformInterface {29 : PciePlatformInterface(MsiSupportLevel::MSI) {} in X86PciePlatformSupport()
48 PcieBusDriver::PcieBusDriver(PciePlatformInterface& platform) : platform_(platform) { } in PcieBusDriver()462 zx_status_t PcieBusDriver::InitializeDriver(PciePlatformInterface& platform) { in InitializeDriver()
Completed in 16 milliseconds