tag | line | file | source code |
mpu401_synth_operations | 994 | drivers/sound/mpu401.c | static struct synth_operations *mpu401_synth_operations[MAX_MIDI_DEV]; |
mpu401_synth_operations | 1120 | drivers/sound/mpu401.c | mpu401_synth_operations[num_midis] = (struct synth_operations *) (sound_mem_blocks[sound_num_blocks] = kmalloc (sizeof (struct synth_operations), GFP_KERNEL)); |
mpu401_synth_operations | 1125 | drivers/sound/mpu401.c | if (mpu401_synth_operations[num_midis] == NULL) |
mpu401_synth_operations | 1133 | drivers/sound/mpu401.c | memcpy ((char *) mpu401_synth_operations[num_midis], |
mpu401_synth_operations | 1139 | drivers/sound/mpu401.c | memcpy ((char *) mpu401_synth_operations[num_midis], |
mpu401_synth_operations | 1149 | drivers/sound/mpu401.c | mpu401_synth_operations[num_midis]; |
mpu401_synth_operations | 1193 | drivers/sound/mpu401.c | mpu401_synth_operations[num_midis]->midi_dev = devc->devno = num_midis; |
mpu401_synth_operations | 1194 | drivers/sound/mpu401.c | mpu401_synth_operations[devc->devno]->info = |