snd_trident        66 sound/pci/trident/trident.c 	struct snd_trident *trident;
snd_trident       234 sound/pci/trident/trident.h struct snd_trident;
snd_trident       240 sound/pci/trident/trident.h 	struct snd_trident * trident;
snd_trident       297 sound/pci/trident/trident.h 	struct snd_trident *trident;
snd_trident       405 sound/pci/trident/trident.h 		       struct snd_trident ** rtrident);
snd_trident       406 sound/pci/trident/trident.h int snd_trident_create_gameport(struct snd_trident *trident);
snd_trident       408 sound/pci/trident/trident.h int snd_trident_pcm(struct snd_trident *trident, int device);
snd_trident       409 sound/pci/trident/trident.h int snd_trident_foldback_pcm(struct snd_trident *trident, int device);
snd_trident       410 sound/pci/trident/trident.h int snd_trident_spdif_pcm(struct snd_trident *trident, int device);
snd_trident       411 sound/pci/trident/trident.h int snd_trident_attach_synthesizer(struct snd_trident * trident);
snd_trident       412 sound/pci/trident/trident.h struct snd_trident_voice *snd_trident_alloc_voice(struct snd_trident * trident, int type,
snd_trident       414 sound/pci/trident/trident.h void snd_trident_free_voice(struct snd_trident * trident, struct snd_trident_voice *voice);
snd_trident       415 sound/pci/trident/trident.h void snd_trident_start_voice(struct snd_trident * trident, unsigned int voice);
snd_trident       416 sound/pci/trident/trident.h void snd_trident_stop_voice(struct snd_trident * trident, unsigned int voice);
snd_trident       417 sound/pci/trident/trident.h void snd_trident_write_voice_regs(struct snd_trident * trident, struct snd_trident_voice *voice);
snd_trident       421 sound/pci/trident/trident.h struct snd_util_memblk *snd_trident_alloc_pages(struct snd_trident *trident,
snd_trident       423 sound/pci/trident/trident.h int snd_trident_free_pages(struct snd_trident *trident, struct snd_util_memblk *blk);
snd_trident       424 sound/pci/trident/trident.h struct snd_util_memblk *snd_trident_synth_alloc(struct snd_trident *trident, unsigned int size);
snd_trident       425 sound/pci/trident/trident.h int snd_trident_synth_free(struct snd_trident *trident, struct snd_util_memblk *blk);
snd_trident       426 sound/pci/trident/trident.h int snd_trident_synth_copy_from_user(struct snd_trident *trident, struct snd_util_memblk *blk,
snd_trident        34 sound/pci/trident/trident_main.c static int snd_trident_pcm_mixer_build(struct snd_trident *trident,
snd_trident        37 sound/pci/trident/trident_main.c static int snd_trident_pcm_mixer_free(struct snd_trident *trident,
snd_trident        41 sound/pci/trident/trident_main.c static int snd_trident_sis_reset(struct snd_trident *trident);
snd_trident        43 sound/pci/trident/trident_main.c static void snd_trident_clear_voices(struct snd_trident * trident,
snd_trident        45 sound/pci/trident/trident_main.c static int snd_trident_free(struct snd_trident *trident);
snd_trident        53 sound/pci/trident/trident_main.c static void snd_trident_print_voice_regs(struct snd_trident *trident, int voice)
snd_trident       111 sound/pci/trident/trident_main.c 	struct snd_trident *trident = ac97->private_data;
snd_trident       174 sound/pci/trident/trident_main.c 	struct snd_trident *trident = ac97->private_data;
snd_trident       236 sound/pci/trident/trident_main.c static void snd_trident_enable_eso(struct snd_trident * trident)
snd_trident       263 sound/pci/trident/trident_main.c static void snd_trident_disable_eso(struct snd_trident * trident)
snd_trident       287 sound/pci/trident/trident_main.c void snd_trident_start_voice(struct snd_trident * trident, unsigned int voice)
snd_trident       311 sound/pci/trident/trident_main.c void snd_trident_stop_voice(struct snd_trident * trident, unsigned int voice)
snd_trident       332 sound/pci/trident/trident_main.c static int snd_trident_allocate_pcm_channel(struct snd_trident * trident)
snd_trident       360 sound/pci/trident/trident_main.c static void snd_trident_free_pcm_channel(struct snd_trident *trident, int channel)
snd_trident       382 sound/pci/trident/trident_main.c static int snd_trident_allocate_synth_channel(struct snd_trident * trident)
snd_trident       408 sound/pci/trident/trident_main.c static void snd_trident_free_synth_channel(struct snd_trident *trident, int channel)
snd_trident       431 sound/pci/trident/trident_main.c void snd_trident_write_voice_regs(struct snd_trident * trident,
snd_trident       514 sound/pci/trident/trident_main.c static void snd_trident_write_cso_reg(struct snd_trident * trident,
snd_trident       540 sound/pci/trident/trident_main.c static void snd_trident_write_eso_reg(struct snd_trident * trident,
snd_trident       566 sound/pci/trident/trident_main.c static void snd_trident_write_vol_reg(struct snd_trident * trident,
snd_trident       597 sound/pci/trident/trident_main.c static void snd_trident_write_pan_reg(struct snd_trident * trident,
snd_trident       619 sound/pci/trident/trident_main.c static void snd_trident_write_rvol_reg(struct snd_trident * trident,
snd_trident       643 sound/pci/trident/trident_main.c static void snd_trident_write_cvol_reg(struct snd_trident * trident,
snd_trident       808 sound/pci/trident/trident_main.c 	struct snd_trident *trident = snd_pcm_substream_chip(substream);
snd_trident       842 sound/pci/trident/trident_main.c 	struct snd_trident *trident = snd_pcm_substream_chip(substream);
snd_trident       903 sound/pci/trident/trident_main.c 	struct snd_trident *trident = snd_pcm_substream_chip(substream);
snd_trident       935 sound/pci/trident/trident_main.c 	struct snd_trident *trident = snd_pcm_substream_chip(substream);
snd_trident      1038 sound/pci/trident/trident_main.c 	struct snd_trident *trident = snd_pcm_substream_chip(substream);
snd_trident      1152 sound/pci/trident/trident_main.c 	struct snd_trident *trident = snd_pcm_substream_chip(substream);
snd_trident      1178 sound/pci/trident/trident_main.c 	struct snd_trident *trident = snd_pcm_substream_chip(substream);
snd_trident      1249 sound/pci/trident/trident_main.c 	struct snd_trident *trident = snd_pcm_substream_chip(substream);
snd_trident      1328 sound/pci/trident/trident_main.c 	struct snd_trident *trident = snd_pcm_substream_chip(substream);
snd_trident      1392 sound/pci/trident/trident_main.c 	struct snd_trident *trident = snd_pcm_substream_chip(substream);
snd_trident      1533 sound/pci/trident/trident_main.c 	struct snd_trident *trident = snd_pcm_substream_chip(substream);
snd_trident      1557 sound/pci/trident/trident_main.c 		if ((struct snd_trident *) snd_pcm_substream_chip(s) == trident) {
snd_trident      1630 sound/pci/trident/trident_main.c 	struct snd_trident *trident = snd_pcm_substream_chip(substream);
snd_trident      1669 sound/pci/trident/trident_main.c 	struct snd_trident *trident = snd_pcm_substream_chip(substream);
snd_trident      1699 sound/pci/trident/trident_main.c 	struct snd_trident *trident = snd_pcm_substream_chip(substream);
snd_trident      1834 sound/pci/trident/trident_main.c 	struct snd_trident *trident;
snd_trident      1844 sound/pci/trident/trident_main.c 	struct snd_trident *trident = snd_pcm_substream_chip(substream);
snd_trident      1872 sound/pci/trident/trident_main.c 	struct snd_trident *trident = snd_pcm_substream_chip(substream);
snd_trident      1893 sound/pci/trident/trident_main.c 	struct snd_trident *trident = snd_pcm_substream_chip(substream);
snd_trident      1934 sound/pci/trident/trident_main.c 	struct snd_trident *trident = snd_pcm_substream_chip(substream);
snd_trident      1972 sound/pci/trident/trident_main.c 	struct snd_trident *trident = snd_pcm_substream_chip(substream);
snd_trident      2016 sound/pci/trident/trident_main.c 	struct snd_trident *trident = snd_pcm_substream_chip(substream);
snd_trident      2043 sound/pci/trident/trident_main.c 	struct snd_trident *trident = snd_pcm_substream_chip(substream);
snd_trident      2160 sound/pci/trident/trident_main.c int snd_trident_pcm(struct snd_trident *trident, int device)
snd_trident      2213 sound/pci/trident/trident_main.c int snd_trident_foldback_pcm(struct snd_trident *trident, int device)
snd_trident      2265 sound/pci/trident/trident_main.c int snd_trident_spdif_pcm(struct snd_trident *trident, int device)
snd_trident      2304 sound/pci/trident/trident_main.c 	struct snd_trident *trident = snd_kcontrol_chip(kcontrol);
snd_trident      2317 sound/pci/trident/trident_main.c 	struct snd_trident *trident = snd_kcontrol_chip(kcontrol);
snd_trident      2372 sound/pci/trident/trident_main.c 	struct snd_trident *trident = snd_kcontrol_chip(kcontrol);
snd_trident      2386 sound/pci/trident/trident_main.c 	struct snd_trident *trident = snd_kcontrol_chip(kcontrol);
snd_trident      2467 sound/pci/trident/trident_main.c 	struct snd_trident *trident = snd_kcontrol_chip(kcontrol);
snd_trident      2481 sound/pci/trident/trident_main.c 	struct snd_trident *trident = snd_kcontrol_chip(kcontrol);
snd_trident      2524 sound/pci/trident/trident_main.c 	struct snd_trident *trident = snd_kcontrol_chip(kcontrol);
snd_trident      2537 sound/pci/trident/trident_main.c 	struct snd_trident *trident = snd_kcontrol_chip(kcontrol);
snd_trident      2582 sound/pci/trident/trident_main.c 	struct snd_trident *trident = snd_kcontrol_chip(kcontrol);
snd_trident      2596 sound/pci/trident/trident_main.c 	struct snd_trident *trident = snd_kcontrol_chip(kcontrol);
snd_trident      2642 sound/pci/trident/trident_main.c 	struct snd_trident *trident = snd_kcontrol_chip(kcontrol);
snd_trident      2656 sound/pci/trident/trident_main.c 	struct snd_trident *trident = snd_kcontrol_chip(kcontrol);
snd_trident      2670 sound/pci/trident/trident_main.c 	struct snd_trident *trident = snd_kcontrol_chip(kcontrol);
snd_trident      2720 sound/pci/trident/trident_main.c 	struct snd_trident *trident = snd_kcontrol_chip(kcontrol);
snd_trident      2735 sound/pci/trident/trident_main.c 	struct snd_trident *trident = snd_kcontrol_chip(kcontrol);
snd_trident      2783 sound/pci/trident/trident_main.c 	struct snd_trident *trident = snd_kcontrol_chip(kcontrol);
snd_trident      2793 sound/pci/trident/trident_main.c 	struct snd_trident *trident = snd_kcontrol_chip(kcontrol);
snd_trident      2841 sound/pci/trident/trident_main.c 	struct snd_trident *trident = snd_kcontrol_chip(kcontrol);
snd_trident      2851 sound/pci/trident/trident_main.c 	struct snd_trident *trident = snd_kcontrol_chip(kcontrol);
snd_trident      2895 sound/pci/trident/trident_main.c static void snd_trident_notify_pcm_change(struct snd_trident *trident,
snd_trident      2905 sound/pci/trident/trident_main.c static int snd_trident_pcm_mixer_build(struct snd_trident *trident,
snd_trident      2923 sound/pci/trident/trident_main.c static int snd_trident_pcm_mixer_free(struct snd_trident *trident, struct snd_trident_voice *voice, struct snd_pcm_substream *substream)
snd_trident      2946 sound/pci/trident/trident_main.c static int snd_trident_mixer(struct snd_trident *trident, int pcm_spdif_device)
snd_trident      3113 sound/pci/trident/trident_main.c 	struct snd_trident *chip = gameport_get_port_data(gameport);
snd_trident      3122 sound/pci/trident/trident_main.c 	struct snd_trident *chip = gameport_get_port_data(gameport);
snd_trident      3131 sound/pci/trident/trident_main.c 	struct snd_trident *chip = gameport_get_port_data(gameport);
snd_trident      3149 sound/pci/trident/trident_main.c 	struct snd_trident *chip = gameport_get_port_data(gameport);
snd_trident      3167 sound/pci/trident/trident_main.c int snd_trident_create_gameport(struct snd_trident *chip)
snd_trident      3194 sound/pci/trident/trident_main.c static inline void snd_trident_free_gameport(struct snd_trident *chip)
snd_trident      3202 sound/pci/trident/trident_main.c int snd_trident_create_gameport(struct snd_trident *chip) { return -ENOSYS; }
snd_trident      3203 sound/pci/trident/trident_main.c static inline void snd_trident_free_gameport(struct snd_trident *chip) { }
snd_trident      3209 sound/pci/trident/trident_main.c static inline void do_delay(struct snd_trident *chip)
snd_trident      3218 sound/pci/trident/trident_main.c static int snd_trident_sis_reset(struct snd_trident *trident)
snd_trident      3275 sound/pci/trident/trident_main.c 	struct snd_trident *trident = entry->private_data;
snd_trident      3307 sound/pci/trident/trident_main.c static void snd_trident_proc_init(struct snd_trident *trident)
snd_trident      3318 sound/pci/trident/trident_main.c 	struct snd_trident *trident = device->device_data;
snd_trident      3334 sound/pci/trident/trident_main.c static int snd_trident_tlb_alloc(struct snd_trident *trident)
snd_trident      3380 sound/pci/trident/trident_main.c static void snd_trident_stop_all_voices(struct snd_trident *trident)
snd_trident      3388 sound/pci/trident/trident_main.c static int snd_trident_4d_dx_init(struct snd_trident *trident)
snd_trident      3428 sound/pci/trident/trident_main.c static int snd_trident_4d_nx_init(struct snd_trident *trident)
snd_trident      3486 sound/pci/trident/trident_main.c static int snd_trident_sis_init(struct snd_trident *trident)
snd_trident      3522 sound/pci/trident/trident_main.c 		       struct snd_trident ** rtrident)
snd_trident      3524 sound/pci/trident/trident_main.c 	struct snd_trident *trident;
snd_trident      3659 sound/pci/trident/trident_main.c static int snd_trident_free(struct snd_trident *trident)
snd_trident      3705 sound/pci/trident/trident_main.c 	struct snd_trident *trident = dev_id;
snd_trident      3800 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      3846 sound/pci/trident/trident_main.c void snd_trident_free_voice(struct snd_trident * trident, struct snd_trident_voice *voice)
snd_trident      3874 sound/pci/trident/trident_main.c static void snd_trident_clear_voices(struct snd_trident * trident, unsigned short v_min, unsigned short v_max)
snd_trident      3898 sound/pci/trident/trident_main.c 	struct snd_trident *trident = card->private_data;
snd_trident      3910 sound/pci/trident/trident_main.c 	struct snd_trident *trident = card->private_data;
snd_trident        57 sound/pci/trident/trident_memory.c static inline void set_tlb_bus(struct snd_trident *trident, int page,
snd_trident        64 sound/pci/trident/trident_memory.c static inline void set_silent_tlb(struct snd_trident *trident, int page)
snd_trident        87 sound/pci/trident/trident_memory.c static inline void set_tlb_bus(struct snd_trident *trident, int page,
snd_trident        98 sound/pci/trident/trident_memory.c static inline void set_silent_tlb(struct snd_trident *trident, int page)
snd_trident       109 sound/pci/trident/trident_memory.c static inline void *offset_ptr(struct snd_trident *trident, int offset)
snd_trident       174 sound/pci/trident/trident_memory.c snd_trident_alloc_sg_pages(struct snd_trident *trident,
snd_trident       221 sound/pci/trident/trident_memory.c snd_trident_alloc_cont_pages(struct snd_trident *trident,
snd_trident       266 sound/pci/trident/trident_memory.c snd_trident_alloc_pages(struct snd_trident *trident,
snd_trident       281 sound/pci/trident/trident_memory.c int snd_trident_free_pages(struct snd_trident *trident,