Lines Matching defs:prefix
874 const char *prefix;
883 prefix = soc_dapm_prefix(dapm);
884 if (prefix)
885 prefix_len = strlen(prefix) + 1;
924 * The control will get a prefix from the control
926 * prefix for widgets so cut the prefix off the
945 prefix);
2546 const char *prefix = soc_dapm_prefix(dapm);
2548 if (prefix) {
2550 prefix, pin);
2956 const char *prefix;
2961 prefix = soc_dapm_prefix(dapm);
2962 if (prefix) {
2964 prefix, route->sink);
2967 prefix, route->source);
3051 const char *prefix;
3059 prefix = soc_dapm_prefix(dapm);
3060 if (prefix) {
3062 prefix, route->sink);
3065 prefix, route->source);
3632 const char *prefix;
3638 prefix = soc_dapm_prefix(dapm);
3639 if (prefix)
3640 w->name = kasprintf(GFP_KERNEL, "%s %s", prefix, widget->name);