taglinefilesource code
synth_operations233drivers/sound/dev_table.hstruct synth_operations *converter;
synth_operations273drivers/sound/dev_table.hstruct synth_operations *synth_devs[MAX_SYNTH_DEV+MAX_MIDI_DEV] = {NULL}; int num_synths = 0;
synth_operations499drivers/sound/dev_table.hextern struct synth_operations * synth_devs[MAX_SYNTH_DEV+MAX_MIDI_DEV]; extern int num_synths;
synth_operations2764drivers/sound/gus_wave.cstatic struct synth_operations guswave_operations =
synth_operations463drivers/sound/maui.cstruct synth_operations *synth;
synth_operations24drivers/sound/midi_synth.hstatic struct synth_operations std_midi_synth =
synth_operations968drivers/sound/mpu401.cstatic struct synth_operations mpu401_synth_proto =
synth_operations994drivers/sound/mpu401.cstatic struct synth_operations *mpu401_synth_operations[MAX_MIDI_DEV];
synth_operations1120drivers/sound/mpu401.cmpu401_synth_operations[num_midis] = (struct synth_operations *) (sound_mem_blocks[sound_num_blocks] = kmalloc (sizeof (struct synth_operations), GFP_KERNEL));
synth_operations1135drivers/sound/mpu401.csizeof (struct synth_operations));
synth_operations1141drivers/sound/mpu401.csizeof (struct synth_operations));
synth_operations1151drivers/sound/opl3.cstatic struct synth_operations opl3_operations =