Home
last modified time | relevance | path

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

/openbmc/dbus-sensors/src/intel-cpu/
H A DIntelCPUSensor.cpp56 double dtsOffset) : in IntelCPUSensor() argument
62 dtsOffset(dtsOffset), show(show) in IntelCPUSensor()
310 IntelCPUSensor::sensorScaleFactor, dtsOffset, 0)) in handleResponse()
H A DIntelCPUSensor.hpp36 double dtsOffset);
52 double dtsOffset; member in IntelCPUSensor
H A DIntelCPUSensorMain.cpp359 double dtsOffset = 0; in createSensors() local
366 dtsOffset = std::visit(VariantToDoubleVisitor(), in createSensors()
379 dtsOffset, 0)) in createSensors()
391 show, dtsOffset); in createSensors()