MAX_MIDI_DEV 30 sound/oss/dev_table.c struct synth_operations *synth_devs[MAX_SYNTH_DEV+MAX_MIDI_DEV]; MAX_MIDI_DEV 35 sound/oss/dev_table.c struct midi_operations *midi_devs[MAX_MIDI_DEV]; MAX_MIDI_DEV 361 sound/oss/dev_table.h extern struct synth_operations *synth_devs[MAX_SYNTH_DEV+MAX_MIDI_DEV]; MAX_MIDI_DEV 363 sound/oss/dev_table.h extern struct midi_operations *midi_devs[MAX_MIDI_DEV]; MAX_MIDI_DEV 26 sound/oss/midi_synth.c static int midi2synth[MAX_MIDI_DEV]; MAX_MIDI_DEV 27 sound/oss/midi_synth.c static int sysex_state[MAX_MIDI_DEV] = MAX_MIDI_DEV 29 sound/oss/midi_synth.c static unsigned char prev_out_status[MAX_MIDI_DEV]; MAX_MIDI_DEV 30 sound/oss/midibuf.c static wait_queue_head_t midi_sleeper[MAX_MIDI_DEV]; MAX_MIDI_DEV 31 sound/oss/midibuf.c static wait_queue_head_t input_sleeper[MAX_MIDI_DEV]; MAX_MIDI_DEV 46 sound/oss/midibuf.c static struct midi_buf *midi_out_buf[MAX_MIDI_DEV] = {NULL}; MAX_MIDI_DEV 47 sound/oss/midibuf.c static struct midi_buf *midi_in_buf[MAX_MIDI_DEV] = {NULL}; MAX_MIDI_DEV 48 sound/oss/midibuf.c static struct midi_parms parms[MAX_MIDI_DEV]; MAX_MIDI_DEV 162 sound/oss/midibuf.c if (num_midis > MAX_MIDI_DEV) MAX_MIDI_DEV 165 sound/oss/midibuf.c num_midis = MAX_MIDI_DEV; MAX_MIDI_DEV 112 sound/oss/mpu401.c static struct mpu_config dev_conf[MAX_MIDI_DEV]; MAX_MIDI_DEV 133 sound/oss/mpu401.c static struct synth_info mpu_synth_info[MAX_MIDI_DEV]; MAX_MIDI_DEV 906 sound/oss/mpu401.c static struct synth_operations *mpu401_synth_operations[MAX_MIDI_DEV]; MAX_MIDI_DEV 924 sound/oss/mpu401.c static struct midi_operations mpu401_midi_operations[MAX_MIDI_DEV]; MAX_MIDI_DEV 52 sound/oss/sequencer.c static int midi_opened[MAX_MIDI_DEV]; MAX_MIDI_DEV 54 sound/oss/sequencer.c static int midi_written[MAX_MIDI_DEV];