taglinefilesource code
synth_open_mask63drivers/sound/sequencer.cstatic unsigned synth_open_mask;
synth_open_mask188drivers/sound/sequencer.cif (!(synth_open_mask & (1 << dev)))
synth_open_mask298drivers/sound/sequencer.cif (!(synth_open_mask & (1 << dev)))
synth_open_mask354drivers/sound/sequencer.cif (synth_open_mask & (1 << 0))
synth_open_mask361drivers/sound/sequencer.cif (synth_open_mask & (1 << 0))
synth_open_mask397drivers/sound/sequencer.cif (synth_open_mask & (1 << 0))
synth_open_mask503drivers/sound/sequencer.csynth_open_mask = 0;
synth_open_mask510drivers/sound/sequencer.csynth_open_mask |= (1 << i);
synth_open_mask618drivers/sound/sequencer.cif (synth_open_mask & (1 << i))  /* Actually opened */
synth_open_mask680drivers/sound/sequencer.cif (synth_open_mask & (1 << i))
synth_open_mask792drivers/sound/sequencer.cif (!(synth_open_mask & (1 << dev)) && !orig_dev)
synth_open_mask816drivers/sound/sequencer.cif (!(synth_open_mask & (1 << dev)) && !orig_dev)
synth_open_mask830drivers/sound/sequencer.cif (!(synth_open_mask & (1 << dev)))
synth_open_mask849drivers/sound/sequencer.cif (!(synth_open_mask & (1 << dev)) && !orig_dev)
synth_open_mask965drivers/sound/sequencer.cif (!(synth_open_mask & (1 << 0)))