Home
last modified time | relevance | path

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

/linux-3.4.99/include/trace/events/
Dasoc.h229 __field( int, neighbour_checks )
236 __entry->neighbour_checks = card->dapm_stats.neighbour_checks;
241 (int)__entry->path_checks, (int)__entry->neighbour_checks)
/linux-3.4.99/sound/soc/
Dsoc-dapm.c737 DAPM_UPDATE_STAT(widget, neighbour_checks); in is_connected_output_ep()
820 DAPM_UPDATE_STAT(widget, neighbour_checks); in is_connected_input_ep()
950 DAPM_UPDATE_STAT(w, neighbour_checks); in dapm_supply_check_power()
/linux-3.4.99/include/sound/
Dsoc-dapm.h574 int neighbour_checks; member