Searched refs:MAX_MIDI_DEV (Results 1 – 8 of 8) sorted by relevance
30 static wait_queue_head_t midi_sleeper[MAX_MIDI_DEV];31 static wait_queue_head_t input_sleeper[MAX_MIDI_DEV];46 static struct midi_buf *midi_out_buf[MAX_MIDI_DEV] = {NULL};47 static struct midi_buf *midi_in_buf[MAX_MIDI_DEV] = {NULL};48 static struct midi_parms parms[MAX_MIDI_DEV];163 if (num_midis > MAX_MIDI_DEV) in MIDIbuf_open()166 num_midis = MAX_MIDI_DEV; in MIDIbuf_open()
30 struct synth_operations *synth_devs[MAX_SYNTH_DEV+MAX_MIDI_DEV];35 struct midi_operations *midi_devs[MAX_MIDI_DEV];
62 #define MAX_MIDI_DEV 6 macro
26 static int midi2synth[MAX_MIDI_DEV];27 static int sysex_state[MAX_MIDI_DEV] =29 static unsigned char prev_out_status[MAX_MIDI_DEV];
361 extern struct synth_operations *synth_devs[MAX_SYNTH_DEV+MAX_MIDI_DEV];363 extern struct midi_operations *midi_devs[MAX_MIDI_DEV];
113 static struct mpu_config dev_conf[MAX_MIDI_DEV];134 static struct synth_info mpu_synth_info[MAX_MIDI_DEV];907 static struct synth_operations *mpu401_synth_operations[MAX_MIDI_DEV];925 static struct midi_operations mpu401_midi_operations[MAX_MIDI_DEV];
52 static int midi_opened[MAX_MIDI_DEV];54 static int midi_written[MAX_MIDI_DEV];
37 #define MAX_MIDI_DEV 6 macro