cpufreq_stats      27 drivers/cpufreq/cpufreq_stats.c static void cpufreq_stats_update(struct cpufreq_stats *stats)
cpufreq_stats      35 drivers/cpufreq/cpufreq_stats.c static void cpufreq_stats_clear_table(struct cpufreq_stats *stats)
cpufreq_stats      55 drivers/cpufreq/cpufreq_stats.c 	struct cpufreq_stats *stats = policy->stats;
cpufreq_stats      86 drivers/cpufreq/cpufreq_stats.c 	struct cpufreq_stats *stats = policy->stats;
cpufreq_stats     144 drivers/cpufreq/cpufreq_stats.c static int freq_table_get_index(struct cpufreq_stats *stats, unsigned int freq)
cpufreq_stats     155 drivers/cpufreq/cpufreq_stats.c 	struct cpufreq_stats *stats = policy->stats;
cpufreq_stats     172 drivers/cpufreq/cpufreq_stats.c 	struct cpufreq_stats *stats;
cpufreq_stats     228 drivers/cpufreq/cpufreq_stats.c 	struct cpufreq_stats *stats = policy->stats;
cpufreq_stats     139 include/linux/cpufreq.h 	struct cpufreq_stats	*stats;
cpufreq_stats     698 tools/power/cpupower/lib/cpufreq.c struct cpufreq_stats *cpufreq_get_stats(unsigned int cpu,
cpufreq_stats     701 tools/power/cpupower/lib/cpufreq.c 	struct cpufreq_stats *first = NULL;
cpufreq_stats     702 tools/power/cpupower/lib/cpufreq.c 	struct cpufreq_stats *current = NULL;
cpufreq_stats     758 tools/power/cpupower/lib/cpufreq.c void cpufreq_put_stats(struct cpufreq_stats *any)
cpufreq_stats     760 tools/power/cpupower/lib/cpufreq.c 	struct cpufreq_stats *tmp, *next;
cpufreq_stats      39 tools/power/cpupower/lib/cpufreq.h 	struct cpufreq_stats *next;
cpufreq_stats      40 tools/power/cpupower/lib/cpufreq.h 	struct cpufreq_stats *first;
cpufreq_stats     169 tools/power/cpupower/lib/cpufreq.h struct cpufreq_stats *cpufreq_get_stats(unsigned int cpu,
cpufreq_stats     172 tools/power/cpupower/lib/cpufreq.h void cpufreq_put_stats(struct cpufreq_stats *stats);
cpufreq_stats     437 tools/power/cpupower/utils/cpufreq-info.c 	struct cpufreq_stats *stats = cpufreq_get_stats(cpu, &total_time);