Home
last modified time | relevance | path

Searched refs:dapm_stats (Results 1 – 3 of 3) sorted by relevance

/linux/include/trace/events/
H A Dasoc.h154 __entry->power_checks = card->dapm_stats.power_checks;
155 __entry->path_checks = card->dapm_stats.path_checks;
156 __entry->neighbour_checks = card->dapm_stats.neighbour_checks;
/linux/sound/soc/
H A Dsoc-dapm.c42 #define DAPM_UPDATE_STAT(widget, val) widget->dapm->card->dapm_stats.val++;
616 memset(&card->dapm_stats, 0, sizeof(card->dapm_stats)); in dapm_reset()
/linux/include/sound/
H A Dsoc.h1104 struct snd_soc_dapm_stats dapm_stats; member