Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/thermal/intel/int340x_thermal/
Dprocessor_thermal_device.c355 static int tcc_offset_save = -1; variable
359 tcc_offset_save = tcc_get_offset(); in proc_thermal_suspend()
360 if (tcc_offset_save < 0) in proc_thermal_suspend()
361 dev_warn(dev, "failed to save offset (%d)\n", tcc_offset_save); in proc_thermal_suspend()
375 if (tcc_offset_save >= 0) in proc_thermal_resume()
376 tcc_offset_update(tcc_offset_save); in proc_thermal_resume()