Searched refs:pwmPath (Results 1 – 2 of 2) sorted by relevance
141 std::filesystem::path& pwmPath) in findPwmfanPath() argument171 pwmPath = path; in findPwmfanPath()178 std::filesystem::path& pwmPath) in findPwmPath() argument195 return findPwmfanPath(pwm, pwmPath); in findPwmPath()198 pwmPath = path; in findPwmPath()552 std::filesystem::path pwmPath; in createSensors() local563 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 …]
929 std::string pwmPath; in init() local938 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()