Searched refs:update_trip_temp (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/drivers/thermal/intel/ |
D | intel_soc_dts_iosf.c | 100 static int update_trip_temp(struct intel_soc_dts_sensor_entry *dts, in update_trip_temp() function 204 status = update_trip_temp(tzd->devdata, trip, temp, in sys_set_trip_temp() 360 return update_trip_temp(entry, j, temp, THERMAL_TRIP_CRITICAL); in intel_soc_dts_iosf_add_read_only_critical_trip() 443 ret = update_trip_temp(&sensors->soc_dts[i], 0, 0, in intel_soc_dts_iosf_init() 448 ret = update_trip_temp(&sensors->soc_dts[i], 1, 0, in intel_soc_dts_iosf_init() 470 update_trip_temp(&sensors->soc_dts[i], 0, 0, 0); in intel_soc_dts_iosf_exit() 471 update_trip_temp(&sensors->soc_dts[i], 1, 0, 0); in intel_soc_dts_iosf_exit()
|
D | intel_quark_dts_thermal.c | 211 static int update_trip_temp(struct soc_sensor_entry *aux_entry, in update_trip_temp() function 262 return update_trip_temp(tzd->devdata, trip, temp); in sys_set_trip_temp()
|