Searched refs:trec (Results 1 – 4 of 4) sorted by relevance
54 struct thermal_data_record trec[NR_THERMAL_RECORDS]; variable494 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()
144 extern struct thermal_data_record trec[];
325 controller_handler(trec[0].temp[target_tz_index] / 1000, &yk); in main()326 trec[0].pid_out_pct = yk; in main()
583 int temp = trec[cur_thermal_record].temp[i] / 1000; in show_data_w()