| /linux/sound/ppc/ |
| H A D | powermac.c | 59 strscpy(card->shortname, "PowerMac Burgundy"); in snd_pmac_probe() 61 card->shortname, chip->device_id, chip->subframe); in snd_pmac_probe() 68 strscpy(card->shortname, "PowerMac DACA"); in snd_pmac_probe() 70 card->shortname, chip->device_id, chip->subframe); in snd_pmac_probe() 79 sprintf(card->shortname, "PowerMac %s", name_ext); in snd_pmac_probe() 81 card->shortname, chip->device_id, chip->subframe); in snd_pmac_probe() 93 sprintf(card->shortname, "PowerMac %s", name_ext); in snd_pmac_probe() 101 card->shortname, name_ext, chip->revision); in snd_pmac_probe()
|
| /linux/sound/firewire/dice/ |
| H A D | dice.c | 108 strscpy(card->shortname, "DICE"); in dice_card_strings() 109 BUILD_BUG_ON(NICK_NAME_SIZE < sizeof(card->shortname)); in dice_card_strings() 111 card->shortname, in dice_card_strings() 112 sizeof(card->shortname)); in dice_card_strings() 115 BUILD_BUG_ON(sizeof(card->shortname) % 4 != 0); in dice_card_strings() 116 for (i = 0; i < sizeof(card->shortname); i += 4) in dice_card_strings() 117 swab32s((u32 *)&card->shortname[i]); in dice_card_strings() 118 card->shortname[sizeof(card->shortname) - 1] = '\0'; in dice_card_strings()
|
| /linux/drivers/staging/vc04_services/bcm2835-audio/ |
| H A D | bcm2835.c | 54 const char *shortname; member 96 .shortname = "bcm2835 HDMI", 109 .shortname = "bcm2835 Headphones", 165 strscpy(card->shortname, audio_driver->shortname, sizeof(card->shortname)); in snd_add_child_device() 168 err = audio_driver->newpcm(chip, audio_driver->shortname, in snd_add_child_device()
|
| /linux/drivers/media/usb/pvrusb2/ |
| H A D | pvrusb2-devattr.c | 53 .shortname = "29xxx", 87 .shortname = "24xxx", 117 .shortname = "gv2", 138 .shortname = "gv2d", 160 .shortname = "av400", 216 .shortname = "oac", 276 .shortname = "oa2", 370 .shortname = "73xxx", 477 .shortname = "750xx", 500 .shortname = "751xx", [all …]
|
| /linux/sound/pci/trident/ |
| H A D | trident.c | 93 strscpy(card->shortname, "SiS "); in snd_trident_probe() 95 strscpy(card->shortname, "Trident "); in snd_trident_probe() 97 strcat(card->shortname, str); in snd_trident_probe() 99 card->shortname, trident->port, trident->irq); in snd_trident_probe()
|
| /linux/sound/pci/ymfpci/ |
| H A D | ymfpci.c | 104 chip->card->shortname, (unsigned int)io_port); in snd_ymfpci_create_gameport() 192 sprintf(card->shortname, "Yamaha %s (%s)", model, str); in __snd_card_ymfpci_probe() 194 card->shortname, in __snd_card_ymfpci_probe() 234 card->shortname, (unsigned int)fm_port[dev]); in __snd_card_ymfpci_probe() 256 card->shortname, (unsigned int)mpu_port[dev]); in __snd_card_ymfpci_probe()
|
| /linux/drivers/media/pci/solo6x10/ |
| H A D | solo6x10-g723.c | 308 strscpy(pcm->name, card->shortname, sizeof(pcm->name)); in solo_snd_pcm_init() 347 strscpy(card->shortname, "SOLO-6x10 Audio", sizeof(card->shortname)); in solo_g723_init() 348 sprintf(card->longname, "%s on %s IRQ %d", card->shortname, in solo_g723_init()
|
| /linux/drivers/hid/ |
| H A D | hid-prodikeys.c | 74 static const char shortname[] = "PC-MIDI"; variable 636 strscpy(card->driver, shortname, sizeof(card->driver)); in pcmidi_snd_initialise() 637 strscpy(card->shortname, shortname, sizeof(card->shortname)); in pcmidi_snd_initialise() 641 err = snd_rawmidi_new(card, card->shortname, 0, in pcmidi_snd_initialise() 649 strscpy(rwmidi->name, card->shortname, sizeof(rwmidi->name)); in pcmidi_snd_initialise()
|
| /linux/sound/pci/emu10k1/ |
| H A D | emu10k1.c | 168 strscpy(card->shortname, emu->card_capabilities->name, in snd_card_emu10k1_probe() 169 sizeof(card->shortname)); in snd_card_emu10k1_probe() 172 card->shortname, emu->revision, emu->serial, emu->port, emu->irq); in snd_card_emu10k1_probe()
|
| /linux/drivers/media/pci/cobalt/ |
| H A D | cobalt-alsa-main.c | 71 snprintf(sc->shortname, sizeof(sc->shortname), "cobalt-%d-%d", in snd_cobalt_card_set_names()
|
| /linux/sound/pci/cs46xx/ |
| H A D | cs46xx.c | 111 strscpy(card->shortname, "Sound Fusion CS46xx"); in snd_card_cs46xx_probe() 113 card->shortname, in snd_card_cs46xx_probe()
|
| /linux/sound/hda/controllers/ |
| H A D | cix-ipbloq.c | 166 if (strlen(sname) > sizeof(card->shortname)) in cix_ipbloq_hda_init() 168 strscpy(card->shortname, sname, sizeof(card->shortname)); in cix_ipbloq_hda_init() 173 card->shortname, bus->addr, bus->irq); in cix_ipbloq_hda_init()
|
| /linux/drivers/media/usb/go7007/ |
| H A D | snd-go7007.c | 231 strscpy(gosnd->card->shortname, go->name, sizeof(gosnd->card->shortname)); in go7007_snd_init() 232 strscpy(gosnd->card->longname, gosnd->card->shortname, in go7007_snd_init()
|
| /linux/sound/pci/ctxfi/ |
| H A D | xfi.c | 102 strscpy(card->shortname, "Creative X-Fi"); in ct_card_probe() 104 card->shortname, atc->chip_name, atc->model_name); in ct_card_probe()
|
| /linux/sound/usb/ |
| H A D | card.c | 629 strscpy(card->shortname, s, sizeof(card->shortname)); in usb_audio_make_shortname() 636 card->shortname, sizeof(card->shortname)) <= 0) { in usb_audio_make_shortname() 638 scnprintf(card->shortname, sizeof(card->shortname), in usb_audio_make_shortname() 644 strim(card->shortname); in usb_audio_make_shortname() 686 strlcat(card->longname, card->shortname, sizeof(card->longname)); in usb_audio_make_longname()
|
| /linux/drivers/usb/gadget/legacy/ |
| H A D | printer.c | 23 static const char shortname [] = "printer"; variable 214 .name = shortname,
|
| /linux/sound/isa/ad1848/ |
| H A D | ad1848.c | 96 strscpy(card->shortname, chip->pcm->name, sizeof(card->shortname)); in snd_ad1848_probe()
|
| /linux/sound/pci/ |
| H A D | cs5530.c | 211 strscpy(card->shortname, "CS5530 Audio"); in snd_cs5530_probe() 212 sprintf(card->longname, "%s at 0x%lx", card->shortname, chip->pci_base); in snd_cs5530_probe()
|
| H A D | via82xx.c | 1426 err = snd_pcm_new(chip->card, chip->card->shortname, 0, 4, 1, &pcm); in snd_via8233_pcm_new() 1432 strscpy(pcm->name, chip->card->shortname); in snd_via8233_pcm_new() 1451 err = snd_pcm_new(chip->card, chip->card->shortname, 1, 1, 1, &pcm); in snd_via8233_pcm_new() 1457 strscpy(pcm->name, chip->card->shortname); in snd_via8233_pcm_new() 1494 err = snd_pcm_new(chip->card, chip->card->shortname, 0, 1, 1, &pcm); in snd_via8233a_pcm_new() 1500 strscpy(pcm->name, chip->card->shortname); in snd_via8233a_pcm_new() 1523 err = snd_pcm_new(chip->card, chip->card->shortname, 1, 1, 0, &pcm); in snd_via8233a_pcm_new() 1528 strscpy(pcm->name, chip->card->shortname); in snd_via8233a_pcm_new() 1552 err = snd_pcm_new(chip->card, chip->card->shortname, 0, 1, 1, &pcm); in snd_via686_pcm_new() 1558 strscpy(pcm->name, chip->card->shortname); in snd_via686_pcm_new() [all …]
|
| /linux/sound/isa/cs423x/ |
| H A D | cs4231.c | 98 strscpy(card->shortname, chip->pcm->name, sizeof(card->shortname)); in snd_cs4231_probe()
|
| /linux/drivers/media/pci/cx18/ |
| H A D | cx18-alsa-main.c | 102 snprintf(sc->shortname, sizeof(sc->shortname), "CX18-%d", in snd_cx18_card_set_names()
|
| /linux/include/linux/spi/ |
| H A D | at73c213.h | 23 char shortname[32]; member
|
| /linux/sound/pci/vx222/ |
| H A D | vx222.c | 186 card->shortname, vx->port[0], vx->port[1], vx->core.irq); in snd_vx222_probe() 188 card->shortname, vx->port[0], vx->port[1], vx->core.irq); in snd_vx222_probe()
|
| /linux/drivers/media/pci/ivtv/ |
| H A D | ivtv-alsa-main.c | 99 snprintf(sc->shortname, sizeof(sc->shortname), "IVTV-%d", in snd_ivtv_card_set_names()
|
| /linux/sound/drivers/mpu401/ |
| H A D | mpu401.c | 67 strscpy(card->shortname, card->driver); in snd_mpu401_create() 68 sprintf(card->longname, "%s at %#lx, ", card->shortname, port[dev]); in snd_mpu401_create()
|