Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/thermal/
Dintel_soc_dts_thermal.c73 static int crit_offset = CRITICAL_OFFSET_FROM_TJ_MAX; variable
74 module_param(crit_offset, int, 0644);
75 MODULE_PARM_DESC(crit_offset,
119 *temp = aux_entry->tj_max - crit_offset; in sys_get_trip_temp()
232 if (temp > (aux_entry->tj_max - crit_offset)) in sys_set_trip_temp()
457 err = update_trip_temp(soc_dts[i], 0, tj_max - crit_offset); in intel_soc_thermal_init()