taglinefilesource code
synth_devs203drivers/sound/dev_table.hstruct synth_operations *synth_devs[MAX_SYNTH_DEV+MAX_MIDI_DEV] = {NULL}; int num_synths = 0;
synth_devs329drivers/sound/dev_table.hextern struct synth_operations * synth_devs[MAX_SYNTH_DEV+MAX_MIDI_DEV]; extern int num_synths;
synth_devs2965drivers/sound/gus_wave.csynth_devs[num_synths++] = &guswave_operations;
synth_devs113drivers/sound/midi_synth.cIOCTL_TO_USER ((char *) arg, 0, synth_devs[dev]->info,
synth_devs131drivers/sound/midi_synth.cint             orig_dev = synth_devs[dev]->midi_dev;
synth_devs197drivers/sound/midi_synth.cint             orig_dev = synth_devs[dev]->midi_dev;
synth_devs217drivers/sound/midi_synth.cint             orig_dev = synth_devs[dev]->midi_dev;
synth_devs262drivers/sound/midi_synth.cint             orig_dev = synth_devs[dev]->midi_dev;
synth_devs281drivers/sound/midi_synth.cint             orig_dev = synth_devs[dev]->midi_dev;
synth_devs300drivers/sound/midi_synth.cint             orig_dev = synth_devs[dev]->midi_dev;
synth_devs386drivers/sound/midi_synth.cint             orig_dev = synth_devs[dev]->midi_dev;
synth_devs415drivers/sound/midi_synth.cint             orig_dev = synth_devs[dev]->midi_dev;
synth_devs448drivers/sound/midi_synth.cint             orig_dev = synth_devs[dev]->midi_dev;
synth_devs825drivers/sound/mpu401.cmidi_dev = synth_devs[dev]->midi_dev;
synth_devs857drivers/sound/mpu401.cmidi_dev = synth_devs[dev]->midi_dev;
synth_devs896drivers/sound/mpu401.cmidi_dev = synth_devs[dev]->midi_dev;
synth_devs1169drivers/sound/opl3.csynth_devs[num_synths++] = &opl3_operations;
synth_devs144drivers/sound/patmgr.creturn synth_devs[dev]->load_patch (dev, *(unsigned short *) mbox[dev],
synth_devs268drivers/sound/sequencer.cerr = synth_devs[dev]->load_patch (dev, *(short *) &event[0], buf, p + 4, c, 0);
synth_devs401drivers/sound/sequencer.csynth_devs[dev]->kill_note (dev, q[3], q[4], q[5]);
synth_devs408drivers/sound/sequencer.csynth_devs[dev]->start_note (dev, q[3], q[4], q[5]);
synth_devs412drivers/sound/sequencer.csynth_devs[dev]->set_instr (dev, q[3], q[4]);
synth_devs416drivers/sound/sequencer.csynth_devs[dev]->aftertouch (dev, q[3], q[4]);
synth_devs420drivers/sound/sequencer.csynth_devs[dev]->panning (dev, q[3], (char) q[4]);
synth_devs424drivers/sound/sequencer.csynth_devs[dev]->controller (dev, q[3], q[4], *(short *) &q[5]);
synth_devs428drivers/sound/sequencer.cif (synth_devs[dev]->volume_method != NULL)
synth_devs429drivers/sound/sequencer.csynth_devs[dev]->volume_method (dev, q[3]);
synth_devs447drivers/sound/sequencer.cfor (i = 0; i < synth_devs[dev]->alloc.max_voice; i++)
synth_devs448drivers/sound/sequencer.cif (synth_devs[dev]->alloc.map[i] == key)
synth_devs462drivers/sound/sequencer.cvoice = synth_devs[dev]->alloc_voice (dev, chn, note,
synth_devs463drivers/sound/sequencer.c&synth_devs[dev]->alloc);
synth_devs464drivers/sound/sequencer.csynth_devs[dev]->alloc.map[voice] = key;
synth_devs482drivers/sound/sequencer.cif (!synth_devs[dev])
synth_devs487drivers/sound/sequencer.cif (synth_devs[dev]->alloc_voice)
synth_devs503drivers/sound/sequencer.cif (voice == -1 && seq_mode == SEQ_2 && synth_devs[dev]->alloc_voice)
synth_devs513drivers/sound/sequencer.csynth_devs[dev]->set_instr (dev, voice,
synth_devs514drivers/sound/sequencer.csynth_devs[dev]->chn_info[chn].pgm_num);
synth_devs517drivers/sound/sequencer.csynth_devs[dev]->start_note (dev, voice, note, parm);
synth_devs523drivers/sound/sequencer.csynth_devs[dev]->kill_note (dev, voice, note, parm);
synth_devs549drivers/sound/sequencer.cif (!synth_devs[dev])
synth_devs557drivers/sound/sequencer.csynth_devs[dev]->chn_info[chn].pgm_num = p1;
synth_devs560drivers/sound/sequencer.csynth_devs[dev]->set_instr (dev, chn, p1);
synth_devs580drivers/sound/sequencer.csynth_devs[dev]->chn_info[chn].controllers[p1] = w14 & 0xff;
synth_devs588drivers/sound/sequencer.cval = ((synth_devs[dev]->
synth_devs590drivers/sound/sequencer.c| (synth_devs[dev]->
synth_devs595drivers/sound/sequencer.cval = synth_devs[dev]->chn_info[chn].controllers[p1];
synth_devs597drivers/sound/sequencer.csynth_devs[dev]->controller (dev, chn, p1, val);
synth_devs600drivers/sound/sequencer.csynth_devs[dev]->controller (dev, chn, p1, w14);
synth_devs603drivers/sound/sequencer.csynth_devs[dev]->controller (dev, chn, p1, w14);
synth_devs607drivers/sound/sequencer.csynth_devs[dev]->bender (dev, chn, w14);
synth_devs738drivers/sound/sequencer.cif (synth_devs[0])
synth_devs739drivers/sound/sequencer.csynth_devs[0]->kill_note (0, q[1], 255, q[3]);
synth_devs745drivers/sound/sequencer.cif (synth_devs[0])
synth_devs746drivers/sound/sequencer.csynth_devs[0]->start_note (0, q[1], q[2], q[3]);
synth_devs787drivers/sound/sequencer.cif (synth_devs[0])
synth_devs788drivers/sound/sequencer.csynth_devs[0]->set_instr (0, q[1], q[2]);
synth_devs835drivers/sound/sequencer.csynth_devs[q[1]]->hw_control (q[1], q);
synth_devs903drivers/sound/sequencer.csynth_devs[max_synthdev++] =
synth_devs913drivers/sound/sequencer.csynth_devs[dev]->chn_info[chn].pgm_num = 0;
synth_devs915drivers/sound/sequencer.csynth_devs[dev]->chn_info[chn].controllers,
synth_devs1034drivers/sound/sequencer.cif ((tmp = synth_devs[i]->open (i, mode)) < 0)
synth_devs1037drivers/sound/sequencer.cif (synth_devs[i]->midi_dev)
synth_devs1038drivers/sound/sequencer.cprintk ("(Maps to midi dev #%d\n", synth_devs[i]->midi_dev);
synth_devs1043drivers/sound/sequencer.cif (synth_devs[i]->midi_dev)  /*
synth_devs1046drivers/sound/sequencer.cmidi_opened[synth_devs[i]->midi_dev] = 1;
synth_devs1158drivers/sound/sequencer.cif (synth_devs[i])
synth_devs1160drivers/sound/sequencer.csynth_devs[i]->close (i);
synth_devs1162drivers/sound/sequencer.cif (synth_devs[i]->midi_dev)
synth_devs1163drivers/sound/sequencer.cmidi_opened[synth_devs[i]->midi_dev] = 0;
synth_devs1248drivers/sound/sequencer.cif (synth_devs[i])
synth_devs1249drivers/sound/sequencer.csynth_devs[i]->reset (i);
synth_devs1255drivers/sound/sequencer.cif (synth_devs[i])
synth_devs1257drivers/sound/sequencer.csynth_devs[i]->controller (i, chn, 0xfe, 0);  /* All notes off */
synth_devs1468drivers/sound/sequencer.creturn synth_devs[dev]->ioctl (dev, cmd, arg);
synth_devs1489drivers/sound/sequencer.creturn IOCTL_OUT (arg, synth_devs[dev]->ioctl (dev, cmd, arg));
synth_devs1503drivers/sound/sequencer.csynth_devs[dev]->ioctl (dev, cmd, arg);
synth_devs1522drivers/sound/sequencer.creturn synth_devs[dev]->ioctl (dev, cmd, arg);
synth_devs1558drivers/sound/sequencer.cif (!synth_devs[dev]->pmgr_interface)
synth_devs1564drivers/sound/sequencer.cif ((err = synth_devs[dev]->pmgr_interface (dev, inf)) == -1)
synth_devs1650drivers/sound/sequencer.cif (!synth_devs[0])
synth_devs1654drivers/sound/sequencer.creturn synth_devs[0]->ioctl (0, cmd, arg);
synth_devs211drivers/sound/sound_switch.cif (!put_status (synth_devs[i]->info->name))