Lines Matching +full:thermal +full:- +full:sensors

23 .Sy Volatile -
29 current, and control sensors.
30 Sensors are exposed in
31 .Pa /dev/sensors
36 Sensors are broken into different types.
39 Currently, scalar sensors are the only supported sensor type.
41 .Bl -tag -width Ds
52 For example, a value of -2 would indicate that you'd need to multiply the value
58 read from the sensor is in degrees, and is accurate to +/-5 degrees would set
62 If the sensor was accurate to +/-1 degree, then it'd have a precision of 2.
71 In addition to the type, sensors also have a notion of a kind, which indicates
74 .Bl -tag -width Dv
78 This is one of the more common kinds of sensors in the system, as many ASICs
79 embed temperature sensors for health and monitoring.
81 Voltage sensors measure the amount of voltage at a particular point in a
87 Current sensors measure the total numbers of amps that are passing through
95 Synthetic sensors are generally a unitless measure on some fixed scale.
97 why synthetic sensors have the ability to indicate that their measurement is
105 where 100 indicates that a thermal shutdown is imminent.
117 The following sensors are supported:
118 .Bl -tag -width Dv
139 sensors.
149 .Pa /dev/sensors.
163 sensors with
166 .Bl -tag -width Ds
180 .Pa /dev/sensors ,
185 is usually something descriptive, for other sensors that use
190 Sensors are tied to an instance of a driver
209 Once created, the sensor will persist until the driver removes the sensors with
222 .Bl -bullet
234 .Pa /dev/sensors .
258 A good case of this is where sensors are available through PCI configuration
259 space or a memory-mapped BAR.
260 Other devices like optical transceivers have an array of sensors, but are only
266 the different sensors using additional components in userland.
270 to be the only way that sensors are provided for consumption.