Searched refs:hwmonFile (Results 1 – 3 of 3) sorted by relevance
/openbmc/dbus-sensors/src/hwmon-temp/ |
H A D | HwmonTempMain.cpp | 443 auto hwmonFile = getFullHwmonFilePath(directory.string(), in createSensors() 447 hwmonFile = pathStr; in createSensors() 449 if (hwmonFile) in createSensors() 453 sensor->activate(*hwmonFile, i2cDev); in createSensors() 458 *hwmonFile, sensorType, objectServer, in createSensors() 483 hwmonFile = getFullHwmonFilePath( in createSensors() 490 if (hwmonFile) in createSensors() 515 sensor->activate(*hwmonFile, i2cDev); in createSensors() 520 *hwmonFile, sensorType, objectServer, in createSensors() 442 auto hwmonFile = getFullHwmonFilePath(directory.string(), createSensors() local
|
/openbmc/dbus-sensors/src/ |
H A D | Utils.cpp | 70 * @param[in] hwmonFile - the path to the file to read 75 std::optional<std::string> openAndRead(const std::string& hwmonFile) in openAndRead() argument 78 std::ifstream fileStream(hwmonFile); in openAndRead()
|
H A D | Utils.hpp | 73 std::optional<std::string> openAndRead(const std::string& hwmonFile);
|