Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dintel_tcc.h16 int intel_tcc_get_temp(int cpu, int *temp, bool pkg);
/linux/drivers/thermal/intel/
H A Dintel_tcc.c279 int intel_tcc_get_temp(int cpu, int *temp, bool pkg) in intel_tcc_get_temp() function
306 EXPORT_SYMBOL_NS_GPL(intel_tcc_get_temp, INTEL_TCC);
H A Dx86_pkg_temp_thermal.c112 ret = intel_tcc_get_temp(zonedev->cpu, &val, true); in sys_get_curr_temp()
/linux/drivers/thermal/intel/int340x_thermal/
H A Dprocessor_thermal_device.c184 ret = intel_tcc_get_temp(cpu, &curr_temp, false); in proc_thermal_get_zone_temp()