Searched refs:name_prefix (Results 1 – 7 of 7) sorted by relevance
/linux-2.6.39/sound/soc/ |
D | soc-dapm.c | 375 prefix = dapm->codec->name_prefix; in dapm_new_mixer() 462 prefix = dapm->codec->name_prefix; in dapm_new_mux() 1555 if (dapm->codec && dapm->codec->name_prefix) { in snd_soc_dapm_add_route() 1557 dapm->codec->name_prefix, route->sink); in snd_soc_dapm_add_route() 1560 dapm->codec->name_prefix, route->source); in snd_soc_dapm_add_route() 2205 if (dapm->codec && dapm->codec->name_prefix) in snd_soc_dapm_new_control() 2206 name_len += 1 + strlen(dapm->codec->name_prefix); in snd_soc_dapm_new_control() 2212 if (dapm->codec && dapm->codec->name_prefix) in snd_soc_dapm_new_control() 2214 dapm->codec->name_prefix, widget->name); in snd_soc_dapm_new_control()
|
D | soc-core.c | 1467 codec->name_prefix = map->name_prefix; in soc_set_name_prefix() 1542 temp = codec->name_prefix; in soc_post_component_init() 1543 codec->name_prefix = NULL; in soc_post_component_init() 1554 codec->name_prefix = temp; in soc_post_component_init() 2411 codec->name_prefix)); in snd_soc_add_controls()
|
/linux-2.6.39/fs/dlm/ |
D | user.c | 29 static const char name_prefix[] = "dlm"; variable 336 len = strlen(name) + strlen(name_prefix) + 2; in dlm_device_register() 341 snprintf((char *)ls->ls_device.name, len, "%s_%s", name_prefix, in dlm_device_register()
|
/linux-2.6.39/sound/soc/omap/ |
D | rx51.c | 396 .name_prefix = "b",
|
/linux-2.6.39/sound/soc/samsung/ |
D | neo1973_wm8753.c | 458 .name_prefix = "Amp",
|
/linux-2.6.39/include/sound/ |
D | soc.h | 512 const char *name_prefix; member 673 const char *name_prefix; member
|
/linux-2.6.39/drivers/staging/westbridge/astoria/arch/arm/mach-omap2/ |
D | cyashalomap_kernel.c | 227 static void cy_as_hal_print_omap_regs(char *name_prefix, in cy_as_hal_print_omap_regs() argument 239 name_prefix, name_base+i, in cy_as_hal_print_omap_regs()
|