Home
last modified time | relevance | path

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

/linux-5.15/include/trace/events/ !
H A Dasoc.h141 __field( int, path_checks )
148 __entry->path_checks = card->dapm_stats.path_checks;
154 (int)__entry->path_checks, (int)__entry->neighbour_checks)
/linux-5.15/include/sound/ !
H A Dsoc-dapm.h722 int path_checks; member
/linux-5.15/sound/soc/ !
H A Dsoc-dapm.c1203 DAPM_UPDATE_STAT(widget, path_checks); in is_connected_ep()