Home
last modified time | relevance | path

Searched refs:pidControlLoop (Results 1 – 3 of 3) sorted by relevance

/openbmc/phosphor-pid-control/pid/
H A Dpidloop.cpp35 void pidControlLoop(const std::shared_ptr<ZoneInterface>& zone, in pidControlLoop() function
107 pidControlLoop(zone, timer, isCanceling, false, cycleCnt); in pidControlLoop()
141 pidControlLoop(zone, timer, isCanceling, false, cycleCnt); in pidControlLoop()
H A Dpidloop.hpp25 void pidControlLoop(const std::shared_ptr<ZoneInterface>& zone,
/openbmc/phosphor-pid-control/
H A Dmain.cpp184 pidControlLoop(i.second, timer, &state::isCanceling); in restartControlLoops()