Searched refs:max_tz_instance (Results 1 – 2 of 2) sorted by relevance
288 for (i = 0; i <= ptdata.max_tz_instance; i++) { in scan_tzones()417 if (inst > ptdata.max_tz_instance) in probe_thermal_sysfs()418 ptdata.max_tz_instance = inst; in probe_thermal_sysfs()423 ptdata.max_tz_instance); in probe_thermal_sysfs()440 ptdata.tzi = calloc(ptdata.max_tz_instance+1, sizeof(struct tz_info)); in probe_thermal_sysfs()
89 int max_tz_instance; member