Home
last modified time | relevance | path

Searched refs:pwmPath (Results 1 – 2 of 2) sorted by relevance

/openbmc/dbus-sensors/src/fan/
H A DFanMain.cpp140 std::filesystem::path& pwmPath) in findPwmfanPath() argument
170 pwmPath = path; in findPwmfanPath()
177 std::filesystem::path& pwmPath) in findPwmPath() argument
194 return findPwmfanPath(pwm, pwmPath); in findPwmPath()
197 pwmPath = path; in findPwmPath()
551 std::filesystem::path pwmPath; in createSensors() local
562 if (!findPwmPath(directory, pwm, pwmPath)) in createSensors()
573 pwmPath.parent_path() / pwmEnableFile; in createSensors()
637 if (!pwmPath.empty() && std::filesystem::exists(pwmPath) && in createSensors()
638 (pwmSensors.count(pwmPath) == 0U)) in createSensors()
[all …]
/openbmc/phosphor-pid-control/dbus/
H A Ddbusconfiguration.cpp847 std::string pwmPath; in init() local
856 pwmPath = outputSensorInterfaces.at(0).first; in init()
864 pwmPath = outputSensorInterfaces.at(idx).first; in init()
871 "fan pwm control at dbus path [" + pwmPath + in init()
880 pwmSensorName = getSensorNameFromPath(pwmPath); in init()
886 fanConfig.writePath = pwmPath; in init()