Home
last modified time | relevance | path

Searched defs:checkHysterWithSetpt (Results 1 – 4 of 4) sorted by relevance

/openbmc/phosphor-pid-control/pid/ec/
H A Dpid.hpp23 bool checkHysterWithSetpt = false; // compare current input and setpoint to member
51 bool checkHysterWithSetpt = 0.0; // compare current input and setpoint to member
/openbmc/phosphor-pid-control/pid/
H A Dbuildjson.cpp69 auto checkHysterWithSetpt = p.find("checkHysteresisWithSetpoint"); in from_json() local
/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/fans/phosphor-pid-control/
H A Dconfig.json343 "checkHysterWithSetpt": true global() boolean
394 "checkHysterWithSetpt": true global() boolean
451 "checkHysterWithSetpt": true global() boolean
/openbmc/phosphor-pid-control/dbus/
H A Ddbusconfiguration.cpp388 bool checkHysterWithSetpt = false; in populatePidInfo() local