dapm_stats       1078 include/sound/soc.h 	struct snd_soc_dapm_stats dapm_stats;
dapm_stats        146 include/trace/events/asoc.h 		__entry->power_checks = card->dapm_stats.power_checks;
dapm_stats        147 include/trace/events/asoc.h 		__entry->path_checks = card->dapm_stats.path_checks;
dapm_stats        148 include/trace/events/asoc.h 		__entry->neighbour_checks = card->dapm_stats.neighbour_checks;
dapm_stats         42 sound/soc/soc-dapm.c #define DAPM_UPDATE_STAT(widget, val) widget->dapm->card->dapm_stats.val++;
dapm_stats        604 sound/soc/soc-dapm.c 	memset(&card->dapm_stats, 0, sizeof(card->dapm_stats));