synth_operations   30 sound/oss/dev_table.c struct synth_operations *synth_devs[MAX_SYNTH_DEV+MAX_MIDI_DEV];
synth_operations  313 sound/oss/dev_table.h 	struct synth_operations *converter;
synth_operations  361 sound/oss/dev_table.h extern struct synth_operations *synth_devs[MAX_SYNTH_DEV+MAX_MIDI_DEV];
synth_operations   23 sound/oss/midi_synth.h static struct synth_operations std_midi_synth =
synth_operations  881 sound/oss/mpu401.c static struct synth_operations mpu401_synth_proto =
synth_operations  906 sound/oss/mpu401.c static struct synth_operations *mpu401_synth_operations[MAX_MIDI_DEV];
synth_operations 1027 sound/oss/mpu401.c 	mpu401_synth_operations[m] = kmalloc(sizeof(struct synth_operations), GFP_KERNEL);
synth_operations 1039 sound/oss/mpu401.c 			 sizeof(struct synth_operations));
synth_operations 1045 sound/oss/mpu401.c 			 sizeof(struct synth_operations));
synth_operations 1079 sound/oss/opl3.c static struct synth_operations opl3_operations =
synth_operations  192 sound/oss/sb_midi.c 	midi_devs[dev]->converter = kmalloc(sizeof(struct synth_operations), GFP_KERNEL);
synth_operations  201 sound/oss/sb_midi.c 	       sizeof(struct synth_operations));
synth_operations  365 sound/oss/uart401.c 	midi_devs[devc->my_dev]->converter = kmalloc(sizeof(struct synth_operations), GFP_KERNEL);
synth_operations  370 sound/oss/uart401.c 	memcpy(midi_devs[devc->my_dev]->converter, &std_midi_synth, sizeof(struct synth_operations));
synth_operations  170 sound/oss/v_midi.c 	struct synth_operations s_ops[2];
synth_operations  229 sound/oss/v_midi.c 		sizeof (struct synth_operations));
synth_operations  250 sound/oss/v_midi.c 		sizeof (struct synth_operations));