Searched refs:pcieDeviceInterface (Results 1 – 4 of 4) sorted by relevance
| /openbmc/dbus-sensors/src/nvidia-gpu/ |
| H A D | NvidiaPcieInterface.cpp | 44 pcieDeviceInterface = objectServer.add_interface( in NvidiaPcieInterface() 50 pcieDeviceInterface->register_property( in NvidiaPcieInterface() 55 pcieDeviceInterface->register_property("LanesInUse", in NvidiaPcieInterface() 58 pcieDeviceInterface->register_property( in NvidiaPcieInterface() 63 pcieDeviceInterface->register_property("MaxLanes", static_cast<size_t>(0)); in NvidiaPcieInterface() 65 if (!pcieDeviceInterface->initialize()) in NvidiaPcieInterface() 134 pcieDeviceInterface->set_property( in processResponse() 140 pcieDeviceInterface->set_property( in processResponse() 147 pcieDeviceInterface->set_property( in processResponse() 153 pcieDeviceInterface->set_property( in processResponse()
|
| H A D | NvidiaPcieInterface.hpp | 54 std::shared_ptr<sdbusplus::asio::dbus_interface> pcieDeviceInterface; member
|
| /openbmc/bmcweb/redfish-core/include/utils/ |
| H A D | pcie_util.hpp | 42 static constexpr std::array<std::string_view, 1> pcieDeviceInterface = { in getPCIeDeviceList() local 48 asyncResp, pcieDeviceUrl, pcieDeviceInterface, in getPCIeDeviceList()
|
| /openbmc/bmcweb/redfish-core/lib/ |
| H A D | pcie.hpp | 66 static constexpr std::array<std::string_view, 1> pcieDeviceInterface = { in handlePCIeDevicePath() local 69 pcieDevicePath, pcieDeviceInterface, in handlePCIeDevicePath() 94 static constexpr std::array<std::string_view, 1> pcieDeviceInterface = { in getValidPCIeDevicePath() local 98 "/xyz/openbmc_project/inventory", 0, pcieDeviceInterface, in getValidPCIeDevicePath()
|