synth_devs         59 sound/core/seq/oss/seq_oss_synth.c static struct seq_oss_synth *synth_devs[SNDRV_SEQ_OSS_MAX_SYNTH_DEVS];
synth_devs        115 sound/core/seq/oss/seq_oss_synth.c 		if (synth_devs[i] == NULL)
synth_devs        128 sound/core/seq/oss/seq_oss_synth.c 	synth_devs[i] = rec;
synth_devs        149 sound/core/seq/oss/seq_oss_synth.c 		if (synth_devs[index] == rec)
synth_devs        157 sound/core/seq/oss/seq_oss_synth.c 	synth_devs[index] = NULL;
synth_devs        160 sound/core/seq/oss/seq_oss_synth.c 			if (synth_devs[index])
synth_devs        187 sound/core/seq/oss/seq_oss_synth.c 	rec = synth_devs[dev];