taglinefilesource code
max_mididev47drivers/sound/sequencer.cstatic int      max_mididev = 0;
max_mididev320drivers/sound/sequencer.cif (dev >= max_mididev)
max_mididev987drivers/sound/sequencer.cmax_mididev = 0;
max_mididev1037drivers/sound/sequencer.cmax_mididev = num_midis;
max_mididev1077drivers/sound/sequencer.cif (!max_mididev)
max_mididev1083drivers/sound/sequencer.cif (!max_synthdev && !max_mididev)
max_mididev1088drivers/sound/sequencer.cfor (i = 0; i < max_mididev; i++)
max_mididev1123drivers/sound/sequencer.cfor (i = 0; i < max_mididev; i++)
max_mididev1164drivers/sound/sequencer.cfor (i = 0; i < max_mididev; i++)
max_mididev1236drivers/sound/sequencer.cfor (i = 0; i < max_mididev; i++)
max_mididev1332drivers/sound/sequencer.cfor (i = 0; i < max_mididev; i++)
max_mididev1473drivers/sound/sequencer.cif (midi_dev >= max_mididev)
max_mididev1545drivers/sound/sequencer.creturn IOCTL_OUT (arg, max_mididev);
max_mididev1618drivers/sound/sequencer.cif (dev < 0 || dev >= max_mididev)