taglinefilesource code
synth_devs152drivers/sound/dev_table.hstruct synth_operations * synth_devs[MAX_SYNTH_DEV] = {NULL}; int num_synths = 0;
synth_devs216drivers/sound/dev_table.hextern struct synth_operations * synth_devs[MAX_SYNTH_DEV]; extern int num_synths;
synth_devs249drivers/sound/dev_table.hextern struct synth_operations * synth_devs[MAX_SYNTH_DEV]; extern int num_synths;
synth_devs3162drivers/sound/gus_wave.csynth_devs[num_synths++] = &guswave_operations;
synth_devs900drivers/sound/opl3.csynth_devs[num_synths++] = &opl3_operations;
synth_devs142drivers/sound/patmgr.creturn synth_devs[dev]->load_patch (dev, *(unsigned short *) mbox[dev],
synth_devs191drivers/sound/sequencer.cerr = synth_devs[dev]->load_patch (dev, *(short *) &event[0], buf, p + 4, c, 0);
synth_devs304drivers/sound/sequencer.csynth_devs[dev]->kill_note (dev, q[3], q[5]);
synth_devs311drivers/sound/sequencer.csynth_devs[dev]->start_note (dev, q[3], q[4], q[5]);
synth_devs315drivers/sound/sequencer.csynth_devs[dev]->set_instr (dev, q[3], q[4]);
synth_devs319drivers/sound/sequencer.csynth_devs[dev]->aftertouch (dev, q[3], q[4]);
synth_devs323drivers/sound/sequencer.csynth_devs[dev]->panning (dev, q[3], (char) q[4]);
synth_devs327drivers/sound/sequencer.csynth_devs[dev]->controller (dev, q[3], q[4], *(short *) &q[5]);
synth_devs355drivers/sound/sequencer.cif (synth_devs[0])
synth_devs356drivers/sound/sequencer.csynth_devs[0]->kill_note (0, q[1], q[3]);
synth_devs362drivers/sound/sequencer.cif (synth_devs[0])
synth_devs363drivers/sound/sequencer.csynth_devs[0]->start_note (0, q[1], q[2], q[3]);
synth_devs398drivers/sound/sequencer.cif (synth_devs[0])
synth_devs399drivers/sound/sequencer.csynth_devs[0]->set_instr (0, q[1], q[2]);
synth_devs436drivers/sound/sequencer.csynth_devs[q[1]]->hw_control (q[1], q);
synth_devs507drivers/sound/sequencer.cif (synth_devs[i]->open (i, mode) < 0)
synth_devs619drivers/sound/sequencer.cif (synth_devs[i])
synth_devs620drivers/sound/sequencer.csynth_devs[i]->close (i);
synth_devs681drivers/sound/sequencer.cif (synth_devs[i])
synth_devs682drivers/sound/sequencer.csynth_devs[i]->reset (i);
synth_devs798drivers/sound/sequencer.creturn synth_devs[dev]->ioctl (dev, cmd, arg);
synth_devs819drivers/sound/sequencer.creturn IOCTL_OUT (arg, synth_devs[dev]->ioctl (dev, cmd, arg));
synth_devs833drivers/sound/sequencer.csynth_devs[dev]->ioctl (dev, cmd, arg);
synth_devs852drivers/sound/sequencer.creturn synth_devs[dev]->ioctl (dev, cmd, arg);
synth_devs888drivers/sound/sequencer.cif (!synth_devs[dev]->pmgr_interface)
synth_devs894drivers/sound/sequencer.cif ((err = synth_devs[dev]->pmgr_interface (dev, inf)) == -1)
synth_devs963drivers/sound/sequencer.cif (!synth_devs[0])
synth_devs967drivers/sound/sequencer.creturn synth_devs[0]->ioctl (0, cmd, arg);
synth_devs166drivers/sound/sound_switch.cif (!put_status(synth_devs[i]->info->name))return;