taglinefilesource code
max_mididev46drivers/sound/sequencer.cstatic int      max_mididev = 0;
max_mididev343drivers/sound/sequencer.cif (dev >= max_mididev)
max_mididev1072drivers/sound/sequencer.cmax_mididev = 0;
max_mididev1127drivers/sound/sequencer.cmax_mididev = num_midis;
max_mididev1168drivers/sound/sequencer.cif (!max_mididev)
max_mididev1175drivers/sound/sequencer.cif (!max_synthdev && !max_mididev)
max_mididev1180drivers/sound/sequencer.cfor (i = 0; i < max_mididev; i++)
max_mididev1215drivers/sound/sequencer.cfor (i = 0; i < max_mididev; i++)
max_mididev1255drivers/sound/sequencer.cfor (i = 0; i < max_mididev; i++)
max_mididev1344drivers/sound/sequencer.cfor (i = 0; i < max_mididev; i++)
max_mididev1474drivers/sound/sequencer.cfor (i = 0; i < max_mididev; i++)
max_mididev1619drivers/sound/sequencer.cif (midi_dev >= max_mididev)
max_mididev1700drivers/sound/sequencer.creturn snd_ioctl_return ((int *) arg, max_mididev);
max_mididev1774drivers/sound/sequencer.cif (dev < 0 || dev >= max_mididev)