Home
last modified time | relevance | path

Searched refs:stepwise (Results 1 – 11 of 11) sorted by relevance

/openbmc/phosphor-pid-control/pid/
H A Dstepwisecontroller.cpp49 output = ec::stepwise(info, input); in process()
54 output = ec::stepwise(info, input); in process()
59 output = ec::stepwise(info, input); in process()
H A Dbuilder.cpp125 auto stepwise = StepwiseController::createStepwiseController( in buildZones() local
127 zone->addThermalPID(std::move(stepwise)); in buildZones()
/openbmc/phosphor-pid-control/pid/ec/
H A Dstepwise.hpp38 double stepwise(const ec::StepwiseInfo& info, double value);
H A Dstepwise.cpp27 double stepwise(const ec::StepwiseInfo& info, double input) in stepwise() function
/openbmc/entity-manager/schemas/
H A Dmeson.build21 'stepwise.json',
/openbmc/phosphor-pid-control/
H A Dconfigure.md191 There are `fan`, `temp`, `margin` (PID), and `stepwise` (discrete steps)
225 If the PID `type` is not `stepwise` then the PID field is defined as follows:
319 #### type == "stepwise"
324 "type": "stepwise",
346 The type `stepwise` builds a `StepwiseController`.
351 | `type` | `string` | `stepwise` …
H A Dmeson.build133 'pid/ec/stepwise.cpp',
/openbmc/phosphor-pid-control/test/
H A Dmeson.build57 '../pid/ec/stepwise.cpp',
H A Dpid_json_unittest.cpp213 "type": "stepwise", in TEST()
/openbmc/bmcweb/redfish-core/lib/openbmc/
H A Dopenbmc_managers.hpp88 nlohmann::json& stepwise = configRoot["StepwiseControllers"]; in asyncPopulatePid() local
89 stepwise["@odata.type"] = in asyncPopulatePid()
91 stepwise["@odata.id"] = boost::urls::format( in asyncPopulatePid()
210 nlohmann::json& controller = stepwise[name]; in asyncPopulatePid()
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/
H A D0001-ffmpeg-5.1.4-rpi_24.patch6305 + fs.stepwise.min_width, fs.stepwise.min_height,
6306 + fs.stepwise.max_width, fs.stepwise.max_height,
6307 + fs.stepwise.step_width,fs.stepwise.step_height);
6308 + if (w >= fs.stepwise.min_width && w <= fs.stepwise.max_width &&
6309 + h >= fs.stepwise.min_height && h <= fs.stepwise.max_height &&
6310 + (w - fs.stepwise.min_width) % fs.stepwise.step_width == 0 &&
6311 + (h - fs.stepwise.min_height) % fs.stepwise.step_height == 0)
6316 + fs.stepwise.min_width, fs.stepwise.min_height,
6317 + fs.stepwise.max_width, fs.stepwise.max_height,
6318 + fs.stepwise.step_width,fs.stepwise.step_height);
[all …]