Searched refs:DeviceType (Results 1 – 10 of 10) sorted by relevance
| /openbmc/smbios-mdr/include/ |
| H A D | dimm.hpp | 36 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 D | pcie_device.hpp | 20 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 D | device_factory.hpp | 11 enum class DeviceType enum 27 DeviceType deviceType = DeviceType::unknown;
|
| H A D | device_factory.cpp | 46 case config::DeviceType::reservoirPumpUnit: in create()
|
| H A D | reservoir_pump_unit.cpp | 63 config.deviceType = config::DeviceType::reservoirPumpUnit; in getConfig()
|
| /openbmc/smbios-mdr/src/ |
| H A D | dimm.cpp | 40 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 D | imbapi.h | 198 #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 D | test_firmware.cpp | 93 DeviceConfigIntf::DeviceType::reservoirPumpUnit, in testFirmwareVersion()
|
| H A D | test_sensors.cpp | 105 DeviceConfigIntf::DeviceType::reservoirPumpUnit, in testSensorCreation()
|
| H A D | test_device_events.cpp | 228 DeviceConfigIntf::DeviceType::reservoirPumpUnit, in testSensorCreation()
|