Home
last modified time | relevance | path

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

/openbmc/phosphor-ipmi-flash/tools/
H A Dpciaccess.cpp37 void PciAccessImpl::pci_device_enable(struct pci_device* dev) const in pci_device_enable() function in host_tool::PciAccessImpl
39 return ::pci_device_enable(dev); in pci_device_enable()
H A Dpciaccess.hpp40 virtual void pci_device_enable(struct pci_device* dev) const = 0;
68 void pci_device_enable(struct pci_device* dev) const override;
H A Dpci.cpp128 pci->pci_device_enable(dev); in enableBridge()
193 pci->pci_device_enable(dev); in enableBridge()
/openbmc/phosphor-ipmi-flash/tools/test/
H A Dpciaccess_mock.hpp17 MOCK_METHOD(void, pci_device_enable, (struct pci_device*),
H A Dtools_pci_unittest.cpp320 EXPECT_CALL(pciMock, pci_device_enable(Eq(&dev))).Times(1); in expectSetup()