Home
last modified time | relevance | path

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

/linux-6.15/include/trace/events/
H A Dasoc.h149 __field( int, path_checks )
156 __entry->path_checks = card->dapm_stats.path_checks;
162 (int)__entry->path_checks, (int)__entry->neighbour_checks)
/linux-6.15/include/sound/
H A Dsoc-dapm.h718 int path_checks; member
/linux-6.15/sound/soc/
H A Dsoc-dapm.c1209 DAPM_UPDATE_STAT(widget, path_checks); in is_connected_ep()