Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/thermal/
Dintel_powerclamp.c67 #define CONFIDENCE_OK (3) macro
285 cal_data[ratio].confidence >= CONFIDENCE_OK && in get_compensation()
286 cal_data[ratio + 1].confidence >= CONFIDENCE_OK && in get_compensation()
287 cal_data[ratio + 2].confidence >= CONFIDENCE_OK) { in get_compensation()
292 cal_data[ratio].confidence >= CONFIDENCE_OK && in get_compensation()
293 cal_data[ratio - 1].confidence >= CONFIDENCE_OK && in get_compensation()
294 cal_data[ratio - 2].confidence >= CONFIDENCE_OK) { in get_compensation()
298 } else if (cal_data[ratio].confidence >= CONFIDENCE_OK && in get_compensation()
299 cal_data[ratio - 1].confidence >= CONFIDENCE_OK && in get_compensation()
300 cal_data[ratio + 1].confidence >= CONFIDENCE_OK) { in get_compensation()
[all …]