Home
last modified time | relevance | path

Searched refs:tuningEnabled (Results 1 – 5 of 5) sorted by relevance

/openbmc/phosphor-pid-control/pid/
H A Dtuning.cpp8 bool tuningEnabled = false; variable
H A Dtuning.hpp8 extern bool tuningEnabled;
H A Dfancontroller.cpp129 if (!tuningEnabled) in outputProc()
H A Dzone.cpp401 if (tuningEnabled) in determineMaxSetPointRequest()
/openbmc/phosphor-pid-control/
H A Dmain.cpp309 tuningEnabled = false; in main()
321 app.add_flag("-t,--tuning", tuningEnabled, "Enable or disable tuning"); in main()
373 tuningEnabled = true; in main()
375 if (tuningEnabled) in main()