Searched refs:pwmPath (Results 1 – 2 of 2) sorted by relevance
140 std::filesystem::path& pwmPath) in findPwmfanPath() argument170 pwmPath = path; in findPwmfanPath()177 std::filesystem::path& pwmPath) in findPwmPath() argument194 return findPwmfanPath(pwm, pwmPath); in findPwmPath()197 pwmPath = path; in findPwmPath()551 std::filesystem::path pwmPath; in createSensors() local562 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 …]
847 std::string pwmPath; in init() local856 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()