snd_trident_voice  250 include/sound/trident.h struct snd_trident_voice;
snd_trident_voice  314 include/sound/trident.h 	struct snd_trident_voice *extra;	/* extra PCM voice (acts as interrupt generator) */
snd_trident_voice  332 include/sound/trident.h 	void (*private_free)(struct snd_trident_voice *voice);
snd_trident_voice  339 include/sound/trident.h 	struct snd_trident_voice voices[64];	
snd_trident_voice  347 include/sound/trident.h 	struct snd_trident_voice *voice;	/* active voice */
snd_trident_voice  427 include/sound/trident.h struct snd_trident_voice *snd_trident_alloc_voice(struct snd_trident * trident, int type,
snd_trident_voice  818 sound/pci/trident/trident_main.c 	struct snd_trident_voice *voice = runtime->private_data;
snd_trident_voice  852 sound/pci/trident/trident_main.c 	struct snd_trident_voice *voice = runtime->private_data;
snd_trident_voice  853 sound/pci/trident/trident_main.c 	struct snd_trident_voice *evoice = voice->extra;
snd_trident_voice  913 sound/pci/trident/trident_main.c 	struct snd_trident_voice *voice = runtime->private_data;
snd_trident_voice  914 sound/pci/trident/trident_main.c 	struct snd_trident_voice *evoice = voice ? voice->extra : NULL;
snd_trident_voice  945 sound/pci/trident/trident_main.c 	struct snd_trident_voice *voice = runtime->private_data;
snd_trident_voice  946 sound/pci/trident/trident_main.c 	struct snd_trident_voice *evoice = voice->extra;
snd_trident_voice 1048 sound/pci/trident/trident_main.c 	struct snd_trident_voice *voice = runtime->private_data;
snd_trident_voice 1162 sound/pci/trident/trident_main.c 	struct snd_trident_voice *voice = runtime->private_data;
snd_trident_voice 1163 sound/pci/trident/trident_main.c 	struct snd_trident_voice *evoice = voice ? voice->extra : NULL;
snd_trident_voice 1188 sound/pci/trident/trident_main.c 	struct snd_trident_voice *voice = runtime->private_data;
snd_trident_voice 1189 sound/pci/trident/trident_main.c 	struct snd_trident_voice *evoice = voice->extra;
snd_trident_voice 1259 sound/pci/trident/trident_main.c 	struct snd_trident_voice *voice = runtime->private_data;
snd_trident_voice 1260 sound/pci/trident/trident_main.c 	struct snd_trident_voice *evoice = voice->extra;
snd_trident_voice 1402 sound/pci/trident/trident_main.c 	struct snd_trident_voice *voice = runtime->private_data;
snd_trident_voice 1403 sound/pci/trident/trident_main.c 	struct snd_trident_voice *evoice = voice->extra;
snd_trident_voice 1544 sound/pci/trident/trident_main.c 	struct snd_trident_voice *voice, *evoice;
snd_trident_voice 1640 sound/pci/trident/trident_main.c 	struct snd_trident_voice *voice = runtime->private_data;
snd_trident_voice 1679 sound/pci/trident/trident_main.c 	struct snd_trident_voice *voice = runtime->private_data;
snd_trident_voice 1709 sound/pci/trident/trident_main.c 	struct snd_trident_voice *voice = runtime->private_data;
snd_trident_voice 1841 sound/pci/trident/trident_main.c 	struct snd_trident_voice *voice = runtime->private_data;
snd_trident_voice 1854 sound/pci/trident/trident_main.c 	struct snd_trident_voice *voice;
snd_trident_voice 1882 sound/pci/trident/trident_main.c 	struct snd_trident_voice *voice = runtime->private_data;
snd_trident_voice 1902 sound/pci/trident/trident_main.c 	struct snd_trident_voice *voice;
snd_trident_voice 1981 sound/pci/trident/trident_main.c 	struct snd_trident_voice *voice;
snd_trident_voice 2025 sound/pci/trident/trident_main.c 	struct snd_trident_voice *voice;
snd_trident_voice 2052 sound/pci/trident/trident_main.c 	struct snd_trident_voice *voice;
snd_trident_voice 3545 sound/pci/trident/trident_main.c 	struct snd_trident_voice *voice;
snd_trident_voice 3728 sound/pci/trident/trident_main.c 	struct snd_trident_voice *voice;
snd_trident_voice 3820 sound/pci/trident/trident_main.c struct snd_trident_voice *snd_trident_alloc_voice(struct snd_trident * trident, int type, int client, int port)
snd_trident_voice 3822 sound/pci/trident/trident_main.c 	struct snd_trident_voice *pvoice;
snd_trident_voice 3869 sound/pci/trident/trident_main.c 	void (*private_free)(struct snd_trident_voice *);