Home
last modified time | relevance | path

Searched refs:thisSensorParameters (Results 1 – 3 of 3) sorted by relevance

/openbmc/dbus-sensors/src/
H A DHwmonTempSensor.cpp58 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()
81 thisSensorParameters.typeName + "/" + in HwmonTempSensor()
86 thisSensorParameters.typeName + in HwmonTempSensor()
89 setInitialProperties(thisSensorParameters.units); in HwmonTempSensor()
H A DHwmonTempMain.cpp341 auto thisSensorParameters = getSensorParameters(path); in createSensors() local
378 if (thisSensorParameters.typeName == "pressure" || in createSensors()
379 thisSensorParameters.typeName == "humidity") in createSensors()
451 thisSensorParameters, pollRate, interfacePath, in createSensors()
510 std::move(thresholds), thisSensorParameters, in createSensors()
H A DHwmonTempSensor.hpp33 const struct SensorParams& thisSensorParameters,