Home
last modified time | relevance | path

Searched refs:upperDeviation (Results 1 – 5 of 5) sorted by relevance

/openbmc/phosphor-fan-presence/monitor/
H A Djson_parser.cpp225 size_t upperDeviation = deviation; in getFanDefs() local
228 upperDeviation = fan["upper_deviation"].get<size_t>(); in getFanDefs()
229 if (100 < upperDeviation) in getFanDefs()
234 upperDeviation); in getFanDefs()
381 .upperDeviation = upperDeviation, in getFanDefs()
H A Dtach_sensor.cpp210 const size_t upperDeviation) const in getRange()
214 std::optional<uint64_t> max = getTarget() * (100 + upperDeviation) / 100; in getRange()
H A Dtypes.hpp124 size_t upperDeviation; member
H A Dtach_sensor.hpp355 const size_t upperDeviation) const;
H A Dfan.cpp43 _upperDeviation(def.upperDeviation), in Fan()