Home
last modified time | relevance | path

Searched full:powersum (Results 1 – 7 of 7) sorted by relevance

/openbmc/phosphor-pid-control/dbus/
H A Ddbusutil.cpp102 else if (type == "power" || type == "powersum") in getSensorUnit()
132 else if (type == "powersum") in getSensorPath()
153 "powersum"}; in validType()
H A Ddbusconfiguration.cpp824 (pidClass == "power") || (pidClass == "powersum")) in init()
/openbmc/phosphor-pid-control/pid/
H A Dthermalcontroller.cpp48 if (typeString == "powersum")
59 "temp", "margin", "power", "powersum"}; in createThermalPid()
H A Dzone.cpp625 else if (type == "powersum") in addPidControlProcess()
627 _pidsControlProcess[name]->classType("PowerSum");
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Debug/Pid/
H A DThermalPower.interface.yaml19 or "PowerSum".
/openbmc/phosphor-pid-control/test/
H A Ddbus_util_unittest.cpp48 std::make_tuple("powersum", "total",
/openbmc/phosphor-pid-control/sensors/
H A Dbuilder.cpp165 info->type == "power" || info->type == "powersum") in buildSensors()