Home
last modified time | relevance | path

Searched refs:getMaxRpm (Results 1 – 2 of 2) sorted by relevance

/openbmc/dbus-sensors/src/
H A DExitAirTempSensor.hpp37 uint64_t getMaxRpm(uint64_t cfmMax) const;
H A DExitAirTempSensor.cpp242 maxRpm = self->getMaxRpm(*cfm); in setupMatches()
283 uint64_t maxRpm = self->getMaxRpm(*reading); in setupMatches()
355 uint64_t CFMSensor::getMaxRpm(uint64_t cfmMaxSetting) const in getMaxRpm() function in CFMSensor