taglinefilesource code
max_mididev48drivers/sound/sequencer.cstatic int      max_mididev = 0;
max_mididev345drivers/sound/sequencer.cif (dev >= max_mididev)
max_mididev1074drivers/sound/sequencer.cmax_mididev = 0;
max_mididev1129drivers/sound/sequencer.cmax_mididev = num_midis;
max_mididev1170drivers/sound/sequencer.cif (!max_mididev)
max_mididev1177drivers/sound/sequencer.cif (!max_synthdev && !max_mididev)
max_mididev1182drivers/sound/sequencer.cfor (i = 0; i < max_mididev; i++)
max_mididev1217drivers/sound/sequencer.cfor (i = 0; i < max_mididev; i++)
max_mididev1257drivers/sound/sequencer.cfor (i = 0; i < max_mididev; i++)
max_mididev1346drivers/sound/sequencer.cfor (i = 0; i < max_mididev; i++)
max_mididev1476drivers/sound/sequencer.cfor (i = 0; i < max_mididev; i++)
max_mididev1621drivers/sound/sequencer.cif (midi_dev >= max_mididev)
max_mididev1702drivers/sound/sequencer.creturn snd_ioctl_return ((int *) arg, max_mididev);
max_mididev1776drivers/sound/sequencer.cif (dev < 0 || dev >= max_mididev)