Home
last modified time | relevance | path

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

/hardware/qcom/sdm845/thermal/
Dthermal_common.c43 static unsigned int sensor_cnt; variable
271 if (sensors != NULL && sensor_cnt != 0) in thermal_zone_init()
272 return sensor_cnt; in thermal_zone_init()
303 sensor_cnt = idx; in thermal_zone_init()
305 return sensor_cnt; in thermal_zone_init()
373 for (idx = 0; idx < sensor_cnt && idx < size; idx++) { in get_temperature_for_all()