Home
last modified time | relevance | path

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

/sound/pci/trident/
Dtrident_main.c126 struct snd_trident *trident = ac97->private_data; in snd_trident_codec_read() local
189 struct snd_trident *trident = ac97->private_data; in snd_trident_codec_write() local
251 static void snd_trident_enable_eso(struct snd_trident * trident) in snd_trident_enable_eso()
278 static void snd_trident_disable_eso(struct snd_trident * trident) in snd_trident_disable_eso()
302 void snd_trident_start_voice(struct snd_trident * trident, unsigned int voice) in snd_trident_start_voice()
326 void snd_trident_stop_voice(struct snd_trident * trident, unsigned int voice) in snd_trident_stop_voice()
347 static int snd_trident_allocate_pcm_channel(struct snd_trident * trident) in snd_trident_allocate_pcm_channel()
375 static void snd_trident_free_pcm_channel(struct snd_trident *trident, int channel) in snd_trident_free_pcm_channel()
397 static int snd_trident_allocate_synth_channel(struct snd_trident * trident) in snd_trident_allocate_synth_channel()
423 static void snd_trident_free_synth_channel(struct snd_trident *trident, int channel) in snd_trident_free_synth_channel()
[all …]
Dtrident_memory.c37 #define __set_tlb_bus(trident,page,ptr,addr) \ argument
40 #define __tlb_to_ptr(trident,page) \ argument
42 #define __tlb_to_addr(trident,page) \ argument
50 #define set_tlb_bus(trident,page,ptr,addr) __set_tlb_bus(trident,page,ptr,addr) argument
52 #define set_silent_tlb(trident,page) __set_tlb_bus(trident, page, (unsigned long)trident->tlb.silen… argument
58 #define page_to_ptr(trident,page) __tlb_to_ptr(trident, page) argument
60 #define page_to_addr(trident,page) __tlb_to_addr(trident, page) argument
68 #define page_to_ptr(trident,page) __tlb_to_ptr(trident, (page) << 1) argument
69 #define page_to_addr(trident,page) __tlb_to_addr(trident, (page) << 1) argument
72 static inline void set_tlb_bus(struct snd_trident *trident, int page, in set_tlb_bus()
[all …]
Dtrident.c81 struct snd_trident *trident; in snd_trident_probe() local
Dtrident.h51 #define TRID_REG(trident, x) ((trident)->port + (x)) argument
255 struct snd_trident * trident; member
312 struct snd_trident *trident; member