Lines Matching defs:temperature
7 /* When over-temperature is reached, an interrupt from the device will be
10 * first level of temperature supervision. It is expected that any final
14 * These uevents are intended to indicate non-invasive temperature control
16 * responsibility of the host software. Once the temperature falls again,
17 * the IRQ is re-enabled so the start of a new over-temperature event can
52 struct mutex lock; /* protection for da9062_thermal temperature */
53 int temperature;
74 "Cannot clear the TJUNC temperature status\n");
79 * If over-temperature, then this status will be true.
80 * If not over-temperature, this status will be false.
87 "Cannot check the TJUNC temperature status\n");
93 thermal->temperature = DA9062_MILLI_CELSIUS(125);
104 thermal->temperature = DA9062_MILLI_CELSIUS(0);
167 *temp = thermal->temperature;
247 "TJUNC temperature polling period set at %d ms\n",