Home
last modified time | relevance | path

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

/linux-6.15/sound/soc/
H A Dsoc-dapm.c1524 list_for_each_entry(w, list, power_list) in dapm_seq_insert()
1526 list_add_tail(&new_widget->power_list, &w->power_list); in dapm_seq_insert()
1530 list_add_tail(&new_widget->power_list, list); in dapm_seq_insert()
1597 w = list_first_entry(pending, struct snd_soc_dapm_widget, power_list); in dapm_seq_run_coalesced()
1601 list_for_each_entry(w, pending, power_list) { in dapm_seq_run_coalesced()
1632 list_for_each_entry(w, pending, power_list) { in dapm_seq_run_coalesced()
1664 list_for_each_entry_safe(w, n, list, power_list) { in dapm_seq_run()
1722 list_move(&w->power_list, &pending); in dapm_seq_run()
2051 list_for_each_entry(w, &down_list, power_list) { in dapm_power_widgets()
2055 list_for_each_entry(w, &up_list, power_list) { in dapm_power_widgets()
/linux-6.15/include/sound/
H A Dsoc-dapm.h661 struct list_head power_list; member