Home
last modified time | relevance | path

Searched refs:PciePlatformInterface (Results 1 – 5 of 5) sorted by relevance

/kernel/dev/pcie/include/dev/
A Dpcie_platform.h34 class PciePlatformInterface {
36 virtual ~PciePlatformInterface() { } in ~PciePlatformInterface()
126 DISALLOW_COPY_ASSIGN_AND_MOVE(PciePlatformInterface);
129 explicit PciePlatformInterface(MsiSupportLevel msi_support) in PciePlatformInterface() function
140 class NoMsiPciePlatformInterface : public PciePlatformInterface {
143 : PciePlatformInterface(MsiSupportLevel::NONE) {} in NoMsiPciePlatformInterface()
A Dpcie_bus_driver.h58 PciePlatformInterface& platform() const { return platform_; } in platform()
153 static zx_status_t InitializeDriver(PciePlatformInterface& platform);
178 explicit PcieBusDriver(PciePlatformInterface& platform);
216 PciePlatformInterface& platform_;
/kernel/dev/interrupt/arm_gic/v2/
A Darm_gicv2m_pcie.cpp23 class ArmGicV2PciePlatformSupport : public PciePlatformInterface {
26 : PciePlatformInterface(has_msi_gic ? MsiSupportLevel::MSI_WITH_MASKING in ArmGicV2PciePlatformSupport()
/kernel/platform/pc/
A Dplatform_pcie.cpp26 class X86PciePlatformSupport : public PciePlatformInterface {
29 : PciePlatformInterface(MsiSupportLevel::MSI) {} in X86PciePlatformSupport()
/kernel/dev/pcie/
A Dpcie_bus_driver.cpp48 PcieBusDriver::PcieBusDriver(PciePlatformInterface& platform) : platform_(platform) { } in PcieBusDriver()
462 zx_status_t PcieBusDriver::InitializeDriver(PciePlatformInterface& platform) { in InitializeDriver()

Completed in 20 milliseconds