tmon_log          493 tools/thermal/tmon/sysfs.c 	if (tmon_log) {
tmon_log          494 tools/thermal/tmon/sysfs.c 		fprintf(tmon_log, "%lu ", ++samples);
tmon_log          495 tools/thermal/tmon/sysfs.c 		fprintf(tmon_log, "%3.1f ", p_param.t_target);
tmon_log          503 tools/thermal/tmon/sysfs.c 		if (tmon_log)
tmon_log          504 tools/thermal/tmon/sysfs.c 			fprintf(tmon_log, "%lu ",
tmon_log          518 tools/thermal/tmon/sysfs.c 		if (tmon_log)
tmon_log          519 tools/thermal/tmon/sysfs.c 			fprintf(tmon_log, "%lu ", val);
tmon_log          522 tools/thermal/tmon/sysfs.c 	if (tmon_log) {
tmon_log          523 tools/thermal/tmon/sysfs.c 		fprintf(tmon_log, "\n");
tmon_log          524 tools/thermal/tmon/sysfs.c 		fflush(tmon_log);
tmon_log           41 tools/thermal/tmon/tmon.c FILE *tmon_log;
tmon_log           77 tools/thermal/tmon/tmon.c 	if (tmon_log)
tmon_log           78 tools/thermal/tmon/tmon.c 		fclose(tmon_log);
tmon_log          142 tools/thermal/tmon/tmon.c 	tmon_log = fopen(TMON_LOG_FILE, "w+");
tmon_log          143 tools/thermal/tmon/tmon.c 	if (!tmon_log) {
tmon_log          150 tools/thermal/tmon/tmon.c 		fclose(tmon_log);
tmon_log          151 tools/thermal/tmon/tmon.c 		tmon_log = NULL;
tmon_log          158 tools/thermal/tmon/tmon.c 		fclose(tmon_log);
tmon_log          159 tools/thermal/tmon/tmon.c 		tmon_log = NULL;
tmon_log          165 tools/thermal/tmon/tmon.c 		fclose(tmon_log);
tmon_log          166 tools/thermal/tmon/tmon.c 		tmon_log = NULL;
tmon_log          171 tools/thermal/tmon/tmon.c 	fprintf(tmon_log, "#----------- THERMAL SYSTEM CONFIG -------------\n");
tmon_log          181 tools/thermal/tmon/tmon.c 		fprintf(tmon_log, "#thermal zone %s%02d cdevs binding: %32s\n",
tmon_log          186 tools/thermal/tmon/tmon.c 			fprintf(tmon_log, "#\tTP%02d type:%s, temp:%lu\n", j,
tmon_log          194 tools/thermal/tmon/tmon.c 		fprintf(tmon_log, "#cooling devices%02d: %s\n",
tmon_log          197 tools/thermal/tmon/tmon.c 	fprintf(tmon_log, "#---------- THERMAL DATA LOG STARTED -----------\n");
tmon_log          198 tools/thermal/tmon/tmon.c 	fprintf(tmon_log, "Samples TargetTemp ");
tmon_log          200 tools/thermal/tmon/tmon.c 		fprintf(tmon_log, "%s%d    ", ptdata.tzi[i].type,
tmon_log          204 tools/thermal/tmon/tmon.c 		fprintf(tmon_log, "%s%d ", ptdata.cdi[i].type,
tmon_log          207 tools/thermal/tmon/tmon.c 	fprintf(tmon_log, "\n");
tmon_log          139 tools/thermal/tmon/tmon.h extern FILE *tmon_log;