taglinefilesource code
synth_operations225drivers/sound/dev_table.hstruct synth_operations *converter;
synth_operations265drivers/sound/dev_table.hstruct synth_operations *synth_devs[MAX_SYNTH_DEV+MAX_MIDI_DEV] = {NULL}; int num_synths = 0;
synth_operations479drivers/sound/dev_table.hextern struct synth_operations * synth_devs[MAX_SYNTH_DEV+MAX_MIDI_DEV]; extern int num_synths;
synth_operations2760drivers/sound/gus_wave.cstatic struct synth_operations guswave_operations =
synth_operations232drivers/sound/maui.cstruct synth_operations *synth;
synth_operations25drivers/sound/midi_synth.hstatic struct synth_operations std_midi_synth =
synth_operations951drivers/sound/mpu401.cstatic struct synth_operations mpu401_synth_proto =
synth_operations977drivers/sound/mpu401.cstatic struct synth_operations *mpu401_synth_operations[MAX_MIDI_DEV];
synth_operations1087drivers/sound/mpu401.cmpu401_synth_operations[num_midis] = (struct synth_operations *) (sound_mem_blocks[sound_num_blocks] = kmalloc (sizeof (struct synth_operations), GFP_KERNEL));
synth_operations1102drivers/sound/mpu401.csizeof (struct synth_operations));
synth_operations1108drivers/sound/mpu401.csizeof (struct synth_operations));
synth_operations1148drivers/sound/opl3.cstatic struct synth_operations opl3_operations =