total_trans        16 drivers/cpufreq/cpufreq_stats.c 	unsigned int total_trans;
total_trans        43 drivers/cpufreq/cpufreq_stats.c 	stats->total_trans = 0;
total_trans        49 drivers/cpufreq/cpufreq_stats.c 	return sprintf(buf, "%d\n", policy->stats->total_trans);
total_trans        51 drivers/cpufreq/cpufreq_stats.c cpufreq_freq_attr_ro(total_trans);
total_trans       133 drivers/cpufreq/cpufreq_stats.c 	&total_trans.attr,
total_trans       248 drivers/cpufreq/cpufreq_stats.c 	stats->total_trans++;
total_trans       188 drivers/devfreq/devfreq.c 		devfreq->total_trans++;
total_trans      1447 drivers/devfreq/devfreq.c 					devfreq->total_trans);
total_trans       750 drivers/thermal/thermal_sysfs.c 	unsigned int total_trans;
total_trans       781 drivers/thermal/thermal_sysfs.c 	stats->total_trans++;
total_trans       795 drivers/thermal/thermal_sysfs.c 	ret = sprintf(buf, "%u\n", stats->total_trans);
total_trans       832 drivers/thermal/thermal_sysfs.c 	stats->total_trans = 0;
total_trans       889 drivers/thermal/thermal_sysfs.c static DEVICE_ATTR_RO(total_trans);
total_trans       175 include/linux/devfreq.h 	unsigned int total_trans;
total_trans       435 tools/power/cpupower/utils/cpufreq-info.c 	unsigned long total_trans = cpufreq_get_transitions(cpu);
total_trans       451 tools/power/cpupower/utils/cpufreq-info.c 	if (total_trans)
total_trans       452 tools/power/cpupower/utils/cpufreq-info.c 		printf("  (%lu)\n", total_trans);