Searched refs:synth_operations (Results 1 – 8 of 8) sorted by relevance
171 struct synth_operations s_ops[2];230 sizeof (struct synth_operations)); in attach_v_midi()251 sizeof (struct synth_operations)); in attach_v_midi()
193 midi_devs[dev]->converter = kmalloc(sizeof(struct synth_operations), GFP_KERNEL); in sb_dsp_midi_init()202 sizeof(struct synth_operations)); in sb_dsp_midi_init()
256 struct synth_operations struct313 struct synth_operations *converter; argument361 extern struct synth_operations *synth_devs[MAX_SYNTH_DEV+MAX_MIDI_DEV];
23 static struct synth_operations std_midi_synth =
366 midi_devs[devc->my_dev]->converter = kmalloc(sizeof(struct synth_operations), GFP_KERNEL); in probe_uart401()371 memcpy(midi_devs[devc->my_dev]->converter, &std_midi_synth, sizeof(struct synth_operations)); in probe_uart401()
882 static struct synth_operations mpu401_synth_proto =907 static struct synth_operations *mpu401_synth_operations[MAX_MIDI_DEV];1018 mpu401_synth_operations[m] = kmalloc(sizeof(struct synth_operations), GFP_KERNEL); in attach_mpu401()1030 sizeof(struct synth_operations)); in attach_mpu401()1036 sizeof(struct synth_operations)); in attach_mpu401()
30 struct synth_operations *synth_devs[MAX_SYNTH_DEV+MAX_MIDI_DEV];
1087 static struct synth_operations opl3_operations =