Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/thermal/intel/
Dintel_soc_dts_iosf.c44 int thres_index, int temp) in update_trip_temp() argument
67 bitmap_set_value8(&update_ptps, temp_out & 0xFF, thres_index * 8); in update_trip_temp()
84 SOC_DTS_TE_AUX0 + thres_index, in update_trip_temp()
94 if (thres_index) in update_trip_temp()
100 if (thres_index) in update_trip_temp()
112 SOC_DTS_TE_AUX0 + thres_index, in update_trip_temp()
133 int thres_index, enum thermal_trip_type trip_type, in configure_trip() argument
138 ret = update_trip_temp(dts->sensors, thres_index, temp); in configure_trip()
142 dts->trips[thres_index].temperature = temp; in configure_trip()
143 dts->trips[thres_index].type = trip_type; in configure_trip()