wsource            52 sound/soc/soc-dapm.c 	struct snd_soc_dapm_widget *wsource, struct snd_soc_dapm_widget *wsink,
wsource          2793 sound/soc/soc-dapm.c 	struct snd_soc_dapm_widget *wsource, struct snd_soc_dapm_widget *wsink,
wsource          2803 sound/soc/soc-dapm.c 	if (wsink->is_supply && !wsource->is_supply) {
wsource          2806 sound/soc/soc-dapm.c 			wsource->name, wsink->name);
wsource          2810 sound/soc/soc-dapm.c 	if (connected && !wsource->is_supply) {
wsource          2813 sound/soc/soc-dapm.c 			wsource->name, wsink->name);
wsource          2817 sound/soc/soc-dapm.c 	if (wsource->is_supply && control) {
wsource          2820 sound/soc/soc-dapm.c 			wsource->name, control, wsink->name);
wsource          2824 sound/soc/soc-dapm.c 	ret = snd_soc_dapm_check_dynamic_path(dapm, wsource, wsink, control);
wsource          2832 sound/soc/soc-dapm.c 	path->node[SND_SOC_DAPM_DIR_IN] = wsource;
wsource          2834 sound/soc/soc-dapm.c 	widgets[SND_SOC_DAPM_DIR_IN] = wsource;
wsource          2841 sound/soc/soc-dapm.c 	if (wsource->is_supply || wsink->is_supply)
wsource          2848 sound/soc/soc-dapm.c 		switch (wsource->id) {
wsource          2850 sound/soc/soc-dapm.c 			ret = dapm_connect_mux(dapm, path, control, wsource);
wsource          2897 sound/soc/soc-dapm.c 	struct snd_soc_dapm_widget *wsource = NULL, *wsink = NULL, *w;
wsource          2921 sound/soc/soc-dapm.c 	wsource = dapm_wcache_lookup(&dapm->path_source_cache, source);
wsource          2924 sound/soc/soc-dapm.c 	if (wsink && wsource)
wsource          2936 sound/soc/soc-dapm.c 				if (wsource)
wsource          2946 sound/soc/soc-dapm.c 		if (!wsource && !(strcmp(w->name, source))) {
wsource          2949 sound/soc/soc-dapm.c 				wsource = w;
wsource          2963 sound/soc/soc-dapm.c 	if (!wsource)
wsource          2964 sound/soc/soc-dapm.c 		wsource = wtsource;
wsource          2966 sound/soc/soc-dapm.c 	if (wsource == NULL) {
wsource          2979 sound/soc/soc-dapm.c 	dapm_wcache_update(&dapm->path_source_cache, wsource);
wsource          2981 sound/soc/soc-dapm.c 	ret = snd_soc_dapm_add_path(dapm, wsource, wsink, route->control,
wsource          2996 sound/soc/soc-dapm.c 	struct snd_soc_dapm_widget *wsource, *wsink;
wsource          3034 sound/soc/soc-dapm.c 		wsource = path->source;
wsource          3037 sound/soc/soc-dapm.c 		dapm_mark_dirty(wsource, "Route removed");
wsource          3045 sound/soc/soc-dapm.c 		dapm_update_widget_flags(wsource);