Home
last modified time | relevance | path

Searched refs:DeviceIdentification (Results 1 – 6 of 6) sorted by relevance

/openbmc/dbus-sensors/src/nvidia-gpu/
H A DInventory.hpp26 gpu::DeviceIdentification deviceType, uint8_t eid,
64 gpu::DeviceIdentification deviceType;
H A DNvidiaDeviceDiscovery.cpp80 switch (static_cast<gpu::DeviceIdentification>(responseDeviceType)) in processQueryDeviceIdResponse()
82 case gpu::DeviceIdentification::DEVICE_GPU: in processQueryDeviceIdResponse()
102 case gpu::DeviceIdentification::DEVICE_SMA: in processQueryDeviceIdResponse()
122 case gpu::DeviceIdentification::DEVICE_PCIE: in processQueryDeviceIdResponse()
H A DInventory.cpp39 const gpu::DeviceIdentification deviceTypeIn, const uint8_t eid, in Inventory()
68 if (deviceType == gpu::DeviceIdentification::DEVICE_GPU) in Inventory()
H A DNvidiaGpuDevice.cpp60 gpu::DeviceIdentification::DEVICE_GPU, eid, io);
H A DNvidiaGpuMctpVdm.hpp56 enum class DeviceIdentification : uint8_t
55 enum class DeviceIdentification : uint8_t global() enum
/openbmc/dbus-sensors/src/tests/
H A Dtest_NvidiaGpuSensorTest.cpp252 static_cast<uint8_t>(gpu::DeviceIdentification::DEVICE_GPU); in TEST_F()
270 static_cast<uint8_t>(gpu::DeviceIdentification::DEVICE_GPU)); in TEST_F()