opl4_voice        195 sound/drivers/opl4/opl4_local.h 	struct opl4_voice voices[OPL4_MAX_VOICES];
opl4_voice        313 sound/drivers/opl4/opl4_synth.c 				 void (*func)(struct snd_opl4 *opl4, struct opl4_voice *voice))
opl4_voice        317 sound/drivers/opl4/opl4_synth.c 	struct opl4_voice *voice;
opl4_voice        334 sound/drivers/opl4/opl4_synth.c 				    void (*func)(struct snd_opl4 *opl4, struct opl4_voice *voice))
opl4_voice        338 sound/drivers/opl4/opl4_synth.c 	struct opl4_voice *voice;
opl4_voice        354 sound/drivers/opl4/opl4_synth.c 				void (*func)(struct snd_opl4 *opl4, struct opl4_voice *voice))
opl4_voice        358 sound/drivers/opl4/opl4_synth.c 	struct opl4_voice *voice;
opl4_voice        369 sound/drivers/opl4/opl4_synth.c static void snd_opl4_update_volume(struct snd_opl4 *opl4, struct opl4_voice *voice)
opl4_voice        388 sound/drivers/opl4/opl4_synth.c static void snd_opl4_update_pan(struct snd_opl4 *opl4, struct opl4_voice *voice)
opl4_voice        404 sound/drivers/opl4/opl4_synth.c 					  struct opl4_voice *voice)
opl4_voice        420 sound/drivers/opl4/opl4_synth.c 				  struct opl4_voice *voice)
opl4_voice        451 sound/drivers/opl4/opl4_synth.c 					    struct opl4_voice *voice)
opl4_voice        464 sound/drivers/opl4/opl4_synth.c static struct opl4_voice *snd_opl4_get_voice(struct snd_opl4 *opl4)
opl4_voice        468 sound/drivers/opl4/opl4_synth.c 		return list_entry(opl4->off_voices.next, struct opl4_voice, list);
opl4_voice        471 sound/drivers/opl4/opl4_synth.c 	return list_entry(opl4->on_voices.next, struct opl4_voice, list);
opl4_voice        486 sound/drivers/opl4/opl4_synth.c 	struct opl4_voice *voice[2];
opl4_voice        555 sound/drivers/opl4/opl4_synth.c static void snd_opl4_voice_off(struct snd_opl4 *opl4, struct opl4_voice *voice)
opl4_voice        570 sound/drivers/opl4/opl4_synth.c static void snd_opl4_terminate_voice(struct snd_opl4 *opl4, struct opl4_voice *voice)