Searched refs:power_list (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.15/sound/soc/ |
| D | soc-dapm.c | 1518 list_for_each_entry(w, list, power_list) in dapm_seq_insert() 1520 list_add_tail(&new_widget->power_list, &w->power_list); in dapm_seq_insert() 1524 list_add_tail(&new_widget->power_list, list); in dapm_seq_insert() 1591 w = list_first_entry(pending, struct snd_soc_dapm_widget, power_list); in dapm_seq_run_coalesced() 1595 list_for_each_entry(w, pending, power_list) { in dapm_seq_run_coalesced() 1626 list_for_each_entry(w, pending, power_list) { in dapm_seq_run_coalesced() 1658 list_for_each_entry_safe(w, n, list, power_list) { in dapm_seq_run() 1689 power_list); in dapm_seq_run() 1702 power_list); in dapm_seq_run() 1718 list_move(&w->power_list, &pending); in dapm_seq_run() [all …]
|
| /Linux-v5.15/include/sound/ |
| D | soc-dapm.h | 662 struct list_head power_list; member
|