Home
last modified time | relevance | path

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

/openbmc/linux/include/trace/events/
H A Dasoc.h149 __entry->power_checks = card->dapm_stats.power_checks;
150 __entry->path_checks = card->dapm_stats.path_checks;
151 __entry->neighbour_checks = card->dapm_stats.neighbour_checks;
/openbmc/linux/sound/soc/
H A Dsoc-dapm.c42 #define DAPM_UPDATE_STAT(widget, val) widget->dapm->card->dapm_stats.val++;
609 memset(&card->dapm_stats, 0, sizeof(card->dapm_stats)); in dapm_reset()
/openbmc/linux/include/sound/
H A Dsoc.h1043 struct snd_soc_dapm_stats dapm_stats; member