Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/thermal/intel/
H A Dintel_powerclamp.c52 #define CONFIDENCE_OK (3) macro
267 cal_data[ratio].confidence >= CONFIDENCE_OK && in get_compensation()
268 cal_data[ratio + 1].confidence >= CONFIDENCE_OK && in get_compensation()
269 cal_data[ratio + 2].confidence >= CONFIDENCE_OK) { in get_compensation()
274 cal_data[ratio].confidence >= CONFIDENCE_OK && in get_compensation()
275 cal_data[ratio - 1].confidence >= CONFIDENCE_OK && in get_compensation()
276 cal_data[ratio - 2].confidence >= CONFIDENCE_OK) { in get_compensation()
280 } else if (cal_data[ratio].confidence >= CONFIDENCE_OK && in get_compensation()
281 cal_data[ratio - 1].confidence >= CONFIDENCE_OK && in get_compensation()
282 cal_data[ratio + 1].confidence >= CONFIDENCE_OK) { in get_compensation()
[all …]