Searched refs:power_list (Results 1 – 2 of 2) sorted by relevance
| /Linux-v6.1/sound/soc/ |
| D | soc-dapm.c | 1525 list_for_each_entry(w, list, power_list) in dapm_seq_insert() 1527 list_add_tail(&new_widget->power_list, &w->power_list); in dapm_seq_insert() 1531 list_add_tail(&new_widget->power_list, list); in dapm_seq_insert() 1598 w = list_first_entry(pending, struct snd_soc_dapm_widget, power_list); in dapm_seq_run_coalesced() 1602 list_for_each_entry(w, pending, power_list) { in dapm_seq_run_coalesced() 1633 list_for_each_entry(w, pending, power_list) { in dapm_seq_run_coalesced() 1665 list_for_each_entry_safe(w, n, list, power_list) { in dapm_seq_run() 1723 list_move(&w->power_list, &pending); in dapm_seq_run() 2058 list_for_each_entry(w, &down_list, power_list) { in dapm_power_widgets() 2062 list_for_each_entry(w, &up_list, power_list) { in dapm_power_widgets()
|
| /Linux-v6.1/include/sound/ |
| D | soc-dapm.h | 663 struct list_head power_list; member
|