synths             21 drivers/staging/speakup/synth.c static LIST_HEAD(synths);
synths            372 drivers/staging/speakup/synth.c 	list_for_each_entry(tmp, &synths, node) {
synths            455 drivers/staging/speakup/synth.c 	list_for_each_entry(tmp, &synths, node) {
synths            466 drivers/staging/speakup/synth.c 		list_add_tail(&in_synth->node, &synths);
synths             87 sound/core/seq/oss/seq_oss_device.h 	struct seq_oss_synthinfo synths[SNDRV_SEQ_OSS_MAX_SYNTH_DEVS];
synths            208 sound/core/seq/oss/seq_oss_synth.c 	memset(dp->synths, 0, sizeof(dp->synths));
synths            217 sound/core/seq/oss/seq_oss_synth.c 		info = &dp->synths[i];
synths            268 sound/core/seq/oss/seq_oss_synth.c 		info = &dp->synths[dp->max_synthdev];
synths            302 sound/core/seq/oss/seq_oss_synth.c 		info = &dp->synths[i];
synths            336 sound/core/seq/oss/seq_oss_synth.c 	return &dp->synths[dev];
synths             57 sound/core/seq/seq_midi.c static struct seq_midisynth_client *synths[SNDRV_CARDS];
synths            298 sound/core/seq/seq_midi.c 	client = synths[card->number];
synths            389 sound/core/seq/seq_midi.c 		synths[card->number] = client;
synths            422 sound/core/seq/seq_midi.c 	client = synths[card->number];
synths            437 sound/core/seq/seq_midi.c 		synths[card->number] = NULL;