| /openbmc/phosphor-hwmon/ |
| H A D | targets.hpp | 44 static constexpr InterfaceType type = InterfaceType::FAN_SPEED; 50 static constexpr InterfaceType type = InterfaceType::FAN_PWM; 89 if (InterfaceType::FAN_PWM == type) in addTarget() 114 if (type != InterfaceType::FAN_SPEED) in addTarget() 121 if (type != InterfaceType::FAN_PWM) in addTarget()
|
| H A D | thresholds.hpp | 26 static constexpr InterfaceType type = InterfaceType::WARN; 47 static constexpr InterfaceType type = InterfaceType::CRIT;
|
| H A D | sensor.cpp | 131 obj[InterfaceType::STATUS]); in addValue() 205 obj[InterfaceType::VALUE] = iface; in addValue() 260 obj[InterfaceType::STATUS] = iface; in addStatus() 276 obj[InterfaceType::ACCURACY] = iface; in addAccuracy() 292 obj[InterfaceType::PRIORITY] = iface; in addPriority()
|
| H A D | types.hpp | 12 using InterfaceMap = std::map<InterfaceType, std::any>;
|
| H A D | interface.hpp | 43 enum class InterfaceType enum
|
| H A D | mainloop.cpp | 115 case InterfaceType::VALUE: in updateSensorInterfaces() 122 case InterfaceType::WARN: in updateSensorInterfaces() 125 case InterfaceType::CRIT: in updateSensorInterfaces() 489 obj[InterfaceType::STATUS]); in read()
|
| /openbmc/phosphor-inventory-manager/ |
| H A D | types.hpp | 27 using InterfaceType = std::map<std::string, T>; typedef 30 using ObjectType = std::map<std::string, InterfaceType<T>>; 32 using Interface = InterfaceType<InterfaceVariantType>;
|
| /openbmc/ibm-logging/ |
| H A D | manager.hpp | 51 using InterfaceMap = std::map<InterfaceType, std::any>; 55 using InterfaceMapMulti = std::map<InterfaceType, ObjectList>; 235 void addInterface(const std::string& objectPath, InterfaceType type, 250 void addChildInterface(const std::string& objectPath, InterfaceType type,
|
| H A D | manager.cpp | 110 void Manager::addInterface(const std::string& objectPath, InterfaceType type, in addInterface() 129 InterfaceType type, std::any& object) in addChildInterface() 177 addInterface(objectPath, InterfaceType::POLICY, anyObject); in createPolicyInterface() 250 addChildInterface(objectPath, InterfaceType::CALLOUT, anyObject); in createCalloutObjects() 292 addChildInterface(objectPath, InterfaceType::CALLOUT, anyObject); in restoreCalloutObjects()
|
| H A D | interfaces.hpp | 25 enum class InterfaceType enum
|
| /openbmc/bmcweb/redfish-core/include/generated/enums/ |
| H A D | computer_system.hpp | 70 enum class InterfaceType{ enum 301 NLOHMANN_JSON_SERIALIZE_ENUM(InterfaceType, { 302 {InterfaceType::Invalid, "Invalid"}, 303 {InterfaceType::TPM1_2, "TPM1_2"}, 304 {InterfaceType::TPM2_0, "TPM2_0"}, 305 {InterfaceType::TCM1_0, "TCM1_0"},
|
| /openbmc/phosphor-inventory-manager/test/ |
| H A D | types_test.cpp | 12 void functionUsingInterfaceType(InterfaceType<Empty>&) {} in functionUsingInterfaceType()
|
| /openbmc/qemu/rust/qemu-api/src/ |
| H A D | prelude.rs | 18 pub use crate::qom::InterfaceType;
|
| H A D | qdev.rs | 147 unsafe impl InterfaceType for ResettableClass {
|
| H A D | qom.rs | 498 pub unsafe trait InterfaceType: Sized { trait
|
| /openbmc/qemu/include/hw/acpi/ |
| H A D | tpm.h | 148 FIELD(CRB_INTF_ID, InterfaceType, 0, 4)
|
| /openbmc/qemu/tests/qtest/ |
| H A D | tpm-crb-test.c | 37 g_assert_cmpint(FIELD_EX32(intfid, CRB_INTF_ID, InterfaceType), ==, 1); in tpm_crb_test()
|
| /openbmc/qemu/hw/tpm/ |
| H A D | tpm_crb.c | 250 InterfaceType, CRB_INTF_TYPE_CRB_ACTIVE); in tpm_crb_reset()
|
| /openbmc/ipmitool/src/plugins/imb/ |
| H A D | imbapi.h | 533 INTERFACE_TYPE InterfaceType; // Isa, Eisa, etc.... member
|
| H A D | imbapi.c | 1930 pmi.InterfaceType = Internal; in MapPhysicalMemory()
|
| /openbmc/docs/designs/oem/google/ |
| H A D | root_of_trust.md | 96 - InterfaceType
|