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
54 struct mutex lock; /* protection for da9062_thermal temperature */
55 int temperature;
76 "Cannot clear the TJUNC temperature status\n");
81 * If over-temperature, then this status will be true.
82 * If not over-temperature, this status will be false.
89 "Cannot check the TJUNC temperature status\n");
95 thermal->temperature = DA9062_MILLI_CELSIUS(125);
109 thermal->temperature = DA9062_MILLI_CELSIUS(0);
134 *temp = thermal->temperature;
145 { .temperature = DA9062_MILLI_CELSIUS(125), .type = THERMAL_TRIP_HOT },
215 "TJUNC temperature polling period set at %d ms\n", pp_tmp);