Home
last modified time | relevance | path

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

/openbmc/linux/include/trace/events/
H A Dasoc.h143 __field( int, path_checks )
150 __entry->path_checks = card->dapm_stats.path_checks;
156 (int)__entry->path_checks, (int)__entry->neighbour_checks)
/openbmc/linux/include/sound/
H A Dsoc-dapm.h731 int path_checks; member
/openbmc/linux/sound/soc/
H A Dsoc-dapm.c1202 DAPM_UPDATE_STAT(widget, path_checks); in is_connected_ep()