Home
last modified time | relevance | path

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

/Linux-v5.4/sound/soc/
Dsoc-dapm.c1709 list_for_each_entry(d, &card->dapm_list, list) { in dapm_seq_run()
1946 list_for_each_entry(d, &card->dapm_list, list) { in dapm_power_widgets()
2010 list_for_each_entry(d, &card->dapm_list, list) in dapm_power_widgets()
2013 list_for_each_entry(d, &card->dapm_list, list) in dapm_power_widgets()
2022 list_for_each_entry(d, &card->dapm_list, list) { in dapm_power_widgets()
2046 list_for_each_entry(d, &card->dapm_list, list) { in dapm_power_widgets()
2056 list_for_each_entry(d, &card->dapm_list, list) { in dapm_power_widgets()
4737 list_add(&dapm->list, &card->dapm_list); in snd_soc_dapm_init()
4783 list_for_each_entry(dapm, &card->dapm_list, list) { in snd_soc_dapm_shutdown()
Dsoc-core.c2394 INIT_LIST_HEAD(&card->dapm_list); in snd_soc_register_card()
/Linux-v5.4/include/sound/
Dsoc.h1069 struct list_head dapm_list; member