Home
last modified time | relevance | path

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

/linux-6.1.9/tools/thermal/tmon/
Dsysfs.c290 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()
Dtmon.h92 int max_tz_instance; member