Home
last modified time | relevance | path

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

/linux-4.1.27/sound/soc/
Dsoc-dapm.c1458 list_for_each_entry(d, &card->dapm_list, list) { in dapm_seq_run()
1685 list_for_each_entry(d, &card->dapm_list, list) { in dapm_power_widgets()
1748 list_for_each_entry(d, &card->dapm_list, list) in dapm_power_widgets()
1751 list_for_each_entry(d, &card->dapm_list, list) in dapm_power_widgets()
1760 list_for_each_entry(d, &card->dapm_list, list) { in dapm_power_widgets()
1784 list_for_each_entry(d, &card->dapm_list, list) { in dapm_power_widgets()
1794 list_for_each_entry(d, &card->dapm_list, list) { in dapm_power_widgets()
4024 list_for_each_entry(dapm, &card->dapm_list, list) { in snd_soc_dapm_shutdown()
Dsoc-core.c1175 list_add(&dapm->list, &card->dapm_list); in soc_probe_component()
1602 list_add(&card->dapm.list, &card->dapm_list); in snd_soc_instantiate_card()
/linux-4.1.27/include/sound/
Dsoc.h1113 struct list_head dapm_list; member
1429 INIT_LIST_HEAD(&card->dapm_list); in snd_soc_initialize_card_lists()