Home
last modified time | relevance | path

Searched refs:power_list (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/sound/soc/
Dsoc-dapm.c1010 list_for_each_entry(w, list, power_list) in dapm_seq_insert()
1012 list_add_tail(&new_widget->power_list, &w->power_list); in dapm_seq_insert()
1016 list_add_tail(&new_widget->power_list, list); in dapm_seq_insert()
1075 power_list)->reg; in dapm_seq_run_coalesced()
1077 list_for_each_entry(w, pending, power_list) { in dapm_seq_run_coalesced()
1104 power_list); in dapm_seq_run_coalesced()
1113 list_for_each_entry(w, pending, power_list) { in dapm_seq_run_coalesced()
1144 list_for_each_entry_safe(w, n, list, power_list) { in dapm_seq_run()
1172 power_list); in dapm_seq_run()
1185 power_list); in dapm_seq_run()
[all …]
/linux-3.4.99/include/sound/
Dsoc-dapm.h522 struct list_head power_list; member