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.hpp28 class SysFsWrite : public WriteInterface class
31 SysFsWrite(const std::string& writePath, int64_t min, int64_t max) : in SysFsWrite() function in pid_control::SysFsWrite
H A Dsysfswrite.cpp42 void SysFsWrite::write(double value) in write()
/openbmc/phosphor-pid-control/sensors/
H A Dbuilder.cpp127 wi = std::make_unique<SysFsWrite>(info->writePath, in buildSensors()
/openbmc/phosphor-pid-control/experiments/
H A Ddrive.cpp44 std::make_unique<SysFsWrite>(writepath, 0, MAX_PWM)); in Create()