Home
last modified time | relevance | path

Searched refs:NEUTRAL (Results 1 – 4 of 4) sorted by relevance

/openbmc/phosphor-pid-control/pid/
H A Dfan.hpp11 NEUTRAL, /* not sure this will ever happen, but for completeness. */ enumerator
H A Dfancontroller.hpp30 _inputs(inputs), _direction(FanSpeedDirection::NEUTRAL) in FanController()
H A Dfancontroller.cpp119 setFanDirection(FanSpeedDirection::NEUTRAL); in setptProc()
/openbmc/phosphor-pid-control/test/
H A Dpid_fancontroller_unittest.cpp131 EXPECT_EQ(FanSpeedDirection::NEUTRAL, fp->getFanDirection()); in TEST()
149 EXPECT_EQ(FanSpeedDirection::NEUTRAL, fp->getFanDirection()); in TEST()