Searched refs:hwmonFile (Results 1 – 3 of 3) sorted by relevance
439 auto hwmonFile = getFullHwmonFilePath(directory.string(), in createSensors() local443 hwmonFile = pathStr; in createSensors()445 if (hwmonFile) in createSensors()449 sensor->activate(*hwmonFile, i2cDev); in createSensors()454 *hwmonFile, sensorType, objectServer, in createSensors()479 hwmonFile = getFullHwmonFilePath( in createSensors()486 if (hwmonFile) in createSensors()511 sensor->activate(*hwmonFile, i2cDev); in createSensors()516 *hwmonFile, sensorType, objectServer, in createSensors()
75 std::optional<std::string> openAndRead(const std::string& hwmonFile) in openAndRead() argument78 std::ifstream fileStream(hwmonFile); in openAndRead()
73 std::optional<std::string> openAndRead(const std::string& hwmonFile);