Home
last modified time | relevance | path

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

/aosp12/hardware/qcom/sm8150/thermal/
H A 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()
/aosp12/hardware/qcom/sdm845/thermal/
H A 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()