Searched refs:ignoreAboveMax (Results 1 – 5 of 5) sorted by relevance
/openbmc/phosphor-fan-presence/monitor/ |
H A D | json_parser.cpp | 173 bool ignoreAboveMax = false; in getSensorDefs() local 176 ignoreAboveMax = sensor["ignore_above_max"].get<bool>(); in getSensorDefs() 187 .ignoreAboveMax = ignoreAboveMax}; in getSensorDefs()
|
H A D | tach_sensor.cpp | 77 size_t method, size_t threshold, bool ignoreAboveMax, in TachSensor() argument 84 _ignoreAboveMax(ignoreAboveMax), _timeout(timeout), in TachSensor()
|
H A D | types.hpp | 114 bool ignoreAboveMax; member
|
H A D | tach_sensor.hpp | 112 bool ignoreAboveMax, size_t timeout,
|
H A D | fan.cpp | 70 s.threshold, s.ignoreAboveMax, def.timeout, in Fan()
|