Home
last modified time | relevance | path

Searched refs:_max (Results 1 – 4 of 4) sorted by relevance

/openbmc/phosphor-pid-control/
H A Dinterfaces.hpp64 WriteInterface(int64_t min, int64_t max) : _min(min), _max(max) {} in WriteInterface()
92 return _max; in getMax()
97 int64_t _max; member in pid_control::WriteInterface
/openbmc/phosphor-pid-control/dbus/
H A Ddbuspassive.cpp333 _max = settings.max * std::pow(10.0, _scale); in initFromSettings()
361 return _max; in getMax()
389 scaleSensorReading(_min, _max, value); in updateValue()
H A Ddbuspassive.hpp80 double _max = 0; member in pid_control::DbusPassive
/openbmc/u-boot/drivers/power/regulator/
H A Dsandbox.c22 #define RANGE(_min, _max, _step) { \ argument
24 .max = _max, \