Home
last modified time | relevance | path

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

/openbmc/phosphor-pid-control/
H A Dmain.cpp304 tuningEnabled = false; in main()
316 app.add_flag("-t,--tuning", tuningEnabled, "Enable or disable tuning"); in main()
368 tuningEnabled = true; in main()
370 if (tuningEnabled) in main()
/openbmc/phosphor-pid-control/pid/
H A Dtuning.cpp21 bool tuningEnabled = false; variable
H A Dtuning.hpp8 extern bool tuningEnabled;
H A Dfancontroller.cpp132 if (!tuningEnabled) in outputProc()
H A Dzone.cpp366 if (tuningEnabled) in determineMaxSetPointRequest()