taglinefilesource code
orig_dev81drivers/sound/midi_synth.cint             orig_dev;
orig_dev89drivers/sound/midi_synth.corig_dev = midi2synth[dev];
orig_dev131drivers/sound/midi_synth.cint             orig_dev = synth_devs[dev]->midi_dev;
orig_dev143drivers/sound/midi_synth.cmsg = prev_out_status[orig_dev] & 0xf0;
orig_dev144drivers/sound/midi_synth.cchn = prev_out_status[orig_dev] & 0x0f;
orig_dev150drivers/sound/midi_synth.cif (!prefix_cmd (orig_dev, note))
orig_dev153drivers/sound/midi_synth.cmidi_outc (orig_dev, note);
orig_dev158drivers/sound/midi_synth.cmidi_outc (orig_dev, 0);/*
orig_dev163drivers/sound/midi_synth.cmidi_outc (orig_dev, velocity);
orig_dev169drivers/sound/midi_synth.cif (!prefix_cmd (orig_dev, 0x90 | (channel & 0x0f)))
orig_dev171drivers/sound/midi_synth.cmidi_outc (orig_dev, 0x90 | (channel & 0x0f));  /*
orig_dev174drivers/sound/midi_synth.cmidi_outc (orig_dev, note);
orig_dev175drivers/sound/midi_synth.cmidi_outc (orig_dev, 0);  /*
orig_dev181drivers/sound/midi_synth.cif (!prefix_cmd (orig_dev, 0x80 | (channel & 0x0f)))
orig_dev183drivers/sound/midi_synth.cmidi_outc (orig_dev, 0x80 | (channel & 0x0f));  /*
orig_dev186drivers/sound/midi_synth.cmidi_outc (orig_dev, note);
orig_dev187drivers/sound/midi_synth.cmidi_outc (orig_dev, velocity);
orig_dev197drivers/sound/midi_synth.cint             orig_dev = synth_devs[dev]->midi_dev;
orig_dev204drivers/sound/midi_synth.cif (!prefix_cmd (orig_dev, 0xc0 | (channel & 0x0f)))
orig_dev206drivers/sound/midi_synth.cmidi_outc (orig_dev, 0xc0 | (channel & 0x0f));  /*
orig_dev209drivers/sound/midi_synth.cmidi_outc (orig_dev, instr_no);
orig_dev217drivers/sound/midi_synth.cint             orig_dev = synth_devs[dev]->midi_dev;
orig_dev229drivers/sound/midi_synth.cmsg = prev_out_status[orig_dev] & 0xf0;
orig_dev230drivers/sound/midi_synth.cchn = prev_out_status[orig_dev] & 0x0f;
orig_dev236drivers/sound/midi_synth.cif (!prefix_cmd (orig_dev, note))
orig_dev238drivers/sound/midi_synth.cmidi_outc (orig_dev, note);
orig_dev239drivers/sound/midi_synth.cmidi_outc (orig_dev, velocity);
orig_dev243drivers/sound/midi_synth.cif (!prefix_cmd (orig_dev, 0x90 | (channel & 0x0f)))
orig_dev245drivers/sound/midi_synth.cmidi_outc (orig_dev, 0x90 | (channel & 0x0f));  /*
orig_dev248drivers/sound/midi_synth.cmidi_outc (orig_dev, note);
orig_dev249drivers/sound/midi_synth.cmidi_outc (orig_dev, velocity);
orig_dev262drivers/sound/midi_synth.cint             orig_dev = synth_devs[dev]->midi_dev;
orig_dev265drivers/sound/midi_synth.cif (orig_dev < 0 || orig_dev > num_midis)
orig_dev268drivers/sound/midi_synth.cmidi2synth[orig_dev] = dev;
orig_dev269drivers/sound/midi_synth.cprev_out_status[orig_dev] = 0;
orig_dev271drivers/sound/midi_synth.cif ((err = midi_devs[orig_dev]->open (orig_dev, mode,
orig_dev281drivers/sound/midi_synth.cint             orig_dev = synth_devs[dev]->midi_dev;
orig_dev286drivers/sound/midi_synth.cmidi_devs[orig_dev]->putc (orig_dev, 0xfe);
orig_dev288drivers/sound/midi_synth.cmidi_devs[orig_dev]->close (orig_dev);
orig_dev300drivers/sound/midi_synth.cint             orig_dev = synth_devs[dev]->midi_dev;
orig_dev307drivers/sound/midi_synth.cif (!prefix_cmd (orig_dev, 0xf0))
orig_dev350drivers/sound/midi_synth.cmidi_outc (orig_dev, 0xf0);  /* Sysex start */
orig_dev364drivers/sound/midi_synth.cwhile (!midi_devs[orig_dev]->putc (orig_dev, (unsigned char) (data & 0xff)) &&
orig_dev374drivers/sound/midi_synth.cmidi_outc (orig_dev, 0xf7);
orig_dev386drivers/sound/midi_synth.cint             orig_dev = synth_devs[dev]->midi_dev;
orig_dev394drivers/sound/midi_synth.cmsg = prev_out_status[orig_dev] & 0xf0;
orig_dev395drivers/sound/midi_synth.cchn = prev_out_status[orig_dev] & 0x0f;
orig_dev401drivers/sound/midi_synth.cif (!prefix_cmd (orig_dev, 0xd0 | (channel & 0x0f)))
orig_dev403drivers/sound/midi_synth.cmidi_outc (orig_dev, 0xd0 | (channel & 0x0f));  /*
orig_dev407drivers/sound/midi_synth.celse if (!prefix_cmd (orig_dev, pressure))
orig_dev409drivers/sound/midi_synth.cmidi_outc (orig_dev, pressure);
orig_dev415drivers/sound/midi_synth.cint             orig_dev = synth_devs[dev]->midi_dev;
orig_dev423drivers/sound/midi_synth.cmsg = prev_out_status[orig_dev] & 0xf0;
orig_dev424drivers/sound/midi_synth.cchn = prev_out_status[orig_dev] & 0x0f;
orig_dev428drivers/sound/midi_synth.cif (!prefix_cmd (orig_dev, 0xb0 | (channel & 0x0f)))
orig_dev430drivers/sound/midi_synth.cmidi_outc (orig_dev, 0xb0 | (channel & 0x0f));
orig_dev432drivers/sound/midi_synth.celse if (!prefix_cmd (orig_dev, ctrl_num))
orig_dev435drivers/sound/midi_synth.cmidi_outc (orig_dev, ctrl_num);
orig_dev436drivers/sound/midi_synth.cmidi_outc (orig_dev, value & 0x7f);
orig_dev448drivers/sound/midi_synth.cint             orig_dev = synth_devs[dev]->midi_dev;
orig_dev457drivers/sound/midi_synth.cmsg = prev_out_status[orig_dev] & 0xf0;
orig_dev458drivers/sound/midi_synth.cprev_chn = prev_out_status[orig_dev] & 0x0f;
orig_dev463drivers/sound/midi_synth.cif (!prefix_cmd (orig_dev, 0xe0 | (channel & 0x0f)))
orig_dev465drivers/sound/midi_synth.cmidi_outc (orig_dev, 0xe0 | (channel & 0x0f));
orig_dev467drivers/sound/midi_synth.celse if (!prefix_cmd (orig_dev, value & 0x7f))
orig_dev470drivers/sound/midi_synth.cmidi_outc (orig_dev, value & 0x7f);
orig_dev471drivers/sound/midi_synth.cmidi_outc (orig_dev, (value >> 7) & 0x7f);
orig_dev1328drivers/sound/sequencer.cint             midi_dev, orig_dev;
orig_dev1331drivers/sound/sequencer.corig_dev = dev = dev >> 4;
orig_dev1462drivers/sound/sequencer.cif (!(synth_open_mask & (1 << dev)) && !orig_dev)
orig_dev1465drivers/sound/sequencer.cif (!orig_dev && pmgr_present[dev])
orig_dev1486drivers/sound/sequencer.cif (!(synth_open_mask & (1 << dev)) && !orig_dev)
orig_dev1519drivers/sound/sequencer.cif (!(synth_open_mask & (1 << dev)) && !orig_dev)