control_name      440 sound/soc/generic/simple-card-utils.c 	const char **strings, *control_name;
control_name      473 sound/soc/generic/simple-card-utils.c 		control_name = devm_kasprintf(dev, GFP_KERNEL,
control_name      475 sound/soc/generic/simple-card-utils.c 		if (!control_name)
control_name      479 sound/soc/generic/simple-card-utils.c 		controls[i].name = control_name;
control_name      749 sound/soc/soc-dapm.c 	struct snd_soc_dapm_path *path, const char *control_name,
control_name      771 sound/soc/soc-dapm.c 	i = match_string(e->texts, e->items, control_name);
control_name      831 sound/soc/soc-dapm.c 	struct snd_soc_dapm_path *path, const char *control_name)
control_name      837 sound/soc/soc-dapm.c 		if (!strcmp(control_name, path->sink->kcontrol_news[i].name)) {