Home
last modified time | relevance | path

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

/openbmc/linux/sound/pci/trident/
H A Dtrident.h234 struct snd_trident;
240 struct snd_trident * trident;
296 struct snd_trident *trident;
339 struct snd_trident { struct
404 int snd_trident_create_gameport(struct snd_trident *trident); argument
406 int snd_trident_pcm(struct snd_trident *trident, int device);
407 int snd_trident_foldback_pcm(struct snd_trident *trident, int device);
408 int snd_trident_spdif_pcm(struct snd_trident *trident, int device);
409 int snd_trident_attach_synthesizer(struct snd_trident * trident);
414 void snd_trident_stop_voice(struct snd_trident * trident, unsigned int voice);
[all …]
H A Dtrident_main.c41 static int snd_trident_sis_reset(struct snd_trident *trident);
111 struct snd_trident *trident = ac97->private_data; in snd_trident_codec_read()
174 struct snd_trident *trident = ac97->private_data; in snd_trident_codec_write()
1801 struct snd_trident *trident; in snd_trident_pcm_free_substream()
3195 static inline void do_delay(struct snd_trident *chip) in do_delay()
3261 struct snd_trident *trident = entry->private_data; in snd_trident_proc_read()
3500 struct snd_trident *trident = card->private_data; in snd_trident_create()
3616 struct snd_trident *trident = card->private_data; in snd_trident_free()
3652 struct snd_trident *trident = dev_id; in snd_trident_interrupt()
3845 struct snd_trident *trident = card->private_data; in snd_trident_suspend()
[all …]
H A Dtrident_memory.c51 static inline void set_tlb_bus(struct snd_trident *trident, int page, in set_tlb_bus()
58 static inline void set_silent_tlb(struct snd_trident *trident, int page) in set_silent_tlb()
80 static inline void set_tlb_bus(struct snd_trident *trident, int page, in set_tlb_bus()
90 static inline void set_silent_tlb(struct snd_trident *trident, int page) in set_silent_tlb()
157 snd_trident_alloc_sg_pages(struct snd_trident *trident, in snd_trident_alloc_sg_pages()
202 snd_trident_alloc_cont_pages(struct snd_trident *trident, in snd_trident_alloc_cont_pages()
245 snd_trident_alloc_pages(struct snd_trident *trident, in snd_trident_alloc_pages()
260 int snd_trident_free_pages(struct snd_trident *trident, in snd_trident_free_pages()
H A Dtrident.c54 struct snd_trident *trident; in snd_trident_probe()