Searched refs:max_tz_instance (Results 1 – 2 of 2) sorted by relevance
290 for (i = 0; i <= ptdata.max_tz_instance; i++) { in scan_tzones()419 if (inst > ptdata.max_tz_instance) in probe_thermal_sysfs()420 ptdata.max_tz_instance = inst; in probe_thermal_sysfs()425 ptdata.max_tz_instance); in probe_thermal_sysfs()442 ptdata.tzi = calloc(ptdata.max_tz_instance+1, sizeof(struct tz_info)); in probe_thermal_sysfs()
92 int max_tz_instance; member