Searched refs:update_trip_temp (Results 1 – 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/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() 355 return update_trip_temp(&sensors->soc_dts[i], j, in intel_soc_dts_iosf_add_read_only_critical_trip() 442 ret = update_trip_temp(&sensors->soc_dts[i], 0, 0, in intel_soc_dts_iosf_init() 447 ret = update_trip_temp(&sensors->soc_dts[i], 1, 0, in intel_soc_dts_iosf_init() 469 update_trip_temp(&sensors->soc_dts[i], 0, 0, 0); in intel_soc_dts_iosf_exit() 470 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()
|