Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/thermal/
Dintel_powerclamp.c68 #define CONFIDENCE_OK (3) macro
276 cal_data[ratio].confidence >= CONFIDENCE_OK && in get_compensation()
277 cal_data[ratio + 1].confidence >= CONFIDENCE_OK && in get_compensation()
278 cal_data[ratio + 2].confidence >= CONFIDENCE_OK) { in get_compensation()
283 cal_data[ratio].confidence >= CONFIDENCE_OK && in get_compensation()
284 cal_data[ratio - 1].confidence >= CONFIDENCE_OK && in get_compensation()
285 cal_data[ratio - 2].confidence >= CONFIDENCE_OK) { in get_compensation()
289 } else if (cal_data[ratio].confidence >= CONFIDENCE_OK && in get_compensation()
290 cal_data[ratio - 1].confidence >= CONFIDENCE_OK && in get_compensation()
291 cal_data[ratio + 1].confidence >= CONFIDENCE_OK) { in get_compensation()
[all …]