Home
last modified time | relevance | path

Searched refs:DeviceType (Results 1 – 10 of 10) sorted by relevance

/openbmc/smbios-mdr/include/
H A Ddimm.hpp36 using DeviceType = typedef
37 sdbusplus::server::xyz::openbmc_project::inventory::item::Dimm::DeviceType;
116 DeviceType memoryType(DeviceType value) override;
220 const std::map<uint8_t, DeviceType> dimmTypeTable = {
221 {0x1, DeviceType::Other}, {0x2, DeviceType::Unknown},
222 {0x3, DeviceType::DRAM}, {0x4, DeviceType::EDRAM},
223 {0x5, DeviceType::VRAM}, {0x6, DeviceType::SRAM},
224 {0x7, DeviceType::RAM}, {0x8, DeviceType::ROM},
225 {0x9, DeviceType::FLASH}, {0xa, DeviceType::EEPROM},
226 {0xb, DeviceType::FEPROM}, {0xc, DeviceType::EPROM},
[all …]
/openbmc/bmcweb/redfish-core/include/generated/enums/
H A Dpcie_device.hpp20 enum class DeviceType{ enum
83 NLOHMANN_JSON_SERIALIZE_ENUM(DeviceType, {
84 {DeviceType::Invalid, "Invalid"},
85 {DeviceType::SingleFunction, "SingleFunction"},
86 {DeviceType::MultiFunction, "MultiFunction"},
87 {DeviceType::Simulated, "Simulated"},
88 {DeviceType::Retimer, "Retimer"},
/openbmc/phosphor-modbus/rtu/device/
H A Ddevice_factory.hpp11 enum class DeviceType enum
27 DeviceType deviceType = DeviceType::unknown;
H A Ddevice_factory.cpp46 case config::DeviceType::reservoirPumpUnit: in create()
H A Dreservoir_pump_unit.cpp63 config.deviceType = config::DeviceType::reservoirPumpUnit; in getConfig()
/openbmc/smbios-mdr/src/
H A Ddimm.cpp40 using DeviceType = typedef
41 sdbusplus::server::xyz::openbmc_project::inventory::item::Dimm::DeviceType;
300 std::map<uint8_t, DeviceType>::const_iterator it = dimmTypeTable.find(type); in dimmType()
303 memoryType(DeviceType::Unknown); in dimmType()
311 DeviceType Dimm::memoryType(DeviceType value) in memoryType()
/openbmc/ipmitool/src/plugins/imb/
H A Dimbapi.h198 #define CTL_CODE(DeviceType, Function, Method, Access)\ argument
199 _IO(DeviceType & 0x00FF, Function & 0x00FF)
201 #define CTL_CODE( DeviceType, Function, Method, Access ) ((ULONG)( \ argument
202 …((ULONG)(DeviceType) << 16) | ((ULONG)(Access) << 14) | ((ULONG)(Function) << 2) | ((ULONG)Method)…
/openbmc/phosphor-modbus/tests/
H A Dtest_firmware.cpp93 DeviceConfigIntf::DeviceType::reservoirPumpUnit, in testFirmwareVersion()
H A Dtest_sensors.cpp105 DeviceConfigIntf::DeviceType::reservoirPumpUnit, in testSensorCreation()
H A Dtest_device_events.cpp228 DeviceConfigIntf::DeviceType::reservoirPumpUnit, in testSensorCreation()