Home
last modified time | relevance | path

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

/linux-4.4.14/sound/soc/
Dsoc-dapm.c1557 list_for_each_entry(d, &card->dapm_list, list) { in dapm_seq_run()
1784 list_for_each_entry(d, &card->dapm_list, list) { in dapm_power_widgets()
1847 list_for_each_entry(d, &card->dapm_list, list) in dapm_power_widgets()
1850 list_for_each_entry(d, &card->dapm_list, list) in dapm_power_widgets()
1859 list_for_each_entry(d, &card->dapm_list, list) { in dapm_power_widgets()
1883 list_for_each_entry(d, &card->dapm_list, list) { in dapm_power_widgets()
1893 list_for_each_entry(d, &card->dapm_list, list) { in dapm_power_widgets()
4273 list_for_each_entry(dapm, &card->dapm_list, list) { in snd_soc_dapm_shutdown()
Dsoc-core.c1170 list_add(&dapm->list, &card->dapm_list); in soc_probe_component()
1598 list_add(&card->dapm.list, &card->dapm_list); in snd_soc_instantiate_card()
/linux-4.4.14/include/sound/
Dsoc.h1149 struct list_head dapm_list; member
1525 INIT_LIST_HEAD(&card->dapm_list); in snd_soc_initialize_card_lists()