Searched refs:dapm_list (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/sound/soc/ |
D | soc-dapm.c | 1643 list_for_each_entry(d, &card->dapm_list, list) { in dapm_seq_run() 1879 list_for_each_entry(d, &card->dapm_list, list) { in dapm_power_widgets() 1943 list_for_each_entry(d, &card->dapm_list, list) in dapm_power_widgets() 1946 list_for_each_entry(d, &card->dapm_list, list) in dapm_power_widgets() 1955 list_for_each_entry(d, &card->dapm_list, list) { in dapm_power_widgets() 1979 list_for_each_entry(d, &card->dapm_list, list) { in dapm_power_widgets() 1989 list_for_each_entry(d, &card->dapm_list, list) { in dapm_power_widgets() 4552 list_for_each_entry(dapm, &card->dapm_list, list) { in snd_soc_dapm_shutdown()
|
D | soc-core.c | 1322 list_add(&dapm->list, &card->dapm_list); in soc_probe_component() 2000 list_add(&card->dapm.list, &card->dapm_list); in snd_soc_instantiate_card()
|
/Linux-v4.19/include/sound/ |
D | soc.h | 1098 struct list_head dapm_list; member 1359 INIT_LIST_HEAD(&card->dapm_list); in snd_soc_initialize_card_lists()
|