Searched refs:Thresholds (Results 1 – 10 of 10) sorted by relevance
/openbmc/phosphor-hwmon/ |
H A D | thresholds.hpp | 14 struct Thresholds struct 18 static_assert(sizeof(Thresholds) == -1, "Unsupported Threshold type"); in fail() argument 24 struct Thresholds<WarningObject> struct 45 struct Thresholds<CriticalObject> struct 78 auto lo = (*realIface.*Thresholds<T>::getLo)(); in checkThresholds() argument 79 auto hi = (*realIface.*Thresholds<T>::getHi)(); in checkThresholds() 80 auto alarmLowState = (*realIface.*Thresholds<T>::getAlarmLow)(); in checkThresholds() 81 auto alarmHighState = (*realIface.*Thresholds<T>::getAlarmHigh)(); in checkThresholds() 82 (*realIface.*Thresholds<T>::alarmLo)(value <= lo); in checkThresholds() 83 (*realIface.*Thresholds<T>::alarmHi)(value >= hi); in checkThresholds() [all …]
|
H A D | mainloop.cpp | 49 decltype(Thresholds<WarningObject>::setLo) Thresholds<WarningObject>::setLo = 51 decltype(Thresholds<WarningObject>::setHi) Thresholds<WarningObject>::setHi = 53 decltype(Thresholds<WarningObject>::getLo) Thresholds<WarningObject>::getLo = 55 decltype(Thresholds<WarningObject>::getHi) Thresholds<WarningObject>::getHi = 57 decltype(Thresholds<WarningObject>::alarmLo) 58 Thresholds<WarningObject>::alarmLo = &WarningObject::warningAlarmLow; 59 decltype(Thresholds<WarningObject>::alarmHi) 60 Thresholds<WarningObject>::alarmHi = &WarningObject::warningAlarmHigh; 61 decltype(Thresholds<WarningObject>::getAlarmLow) 62 Thresholds<WarningObject>::getAlarmLow = &WarningObject::warningAlarmLow; [all …]
|
/openbmc/webui-vue/src/store/modules/HardwareStatus/ |
H A D | SensorsStore.js | 64 lowerCaution: response.data.Thresholds?.LowerCaution?.Reading, 65 upperCaution: response.data.Thresholds?.UpperCaution?.Reading, 66 lowerCritical: response.data.Thresholds?.LowerCritical?.Reading, 67 upperCritical: response.data.Thresholds?.UpperCritical?.Reading,
|
/openbmc/docs/designs/ |
H A D | virtual-sensors.md | 87 "Thresholds": 108 Thresholds: It has critical and warning high/low value to monitor sensor
|
H A D | external-sensor.md | 153 - "Thresholds": JSON dictionary. This field is optional. It is passed through to 157 - "PowerState": String. This field is optional. Similarly to "Thresholds", it is
|
/openbmc/dbus-sensors/src/ |
H A D | meson.build | 18 'Thresholds.cpp',
|
/openbmc/entity-manager/ |
H A D | CONFIG_FORMAT.md | 150 "Thresholds": [ 182 "Thresholds": [ 234 "Thresholds": [
|
/openbmc/bmcweb/ |
H A D | Redfish.md | 298 - Thresholds
|
/openbmc/linux/tools/arch/x86/kcpuid/ |
H A D | cpuid.csv | 148 6, 0, EBX, 3:0, therm_irq_thresh, Number of Interrupt Thresholds in Digital Thermal Sensor
|
/openbmc/linux/ |
H A D | opengrok0.0.log | [all...] |