Home
last modified time | relevance | path

Searched refs:snd_trident (Results 1 – 4 of 4) sorted by relevance

/sound/pci/trident/
Dtrident.h249 struct snd_trident;
255 struct snd_trident * trident;
312 struct snd_trident *trident;
355 struct snd_trident { struct
420 struct snd_trident ** rtrident); argument
421 int snd_trident_create_gameport(struct snd_trident *trident);
423 int snd_trident_pcm(struct snd_trident *trident, int device);
424 int snd_trident_foldback_pcm(struct snd_trident *trident, int device);
425 int snd_trident_spdif_pcm(struct snd_trident *trident, int device);
426 int snd_trident_attach_synthesizer(struct snd_trident * trident);
[all …]
Dtrident_main.c48 static int snd_trident_pcm_mixer_build(struct snd_trident *trident,
51 static int snd_trident_pcm_mixer_free(struct snd_trident *trident,
55 static int snd_trident_sis_reset(struct snd_trident *trident);
57 static void snd_trident_clear_voices(struct snd_trident * trident,
59 static int snd_trident_free(struct snd_trident *trident);
67 static void snd_trident_print_voice_regs(struct snd_trident *trident, int voice)
125 struct snd_trident *trident = ac97->private_data; in snd_trident_codec_read()
188 struct snd_trident *trident = ac97->private_data; in snd_trident_codec_write()
250 static void snd_trident_enable_eso(struct snd_trident * trident) in snd_trident_enable_eso()
277 static void snd_trident_disable_eso(struct snd_trident * trident) in snd_trident_disable_eso()
[all …]
Dtrident_memory.c72 static inline void set_tlb_bus(struct snd_trident *trident, int page, in set_tlb_bus()
79 static inline void set_silent_tlb(struct snd_trident *trident, int page) in set_silent_tlb()
102 static inline void set_tlb_bus(struct snd_trident *trident, int page, in set_tlb_bus()
113 static inline void set_silent_tlb(struct snd_trident *trident, int page) in set_silent_tlb()
124 static inline void *offset_ptr(struct snd_trident *trident, int offset) in offset_ptr()
189 snd_trident_alloc_sg_pages(struct snd_trident *trident, in snd_trident_alloc_sg_pages()
236 snd_trident_alloc_cont_pages(struct snd_trident *trident, in snd_trident_alloc_cont_pages()
281 snd_trident_alloc_pages(struct snd_trident *trident, in snd_trident_alloc_pages()
296 int snd_trident_free_pages(struct snd_trident *trident, in snd_trident_free_pages()
Dtrident.c81 struct snd_trident *trident; in snd_trident_probe()