Searched refs:pmbusPaths (Results 1 – 1 of 1) sorted by relevance
324 std::vector<std::filesystem::path> pmbusPaths; in createSensorsCallback() local326 pmbusPaths); in createSensorsCallback()327 findFiles(std::filesystem::path("/sys/class/hwmon"), "name", pmbusPaths); in createSensorsCallback()328 if (pmbusPaths.empty()) in createSensorsCallback()335 for (const auto& pmbusPath : pmbusPaths) in createSensorsCallback()