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.cpp155 _tachInput = util::SDBusPlus::getProperty<decltype(_tachInput)>( in updateTachAndTarget()
182 _prevTachs.push_front(_tachInput); in updateTachAndTarget()
303 FAN_VALUE_PROPERTY, _tachInput); in handleTachChange()
309 _prevTachs.push_front(_tachInput); in handleTachChange()
H A Dtach_sensor.hpp156 return _tachInput; in getInput()
506 double _tachInput = 0; member in phosphor::fan::monitor::TachSensor