Searched refs:std_midi_synth (Results 1 - 7 of 7) sorted by relevance
/linux-4.1.27/sound/oss/ |
H A D | v_midi.c | 138 .converter = &std_midi_synth, 152 .converter = &std_midi_synth, 228 std_midi_synth.midi_dev = midi1; attach_v_midi() 229 memcpy ((char *) midi_devs[midi1]->converter, (char *) &std_midi_synth, attach_v_midi() 249 std_midi_synth.midi_dev = midi2; attach_v_midi() 250 memcpy ((char *) midi_devs[midi2]->converter, (char *) &std_midi_synth, attach_v_midi()
|
H A D | sb_midi.c | 152 .converter = &std_midi_synth, 176 std_midi_synth.midi_dev = devc->my_mididev = dev; sb_dsp_midi_init() 201 memcpy((char *) midi_devs[dev]->converter, (char *) &std_midi_synth, sb_dsp_midi_init()
|
H A D | midi_synth.h | 23 static struct synth_operations std_midi_synth = variable in typeref:struct:synth_operations
|
H A D | pas2_midi.c | 199 .converter = &std_midi_synth, 219 std_midi_synth.midi_dev = my_dev = dev; pas_midi_init()
|
H A D | uart6850.c | 236 .converter = &std_midi_synth, 277 std_midi_synth.midi_dev = my_dev; attach_uart6850()
|
H A D | uart401.c | 213 .converter = &std_midi_synth, 362 midi_devs[devc->my_dev]->converter = kmemdup(&std_midi_synth, probe_uart401()
|
H A D | mpu401.c | 1027 (char *) &std_midi_synth, attach_mpu401()
|
Completed in 113 milliseconds