taglinefilesource code
synth_devs156drivers/sound/dev_table.hstruct synth_operations * synth_devs[MAX_SYNTH_DEV] = {NULL}; int num_synths = 0;
synth_devs220drivers/sound/dev_table.hextern struct synth_operations * synth_devs[MAX_SYNTH_DEV]; extern int num_synths;
synth_devs253drivers/sound/dev_table.hextern struct synth_operations * synth_devs[MAX_SYNTH_DEV]; extern int num_synths;
synth_devs3298drivers/sound/gus_wave.csynth_devs[num_synths++] = &guswave_operations;
synth_devs909drivers/sound/opl3.csynth_devs[num_synths++] = &opl3_operations;
synth_devs142drivers/sound/patmgr.creturn synth_devs[dev]->load_patch (dev, *(unsigned short *) mbox[dev],
synth_devs203drivers/sound/sequencer.cerr = synth_devs[dev]->load_patch (dev, *(short *) &event[0], buf, p + 4, c, 0);
synth_devs316drivers/sound/sequencer.csynth_devs[dev]->kill_note (dev, q[3], q[5]);
synth_devs323drivers/sound/sequencer.csynth_devs[dev]->start_note (dev, q[3], q[4], q[5]);
synth_devs327drivers/sound/sequencer.csynth_devs[dev]->set_instr (dev, q[3], q[4]);
synth_devs331drivers/sound/sequencer.csynth_devs[dev]->aftertouch (dev, q[3], q[4]);
synth_devs335drivers/sound/sequencer.csynth_devs[dev]->panning (dev, q[3], (char) q[4]);
synth_devs339drivers/sound/sequencer.csynth_devs[dev]->controller (dev, q[3], q[4], *(short *) &q[5]);
synth_devs343drivers/sound/sequencer.csynth_devs[dev]->volume_method (dev, q[3]);
synth_devs371drivers/sound/sequencer.cif (synth_devs[0])
synth_devs372drivers/sound/sequencer.csynth_devs[0]->kill_note (0, q[1], q[3]);
synth_devs378drivers/sound/sequencer.cif (synth_devs[0])
synth_devs379drivers/sound/sequencer.csynth_devs[0]->start_note (0, q[1], q[2], q[3]);
synth_devs414drivers/sound/sequencer.cif (synth_devs[0])
synth_devs415drivers/sound/sequencer.csynth_devs[0]->set_instr (0, q[1], q[2]);
synth_devs452drivers/sound/sequencer.csynth_devs[q[1]]->hw_control (q[1], q);
synth_devs523drivers/sound/sequencer.cif (synth_devs[i]->open (i, mode) < 0)
synth_devs635drivers/sound/sequencer.cif (synth_devs[i])
synth_devs636drivers/sound/sequencer.csynth_devs[i]->close (i);
synth_devs697drivers/sound/sequencer.cif (synth_devs[i])
synth_devs698drivers/sound/sequencer.csynth_devs[i]->reset (i);
synth_devs814drivers/sound/sequencer.creturn synth_devs[dev]->ioctl (dev, cmd, arg);
synth_devs835drivers/sound/sequencer.creturn IOCTL_OUT (arg, synth_devs[dev]->ioctl (dev, cmd, arg));
synth_devs849drivers/sound/sequencer.csynth_devs[dev]->ioctl (dev, cmd, arg);
synth_devs868drivers/sound/sequencer.creturn synth_devs[dev]->ioctl (dev, cmd, arg);
synth_devs904drivers/sound/sequencer.cif (!synth_devs[dev]->pmgr_interface)
synth_devs910drivers/sound/sequencer.cif ((err = synth_devs[dev]->pmgr_interface (dev, inf)) == -1)
synth_devs979drivers/sound/sequencer.cif (!synth_devs[0])
synth_devs983drivers/sound/sequencer.creturn synth_devs[0]->ioctl (0, cmd, arg);
synth_devs186drivers/sound/sound_switch.cif (!put_status (synth_devs[i]->info->name))