Searched refs:InventoryPropertyId (Results 1 – 5 of 5) sorted by relevance
| /openbmc/dbus-sensors/src/nvidia-gpu/ |
| H A D | Inventory.cpp | 50 registerProperty(gpu::InventoryPropertyId::SERIAL_NUMBER, assetIface, in Inventory() 52 registerProperty(gpu::InventoryPropertyId::BOARD_PART_NUMBER, assetIface, in Inventory() 54 registerProperty(gpu::InventoryPropertyId::MARKETING_NAME, assetIface, in Inventory() 59 registerProperty(gpu::InventoryPropertyId::DEVICE_GUID, uuidInterface, in Inventory() 64 registerProperty(gpu::InventoryPropertyId::DEVICE_PART_NUMBER, in Inventory() 83 properties[gpu::InventoryPropertyId::DEFAULT_BOOST_CLOCKS] = { in registerProperty() 94 gpu::InventoryPropertyId propertyId, in processInventoryProperty() 105 void Inventory::processInventoryProperty(gpu::InventoryPropertyId propertyId) in processInventoryProperty() 111 std::optional<gpu::InventoryPropertyId> nextProperty = in markPropertyPending() 121 std::unordered_map<gpu::InventoryPropertyId, PropertyInf in markPropertyProcessed() 110 markPropertyPending(std::unordered_map<gpu::InventoryPropertyId,PropertyInfo>::iterator it) markPropertyPending() argument 117 markPropertyProcessed(std::unordered_map<gpu::InventoryPropertyId,PropertyInfo>::iterator it) markPropertyProcessed() argument [all...] |
| H A D | Inventory.hpp | 39 void sendInventoryPropertyRequest(gpu::InventoryPropertyId propertyId); 40 void handleInventoryPropertyResponse(gpu::InventoryPropertyId propertyId, 44 void processInventoryProperty(gpu::InventoryPropertyId propertyId); 46 gpu::InventoryPropertyId propertyId, 49 std::optional<gpu::InventoryPropertyId> getNextPendingProperty() const; 51 std::unordered_map<gpu::InventoryPropertyId, PropertyInfo>::iterator 54 std::unordered_map<gpu::InventoryPropertyId, PropertyInfo>::iterator 67 std::unordered_map<gpu::InventoryPropertyId, PropertyInfo> properties;
|
| H A D | NvidiaGpuMctpVdm.cpp | 524 InventoryPropertyId propertyId, InventoryValue& value) in decodeGetInventoryInformationResponse() 551 case InventoryPropertyId::BOARD_PART_NUMBER: in decodeGetInventoryInformationResponse() 552 case InventoryPropertyId::SERIAL_NUMBER: in decodeGetInventoryInformationResponse() 553 case InventoryPropertyId::MARKETING_NAME: in decodeGetInventoryInformationResponse() 554 case InventoryPropertyId::DEVICE_PART_NUMBER: in decodeGetInventoryInformationResponse() 558 case InventoryPropertyId::DEVICE_GUID: in decodeGetInventoryInformationResponse() 561 case InventoryPropertyId::DEFAULT_BOOST_CLOCKS: in decodeGetInventoryInformationResponse()
|
| H A D | NvidiaGpuMctpVdm.hpp | 72 enum class InventoryPropertyId : uint8_t 311 InventoryPropertyId propertyId, InventoryValue& value); 71 enum class InventoryPropertyId : uint8_t global() enum
|
| /openbmc/dbus-sensors/src/tests/ |
| H A D | test_NvidiaDeviceInventoryMctpVdm.cpp | 22 static_cast<uint8_t>(InventoryPropertyId::BOARD_PART_NUMBER); in TEST() 67 buf, cc, reasonCode, InventoryPropertyId::BOARD_PART_NUMBER, info); in TEST() 108 buf, cc, reasonCode, InventoryPropertyId::DEVICE_GUID, info); in TEST()
|