Home
last modified time | relevance | path

Searched defs:trident (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.10/sound/pci/trident/
Dtrident_main.c111 struct snd_trident *trident = ac97->private_data; in snd_trident_codec_read() local
174 struct snd_trident *trident = ac97->private_data; in snd_trident_codec_write() local
236 static void snd_trident_enable_eso(struct snd_trident * trident) in snd_trident_enable_eso()
263 static void snd_trident_disable_eso(struct snd_trident * trident) in snd_trident_disable_eso()
287 void snd_trident_start_voice(struct snd_trident * trident, unsigned int voice) in snd_trident_start_voice()
311 void snd_trident_stop_voice(struct snd_trident * trident, unsigned int voice) in snd_trident_stop_voice()
332 static int snd_trident_allocate_pcm_channel(struct snd_trident * trident) in snd_trident_allocate_pcm_channel()
360 static void snd_trident_free_pcm_channel(struct snd_trident *trident, int channel) in snd_trident_free_pcm_channel()
382 static int snd_trident_allocate_synth_channel(struct snd_trident * trident) in snd_trident_allocate_synth_channel()
408 static void snd_trident_free_synth_channel(struct snd_trident *trident, int channel) in snd_trident_free_synth_channel()
[all …]
Dtrident_memory.c22 #define __set_tlb_bus(trident,page,ptr,addr) \ argument
25 #define __tlb_to_ptr(trident,page) \ argument
27 #define __tlb_to_addr(trident,page) \ argument
35 #define set_tlb_bus(trident,page,ptr,addr) __set_tlb_bus(trident,page,ptr,addr) argument
37 #define set_silent_tlb(trident,page) __set_tlb_bus(trident, page, (unsigned long)trident->tlb.silen… argument
43 #define page_to_ptr(trident,page) __tlb_to_ptr(trident, page) argument
45 #define page_to_addr(trident,page) __tlb_to_addr(trident, page) argument
53 #define page_to_ptr(trident,page) __tlb_to_ptr(trident, (page) << 1) argument
54 #define page_to_addr(trident,page) __tlb_to_addr(trident, (page) << 1) argument
57 static inline void set_tlb_bus(struct snd_trident *trident, int page, in set_tlb_bus()
[all …]
Dtrident.c66 struct snd_trident *trident; in snd_trident_probe() local
Dtrident.h36 #define TRID_REG(trident, x) ((trident)->port + (x)) argument
240 struct snd_trident * trident; member
297 struct snd_trident *trident; member