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.cpp49 void pidControlLoop(std::shared_ptr<ZoneInterface> zone, in pidControlLoop() function
119 pidControlLoop(zone, timer, isCanceling, false, cycleCnt); in pidControlLoop()
153 pidControlLoop(zone, timer, isCanceling, false, cycleCnt); in pidControlLoop()
H A Dpidloop.hpp22 void pidControlLoop(std::shared_ptr<ZoneInterface> zone,
/openbmc/phosphor-pid-control/
H A Dmain.cpp187 pidControlLoop(i.second, timer, &state::isCanceling); in restartControlLoops()