Home
last modified time | relevance | path

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

/openbmc/phosphor-pid-control/sysfs/
H A Dsysfswrite.hpp29 class SysFsWrite : public WriteInterface class
32 SysFsWrite(const std::string& writePath, int64_t min, int64_t max) : in SysFsWrite() function in pid_control::SysFsWrite
H A Dsysfswrite.cpp30 void SysFsWrite::write(double value) in write()
/openbmc/phosphor-pid-control/sensors/
H A Dbuilder.cpp115 wi = std::make_unique<SysFsWrite>(info->writePath, in buildSensors()
/openbmc/phosphor-pid-control/experiments/
H A Ddrive.cpp38 std::make_unique<SysFsWrite>(writepath, 0, MAX_PWM)); in Create()