Searched refs:CHIP_NAME (Results 1 – 4 of 4) sorted by relevance
| /linux/sound/ppc/ |
| H A D | powermac.c | 18 #define CHIP_NAME "PMac" macro 28 MODULE_PARM_DESC(index, "Index value for " CHIP_NAME " soundchip."); 30 MODULE_PARM_DESC(id, "ID string for " CHIP_NAME " soundchip.");
|
| /linux/sound/pci/ |
| H A D | ens1370.c | 44 #define CHIP_NAME "ES1370" /* it can be ENS but just to keep compatibility... */ macro 47 #define CHIP_NAME "ES1371" macro 1221 err = snd_pcm_new(ensoniq->card, CHIP_NAME "/1", device, 1, 1, &pcm); in snd_ensoniq_pcm() 1234 strscpy(pcm->name, CHIP_NAME " DAC2/ADC"); in snd_ensoniq_pcm() 1255 err = snd_pcm_new(ensoniq->card, CHIP_NAME "/2", device, 1, 0, &pcm); in snd_ensoniq_pcm2() 1266 strscpy(pcm->name, CHIP_NAME " DAC1"); in snd_ensoniq_pcm2() 1828 snd_iprintf(buffer, "Ensoniq AudioPCI " CHIP_NAME "\n\n"); in snd_ensoniq_proc_read() 2221 strscpy(rmidi->name, CHIP_NAME); in snd_ensoniq_midi()
|
| /linux/tools/testing/selftests/gpio/ |
| H A D | gpio-aggregator.sh | 55 local CHIP_NAME=$(cat "$CONFIGFS_SIM_DIR/$CHIP/$BANK/chip_name" 2> /dev/null) || \ 58 $BASE_DIR/gpio-chip-info "/dev/$CHIP_NAME" label || \
|
| /linux/sound/isa/opti9xx/ |
| H A D | opti92x-ad1848.c | 1136 #define CHIP_NAME "82C93x" macro 1138 #define CHIP_NAME "82C92x" macro
|