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.cpp226 size_t upperDeviation = deviation; in getFanDefs() local
229 upperDeviation = fan["upper_deviation"].get<size_t>(); in getFanDefs()
230 if (100 < upperDeviation) in getFanDefs()
235 upperDeviation); in getFanDefs()
383 .upperDeviation = upperDeviation, in getFanDefs()
H A Dtach_sensor.cpp208 const size_t lowerDeviation, const size_t upperDeviation) const in getRange()
212 std::optional<uint64_t> max = getTarget() * (100 + upperDeviation) / 100; in getRange()
H A Dtypes.hpp124 size_t upperDeviation; member
H A Dtach_sensor.hpp353 const size_t lowerDeviation, const size_t upperDeviation) const;
H A Dfan.cpp42 _upperDeviation(def.upperDeviation), in Fan()