Searched refs:synths (Results 1 - 4 of 4) sorted by relevance

/linux-master/sound/core/seq/
H A Dseq_midi.c58 static struct seq_midisynth_client *synths[SNDRV_CARDS]; variable in typeref:struct:seq_midisynth_client
306 client = synths[card->number];
397 synths[card->number] = client;
424 client = synths[card->number];
437 synths[card->number] = NULL;
/linux-master/sound/core/seq/oss/
H A Dseq_oss_synth.c208 memset(dp->synths, 0, sizeof(dp->synths));
217 info = &dp->synths[i];
268 info = &dp->synths[dp->max_synthdev];
302 info = &dp->synths[i];
336 return &dp->synths[dev];
H A Dseq_oss_device.h87 struct seq_oss_synthinfo synths[SNDRV_SEQ_OSS_MAX_SYNTH_DEVS]; member in struct:seq_oss_devinfo
/linux-master/drivers/accessibility/speakup/
H A Dsynth.c21 static LIST_HEAD(synths);
375 list_for_each_entry(tmp, &synths, node) {
460 list_for_each_entry(tmp, &synths, node) {
471 list_add_tail(&in_synth->node, &synths);

Completed in 182 milliseconds