Home
last modified time | relevance | path

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

/openbmc/phosphor-fan-presence/monitor/
H A Dtach_sensor.cpp158 _tachInput = util::SDBusPlus::getProperty<decltype(_tachInput)>( in updateTachAndTarget()
185 _prevTachs.push_front(_tachInput); in updateTachAndTarget()
306 FAN_VALUE_PROPERTY, _tachInput); in handleTachChange()
312 _prevTachs.push_front(_tachInput); in handleTachChange()
H A Dtach_sensor.hpp155 return _tachInput; in getInput()
503 double _tachInput = 0; member in phosphor::fan::monitor::TachSensor