Lines Matching refs:pwmPath
140 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()
547 std::filesystem::path pwmPath; in createSensors() local
558 if (!findPwmPath(directory, pwm, pwmPath)) in createSensors()
568 pwmPath.parent_path() / pwmEnableFile; in createSensors()
632 if (!pwmPath.empty() && std::filesystem::exists(pwmPath) && in createSensors()
633 (pwmSensors.count(pwmPath) == 0U)) in createSensors()
635 pwmSensors[pwmPath] = std::make_unique<PwmSensor>( in createSensors()
636 pwmName, pwmPath, dbusConnection, objectServer, in createSensors()