Home
last modified time | relevance | path

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

/tools/thermal/tmon/
Dsysfs.c54 struct thermal_data_record trec[NR_THERMAL_RECORDS]; variable
494 gettimeofday(&trec[next_thermal_record].tv, NULL); in update_thermal_data()
504 &trec[next_thermal_record].temp[i]); in update_thermal_data()
507 trec[next_thermal_record].temp[i] / 1000); in update_thermal_data()
Dtmon.h144 extern struct thermal_data_record trec[];
Dtmon.c325 controller_handler(trec[0].temp[target_tz_index] / 1000, &yk); in main()
326 trec[0].pid_out_pct = yk; in main()
Dtui.c583 int temp = trec[cur_thermal_record].temp[i] / 1000; in show_data_w()