Lines Matching refs:list
169 list_for_each_entry(w, &card->widgets, list) { in dapm_mark_io_dirty()
386 list_for_each_entry(w, &card->widgets, list) { in dapm_reset()
496 list_add(&path->list, &dapm->card->paths); in dapm_connect_mux()
545 list_add(&path->list, &dapm->card->paths); in dapm_connect_mixer()
566 list_for_each_entry(w, &dapm->card->widgets, list) { in dapm_is_shared_kcontrol()
806 static int dapm_list_add_widget(struct snd_soc_dapm_widget_list **list, in dapm_list_add_widget() argument
812 if (*list == NULL) in dapm_list_add_widget()
815 wlist = *list; in dapm_list_add_widget()
827 *list = krealloc(wlist, wlistsize, GFP_KERNEL); in dapm_list_add_widget()
828 if (*list == NULL) { in dapm_list_add_widget()
833 wlist = *list; in dapm_list_add_widget()
849 struct snd_soc_dapm_widget_list **list) in is_connected_output_ep() argument
917 if (list) { in is_connected_output_ep()
919 err = dapm_list_add_widget(list, path->sink); in is_connected_output_ep()
929 con += is_connected_output_ep(path->sink, list); in is_connected_output_ep()
945 struct snd_soc_dapm_widget_list **list) in is_connected_input_ep() argument
1025 if (list) { in is_connected_input_ep()
1027 err = dapm_list_add_widget(list, path->source); in is_connected_input_ep()
1037 con += is_connected_input_ep(path->source, list); in is_connected_input_ep()
1061 struct snd_soc_dapm_widget_list **list) in snd_soc_dapm_dai_get_connected_widgets() argument
1070 paths = is_connected_output_ep(dai->playback_widget, list); in snd_soc_dapm_dai_get_connected_widgets()
1074 paths = is_connected_input_ep(dai->capture_widget, list); in snd_soc_dapm_dai_get_connected_widgets()
1266 struct list_head *list, in dapm_seq_insert() argument
1271 list_for_each_entry(w, list, power_list) in dapm_seq_insert()
1277 list_add_tail(&new_widget->power_list, list); in dapm_seq_insert()
1392 struct list_head *list, int event, bool power_up) in dapm_seq_run() argument
1409 list_for_each_entry_safe(w, n, list, power_list) { in dapm_seq_run()
1439 list_for_each_entry_safe_continue(w, n, list, in dapm_seq_run()
1452 list_for_each_entry_safe_continue(w, n, list, in dapm_seq_run()
1488 list_for_each_entry(d, &card->dapm_list, list) { in dapm_seq_run()
1728 list_for_each_entry(d, &card->dapm_list, list) { in dapm_power_widgets()
1747 list_for_each_entry(w, &card->widgets, list) { in dapm_power_widgets()
1791 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()
1803 list_for_each_entry(d, &card->dapm_list, list) { in dapm_power_widgets()
1827 list_for_each_entry(d, &card->dapm_list, list) { in dapm_power_widgets()
1837 list_for_each_entry(d, &card->dapm_list, list) { in dapm_power_widgets()
2118 list_for_each_entry(w, &codec->component.card->widgets, list) { in dapm_widget_show_codec()
2202 list_del(&path->list); in dapm_free_path()
2212 list_for_each_entry_safe(w, next_w, &dapm->card->widgets, list) { in dapm_free_widgets()
2215 list_del(&w->list); in dapm_free_widgets()
2240 list_for_each_entry(w, &dapm->card->widgets, list) { in dapm_find_widget()
2337 INIT_LIST_HEAD(&path->list); in snd_soc_dapm_add_path()
2363 list_add(&path->list, &dapm->card->paths); in snd_soc_dapm_add_path()
2392 list_add(&path->list, &dapm->card->paths); in snd_soc_dapm_add_path()
2414 list_add(&path->list, &dapm->card->paths); in snd_soc_dapm_add_path()
2456 list_for_each_entry(w, &dapm->card->widgets, list) { in snd_soc_dapm_add_route()
2528 list_for_each_entry(p, &dapm->card->paths, list) { in snd_soc_dapm_del_route()
2705 list_for_each_entry(w, &card->widgets, list) in snd_soc_dapm_new_widgets()
3150 INIT_LIST_HEAD(&w->list); in snd_soc_dapm_new_control()
3152 list_add(&w->list, &dapm->card->widgets); in snd_soc_dapm_new_control()
3392 list_for_each_entry(dai_w, &card->widgets, list) { in snd_soc_dapm_link_dai_widgets()
3404 list_for_each_entry(w, &card->widgets, list) { in snd_soc_dapm_link_dai_widgets()
3810 list_for_each_entry(p, &card->paths, list) { in snd_soc_dapm_widget_in_card_paths()
3854 list_for_each_entry(w, &card->widgets, list) { in snd_soc_dapm_auto_nc_pins()
3884 list_del(&dapm->list); in snd_soc_dapm_free()
3897 list_for_each_entry(w, &dapm->card->widgets, list) { in soc_dapm_shutdown_dapm()
3930 list_for_each_entry(dapm, &card->dapm_list, list) { in snd_soc_dapm_shutdown()