Searched refs:total_trans (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/cpufreq/
H A Dcpufreq_stats.c16 unsigned int total_trans; member in struct:cpufreq_stats
46 stats->total_trans = 0;
65 return sprintf(buf, "%u\n", stats->total_trans);
67 cpufreq_freq_attr_ro(total_trans); variable
174 &total_trans.attr,
288 stats->total_trans++;
/linux-master/tools/power/cpupower/utils/
H A Dcpufreq-info.c400 unsigned long total_trans = cpufreq_get_transitions(cpu); local
416 if (total_trans)
417 printf(" (%lu)\n", total_trans);
/linux-master/drivers/thermal/
H A Dthermal_sysfs.c627 unsigned int total_trans; member in struct:cooling_dev_stats
662 stats->total_trans++;
682 ret = sprintf(buf, "%u\n", stats->total_trans);
740 stats->total_trans = 0;
814 static DEVICE_ATTR_RO(total_trans);
/linux-master/include/linux/
H A Ddevfreq.h126 * @total_trans: Number of devfreq transitions.
132 unsigned int total_trans; member in struct:devfreq_stats
/linux-master/drivers/devfreq/
H A Ddevfreq.c246 devfreq->stats.total_trans++;
916 devfreq->stats.total_trans = 0;
1767 df->stats.total_trans);
1799 df->stats.total_trans = 0;

Completed in 463 milliseconds