Home
last modified time | relevance | path

Searched refs:getPCIeDeviceProperty (Results 1 – 2 of 2) sorted by relevance

/openbmc/phosphor-fan-presence/control/json/actions/
H A Dpcie_card_floors.cpp177 uint16_t PCIeCardFloors::getPCIeDeviceProperty(const std::string& objectPath, in getPCIeDeviceProperty() function in phosphor::fan::control::json::PCIeCardFloors
221 auto deviceID = getPCIeDeviceProperty(card, deviceIDProp); in getFloorIndexFromSlot()
222 auto vendorID = getPCIeDeviceProperty(card, vendorIDProp); in getFloorIndexFromSlot()
223 auto subsystemID = getPCIeDeviceProperty(card, subsystemIDProp); in getFloorIndexFromSlot()
224 auto subsystemVendorID = getPCIeDeviceProperty(card, in getFloorIndexFromSlot()
H A Dpcie_card_floors.hpp157 uint16_t getPCIeDeviceProperty(const std::string& objectPath,