Searched refs:hwmonFile (Results 1 – 3 of 3) sorted by relevance
451 auto hwmonFile = getFullHwmonFilePath(directory.string(), in createSensors() local455 hwmonFile = pathStr; in createSensors()457 if (hwmonFile) in createSensors()461 sensor->activate(*hwmonFile, i2cDev); in createSensors()466 *hwmonFile, sensorType, objectServer, in createSensors()491 hwmonFile = getFullHwmonFilePath( in createSensors()498 if (hwmonFile) in createSensors()523 sensor->activate(*hwmonFile, i2cDev); in createSensors()528 *hwmonFile, sensorType, objectServer, in createSensors()
75 std::optional<std::string> openAndRead(const std::string& hwmonFile) in openAndRead() argument78 std::ifstream fileStream(hwmonFile); in openAndRead()
74 std::optional<std::string> openAndRead(const std::string& hwmonFile);