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_mididev1115drivers/sound/sequencer.cmax_mididev = num_midis;
max_mididev1156drivers/sound/sequencer.cif (!max_mididev)
max_mididev1163drivers/sound/sequencer.cif (!max_synthdev && !max_mididev)
max_mididev1168drivers/sound/sequencer.cfor (i = 0; i < max_mididev; i++)
max_mididev1203drivers/sound/sequencer.cfor (i = 0; i < max_mididev; i++)
max_mididev1243drivers/sound/sequencer.cfor (i = 0; i < max_mididev; i++)
max_mididev1332drivers/sound/sequencer.cfor (i = 0; i < max_mididev; i++)
max_mididev1462drivers/sound/sequencer.cfor (i = 0; i < max_mididev; i++)
max_mididev1607drivers/sound/sequencer.cif (midi_dev >= max_mididev)
max_mididev1688drivers/sound/sequencer.creturn snd_ioctl_return ((int *) arg, max_mididev);
max_mididev1762drivers/sound/sequencer.cif (dev < 0 || dev >= max_mididev)