Home
last modified time | relevance | path

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

/linux-6.6.21/include/trace/events/
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-6.6.21/include/sound/
Dsoc-dapm.h731 int path_checks; member
/linux-6.6.21/sound/soc/
Dsoc-dapm.c1202 DAPM_UPDATE_STAT(widget, path_checks); in is_connected_ep()