Home
last modified time | relevance | path

Searched refs:synth_operations (Results 1 – 8 of 8) sorted by relevance

/sound/oss/
Dv_midi.c171 struct synth_operations s_ops[2];
230 sizeof (struct synth_operations)); in attach_v_midi()
251 sizeof (struct synth_operations)); in attach_v_midi()
Dsb_midi.c193 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()
Ddev_table.h256 struct synth_operations struct
313 struct synth_operations *converter; argument
361 extern struct synth_operations *synth_devs[MAX_SYNTH_DEV+MAX_MIDI_DEV];
Dmidi_synth.h23 static struct synth_operations std_midi_synth =
Dmpu401.c881 static struct synth_operations mpu401_synth_proto =
906 static struct synth_operations *mpu401_synth_operations[MAX_MIDI_DEV];
1016 mpu401_synth_operations[m] = kmalloc(sizeof(struct synth_operations), GFP_KERNEL); in attach_mpu401()
1028 sizeof(struct synth_operations)); in attach_mpu401()
1034 sizeof(struct synth_operations)); in attach_mpu401()
Ddev_table.c30 struct synth_operations *synth_devs[MAX_SYNTH_DEV+MAX_MIDI_DEV];
Duart401.c363 sizeof(struct synth_operations), in probe_uart401()
Dopl3.c1084 static struct synth_operations opl3_operations =