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.cpp141 std::filesystem::path& pwmPath) in findPwmfanPath() argument
171 pwmPath = path; in findPwmfanPath()
178 std::filesystem::path& pwmPath) in findPwmPath() argument
195 return findPwmfanPath(pwm, pwmPath); in findPwmPath()
198 pwmPath = path; in findPwmPath()
552 std::filesystem::path pwmPath; in createSensors() local
563 if (!findPwmPath(directory, pwm, pwmPath)) in createSensors()
574 pwmPath.parent_path() / pwmEnableFile; in createSensors()
638 if (!pwmPath.empty() && std::filesystem::exists(pwmPath) && in createSensors()
639 (pwmSensors.count(pwmPath) == 0U)) in createSensors()
[all …]
/openbmc/phosphor-pid-control/dbus/
H A Ddbusconfiguration.cpp929 std::string pwmPath; in init() local
938 pwmPath = outputSensorInterfaces.at(0).first; in init()
946 pwmPath = outputSensorInterfaces.at(idx).first; in init()
954 pwmPath, pwmInterface, in init()
960 pwmSensorName = getSensorNameFromPath(pwmPath); in init()
966 fanConfig.writePath = pwmPath; in init()