• Home
  • Raw
  • Download

Lines Matching refs:list

153 	list_for_each_entry(w, &card->widgets, list) {  in dapm_mark_io_dirty()
211 list_for_each_entry(w, &card->widgets, list) { in dapm_reset()
452 list_add(&path->list, &dapm->card->paths); in dapm_connect_mux()
474 list_add(&path->list, &dapm->card->paths); in dapm_connect_mixer()
495 list_for_each_entry(w, &dapm->card->widgets, list) { in dapm_is_shared_kcontrol()
761 static int dapm_list_add_widget(struct snd_soc_dapm_widget_list **list, in dapm_list_add_widget() argument
767 if (*list == NULL) in dapm_list_add_widget()
770 wlist = *list; in dapm_list_add_widget()
782 *list = krealloc(wlist, wlistsize, GFP_KERNEL); in dapm_list_add_widget()
783 if (*list == NULL) { in dapm_list_add_widget()
788 wlist = *list; in dapm_list_add_widget()
804 struct snd_soc_dapm_widget_list **list) in is_connected_output_ep() argument
871 if (list) { in is_connected_output_ep()
873 err = dapm_list_add_widget(list, path->sink); in is_connected_output_ep()
883 con += is_connected_output_ep(path->sink, list); in is_connected_output_ep()
899 struct snd_soc_dapm_widget_list **list) in is_connected_input_ep() argument
978 if (list) { in is_connected_input_ep()
980 err = dapm_list_add_widget(list, path->source); in is_connected_input_ep()
990 con += is_connected_input_ep(path->source, list); in is_connected_input_ep()
1014 struct snd_soc_dapm_widget_list **list) in snd_soc_dapm_dai_get_connected_widgets() argument
1023 paths = is_connected_output_ep(dai->playback_widget, list); in snd_soc_dapm_dai_get_connected_widgets()
1027 paths = is_connected_input_ep(dai->capture_widget, list); in snd_soc_dapm_dai_get_connected_widgets()
1235 struct list_head *list, in dapm_seq_insert() argument
1240 list_for_each_entry(w, list, power_list) in dapm_seq_insert()
1246 list_add_tail(&new_widget->power_list, list); in dapm_seq_insert()
1358 struct list_head *list, int event, bool power_up) in dapm_seq_run() argument
1374 list_for_each_entry_safe(w, n, list, power_list) { in dapm_seq_run()
1401 list_for_each_entry_safe_continue(w, n, list, in dapm_seq_run()
1414 list_for_each_entry_safe_continue(w, n, list, in dapm_seq_run()
1656 list_for_each_entry(d, &card->dapm_list, list) { in dapm_power_widgets()
1675 list_for_each_entry(w, &card->widgets, list) { in dapm_power_widgets()
1718 list_for_each_entry(d, &card->dapm_list, list) in dapm_power_widgets()
1721 list_for_each_entry(d, &card->dapm_list, list) in dapm_power_widgets()
1728 list_for_each_entry(d, &dapm->card->dapm_list, list) in dapm_power_widgets()
1742 list_for_each_entry(d, &dapm->card->dapm_list, list) in dapm_power_widgets()
1748 list_for_each_entry(d, &card->dapm_list, list) { in dapm_power_widgets()
1938 list_for_each_entry(path, &widget->dapm->card->paths, list) { in soc_dapm_mux_update_power()
1994 list_for_each_entry(path, &widget->dapm->card->paths, list) { in soc_dapm_mixer_update_power()
2037 list_for_each_entry(w, &codec->card->widgets, list) { in dapm_widget_show()
2103 list_for_each_entry_safe(w, next_w, &dapm->card->widgets, list) { in dapm_free_widgets()
2106 list_del(&w->list); in dapm_free_widgets()
2115 list_del(&p->list); in dapm_free_widgets()
2122 list_del(&p->list); in dapm_free_widgets()
2139 list_for_each_entry(w, &dapm->card->widgets, list) { in dapm_find_widget()
2230 list_for_each_entry(w, &dapm->card->widgets, list) { in snd_soc_dapm_add_route()
2267 INIT_LIST_HEAD(&path->list); in snd_soc_dapm_add_route()
2289 list_add(&path->list, &dapm->card->paths); in snd_soc_dapm_add_route()
2317 list_add(&path->list, &dapm->card->paths); in snd_soc_dapm_add_route()
2341 list_add(&path->list, &dapm->card->paths); in snd_soc_dapm_add_route()
2388 list_for_each_entry(p, &dapm->card->paths, list) { in snd_soc_dapm_del_route()
2401 list_del(&path->list); in snd_soc_dapm_del_route()
2568 list_for_each_entry(w, &dapm->card->widgets, list) in snd_soc_dapm_new_widgets()
3161 INIT_LIST_HEAD(&w->list); in snd_soc_dapm_new_control()
3163 list_add(&w->list, &dapm->card->widgets); in snd_soc_dapm_new_control()
3418 list_for_each_entry(dai_w, &card->widgets, list) { in snd_soc_dapm_link_dai_widgets()
3430 list_for_each_entry(w, &card->widgets, list) { in snd_soc_dapm_link_dai_widgets()
3686 list_for_each_entry(p, &card->paths, list) { in snd_soc_dapm_widget_in_card_paths()
3733 list_for_each_entry(w, &card->widgets, list) { in snd_soc_dapm_auto_nc_codec_pins()
3765 list_del(&dapm->list); in snd_soc_dapm_free()
3778 list_for_each_entry(w, &dapm->card->widgets, list) { in soc_dapm_shutdown_codec()