wsink              52 sound/soc/soc-dapm.c 	struct snd_soc_dapm_widget *wsource, struct snd_soc_dapm_widget *wsink,
wsink            2793 sound/soc/soc-dapm.c 	struct snd_soc_dapm_widget *wsource, struct snd_soc_dapm_widget *wsink,
wsink            2803 sound/soc/soc-dapm.c 	if (wsink->is_supply && !wsource->is_supply) {
wsink            2806 sound/soc/soc-dapm.c 			wsource->name, wsink->name);
wsink            2813 sound/soc/soc-dapm.c 			wsource->name, wsink->name);
wsink            2820 sound/soc/soc-dapm.c 			wsource->name, control, wsink->name);
wsink            2824 sound/soc/soc-dapm.c 	ret = snd_soc_dapm_check_dynamic_path(dapm, wsource, wsink, control);
wsink            2833 sound/soc/soc-dapm.c 	path->node[SND_SOC_DAPM_DIR_OUT] = wsink;
wsink            2835 sound/soc/soc-dapm.c 	widgets[SND_SOC_DAPM_DIR_OUT] = wsink;
wsink            2841 sound/soc/soc-dapm.c 	if (wsource->is_supply || wsink->is_supply)
wsink            2858 sound/soc/soc-dapm.c 		switch (wsink->id) {
wsink            2860 sound/soc/soc-dapm.c 			ret = dapm_connect_mux(dapm, path, control, wsink);
wsink            2897 sound/soc/soc-dapm.c 	struct snd_soc_dapm_widget *wsource = NULL, *wsink = NULL, *w;
wsink            2922 sound/soc/soc-dapm.c 	wsink = dapm_wcache_lookup(&dapm->path_sink_cache, sink);
wsink            2924 sound/soc/soc-dapm.c 	if (wsink && wsource)
wsink            2932 sound/soc/soc-dapm.c 		if (!wsink && !(strcmp(w->name, sink))) {
wsink            2935 sound/soc/soc-dapm.c 				wsink = w;
wsink            2950 sound/soc/soc-dapm.c 				if (wsink)
wsink            2961 sound/soc/soc-dapm.c 	if (!wsink)
wsink            2962 sound/soc/soc-dapm.c 		wsink = wtsink;
wsink            2971 sound/soc/soc-dapm.c 	if (wsink == NULL) {
wsink            2978 sound/soc/soc-dapm.c 	dapm_wcache_update(&dapm->path_sink_cache, wsink);
wsink            2981 sound/soc/soc-dapm.c 	ret = snd_soc_dapm_add_path(dapm, wsource, wsink, route->control,
wsink            2996 sound/soc/soc-dapm.c 	struct snd_soc_dapm_widget *wsource, *wsink;
wsink            3035 sound/soc/soc-dapm.c 		wsink = path->sink;
wsink            3038 sound/soc/soc-dapm.c 		dapm_mark_dirty(wsink, "Route removed");
wsink            3046 sound/soc/soc-dapm.c 		dapm_update_widget_flags(wsink);