taglinefilesource code
max_mididev48drivers/sound/sequencer.cstatic int      max_mididev = 0;
max_mididev347drivers/sound/sequencer.cif (dev >= max_mididev)
max_mididev1089drivers/sound/sequencer.cmax_mididev = 0;
max_mididev1142drivers/sound/sequencer.cmax_mididev = num_midis;
max_mididev1182drivers/sound/sequencer.cif (!max_mididev)
max_mididev1188drivers/sound/sequencer.cif (!max_synthdev && !max_mididev)
max_mididev1193drivers/sound/sequencer.cfor (i = 0; i < max_mididev; i++)
max_mididev1228drivers/sound/sequencer.cfor (i = 0; i < max_mididev; i++)
max_mididev1269drivers/sound/sequencer.cfor (i = 0; i < max_mididev; i++)
max_mididev1358drivers/sound/sequencer.cfor (i = 0; i < max_mididev; i++)
max_mididev1488drivers/sound/sequencer.cfor (i = 0; i < max_mididev; i++)
max_mididev1633drivers/sound/sequencer.cif (midi_dev >= max_mididev)
max_mididev1714drivers/sound/sequencer.creturn snd_ioctl_return ((int *) arg, max_mididev);
max_mididev1788drivers/sound/sequencer.cif (dev < 0 || dev >= max_mididev)