taglinefilesource code
max_mididev46drivers/sound/sequencer.cstatic int      max_mididev = 0;
max_mididev313drivers/sound/sequencer.cif (dev >= max_mididev)
max_mididev920drivers/sound/sequencer.cmax_mididev = 0;
max_mididev970drivers/sound/sequencer.cmax_mididev = num_midis;
max_mididev1011drivers/sound/sequencer.cif (!max_mididev)
max_mididev1017drivers/sound/sequencer.cif (!max_synthdev && !max_mididev)
max_mididev1022drivers/sound/sequencer.cfor (i = 0; i < max_mididev; i++)
max_mididev1057drivers/sound/sequencer.cfor (i = 0; i < max_mididev; i++)
max_mididev1098drivers/sound/sequencer.cfor (i = 0; i < max_mididev; i++)
max_mididev1170drivers/sound/sequencer.cfor (i = 0; i < max_mididev; i++)
max_mididev1261drivers/sound/sequencer.cfor (i = 0; i < max_mididev; i++)
max_mididev1404drivers/sound/sequencer.cif (midi_dev >= max_mididev)
max_mididev1476drivers/sound/sequencer.creturn IOCTL_OUT (arg, max_mididev);
max_mididev1534drivers/sound/sequencer.cif (dev < 0 || dev >= max_mididev)