Lines Matching refs:prefix
882 const char *prefix; in dapm_create_or_share_kcontrol() local
891 prefix = soc_dapm_prefix(dapm); in dapm_create_or_share_kcontrol()
892 if (prefix) in dapm_create_or_share_kcontrol()
893 prefix_len = strlen(prefix) + 1; in dapm_create_or_share_kcontrol()
951 prefix); in dapm_create_or_share_kcontrol()
2538 const char *prefix = soc_dapm_prefix(dapm); in dapm_find_widget() local
2540 if (prefix) { in dapm_find_widget()
2542 prefix, pin); in dapm_find_widget()
2938 const char *prefix; in snd_soc_dapm_add_route() local
2943 prefix = soc_dapm_prefix(dapm); in snd_soc_dapm_add_route()
2944 if (prefix) { in snd_soc_dapm_add_route()
2946 prefix, route->sink); in snd_soc_dapm_add_route()
2949 prefix, route->source); in snd_soc_dapm_add_route()
3036 const char *prefix; in snd_soc_dapm_del_route() local
3044 prefix = soc_dapm_prefix(dapm); in snd_soc_dapm_del_route()
3045 if (prefix) { in snd_soc_dapm_del_route()
3047 prefix, route->sink); in snd_soc_dapm_del_route()
3050 prefix, route->source); in snd_soc_dapm_del_route()
3624 const char *prefix; in snd_soc_dapm_new_control_unlocked() local
3667 prefix = soc_dapm_prefix(dapm); in snd_soc_dapm_new_control_unlocked()
3668 if (prefix) in snd_soc_dapm_new_control_unlocked()
3669 w->name = kasprintf(GFP_KERNEL, "%s %s", prefix, widget->name); in snd_soc_dapm_new_control_unlocked()