Searched refs:NAME_ALLCAPS (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/usb/usx2y/
H A Dus122l.h24 #define NAME_ALLCAPS "US-122L" macro
H A Dusbusx2y.c151 MODULE_DESCRIPTION("TASCAM "NAME_ALLCAPS" Version 0.8.7.2");
153 MODULE_SUPPORTED_DEVICE("{{TASCAM(0x1604), "NAME_ALLCAPS"(0x8001)(0x8005)(0x8007) }}");
160 MODULE_PARM_DESC(index, "Index value for "NAME_ALLCAPS".");
162 MODULE_PARM_DESC(id, "ID string for "NAME_ALLCAPS".");
164 MODULE_PARM_DESC(enable, "Enable "NAME_ALLCAPS".");
358 strcpy(card->driver, "USB "NAME_ALLCAPS"");
359 sprintf(card->shortname, "TASCAM "NAME_ALLCAPS"");
H A Dusbusx2y.h86 #define NAME_ALLCAPS "US-X2Y" macro
H A Dus122l.c33 MODULE_DESCRIPTION("TASCAM "NAME_ALLCAPS" Version 0.5");
42 MODULE_PARM_DESC(index, "Index value for "NAME_ALLCAPS".");
44 MODULE_PARM_DESC(id, "ID string for "NAME_ALLCAPS".");
46 MODULE_PARM_DESC(enable, "Enable "NAME_ALLCAPS".");
61 .product_name = NAME_ALLCAPS,
83 .product_name = NAME_ALLCAPS,
556 strcpy(card->driver, "USB "NAME_ALLCAPS"");
557 sprintf(card->shortname, "TASCAM "NAME_ALLCAPS"");
H A DusX2Yhwdep.c149 .product_name = NAME_ALLCAPS,
H A Dusbusx2yaudio.c975 err = snd_pcm_new(card, NAME_ALLCAPS" Audio", usX2Y(card)->pcm_devs,
991 sprintf(pcm->name, NAME_ALLCAPS" Audio #%d", usX2Y(card)->pcm_devs);
H A Dusx2yhwdeppcm.c762 err = snd_pcm_new(card, NAME_ALLCAPS" hwdep Audio", 2, 1, 1, &pcm);
772 sprintf(pcm->name, NAME_ALLCAPS" hwdep Audio");

Completed in 109 milliseconds