Searched refs:thisSensorParameters (Results 1 – 3 of 3) sorted by relevance
/openbmc/dbus-sensors/src/hwmon-temp/ |
H A D | HwmonTempSensor.cpp | 58 const struct SensorParams& thisSensorParameters, const float pollRate, in HwmonTempSensor() argument 63 false, thisSensorParameters.maxValue, thisSensorParameters.minValue, in HwmonTempSensor() 67 waitTimer(io), path(path), offsetValue(thisSensorParameters.offsetValue), in HwmonTempSensor() 68 scaleValue(thisSensorParameters.scaleValue), in HwmonTempSensor() 72 "/xyz/openbmc_project/sensors/" + thisSensorParameters.typeName + "/" + in HwmonTempSensor() 82 thisSensorParameters.typeName + "/" + name, in HwmonTempSensor() 86 "/xyz/openbmc_project/sensors/" + thisSensorParameters.typeName + "/" + in HwmonTempSensor() 89 setInitialProperties(thisSensorParameters.units); in HwmonTempSensor()
|
H A D | HwmonTempMain.cpp | 346 auto thisSensorParameters = getSensorParameters(path); in createSensors() local 385 if (thisSensorParameters.typeName == "pressure" || in createSensors() 386 thisSensorParameters.typeName == "humidity") in createSensors() 460 std::move(sensorThresholds), thisSensorParameters, in createSensors() 522 std::move(thresholds), thisSensorParameters, in createSensors()
|
H A D | HwmonTempSensor.hpp | 40 const struct SensorParams& thisSensorParameters,
|