Home
last modified time | relevance | path

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

/openbmc/linux/sound/pci/trident/
H A 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
1801 struct snd_trident *trident; in snd_trident_pcm_free_substream() local
2269 struct snd_trident *trident = snd_kcontrol_chip(kcontrol); in snd_trident_spdif_control_get() local
2282 struct snd_trident *trident = snd_kcontrol_chip(kcontrol); in snd_trident_spdif_control_put() local
3261 struct snd_trident *trident = entry->private_data; in snd_trident_proc_read() local
3500 struct snd_trident *trident = card->private_data; in snd_trident_create() local
3616 struct snd_trident *trident = card->private_data; in snd_trident_free() local
3652 struct snd_trident *trident = dev_id; in snd_trident_interrupt() local
3845 struct snd_trident *trident = card->private_data; in snd_trident_suspend() local
[all …]
H A Dtrident_memory.c22 #define __set_tlb_bus(trident,page,addr) \ argument
24 #define __tlb_to_addr(trident,page) \ argument
32 #define set_tlb_bus(trident,page,addr) __set_tlb_bus(trident,page,addr) argument
40 #define page_to_addr(trident,page) __tlb_to_addr(trident, page) argument
48 #define page_to_addr(trident,page) __tlb_to_addr(trident, (page) << 1) argument
51 static inline void set_tlb_bus(struct snd_trident *trident, int page, in set_tlb_bus()
80 static inline void set_tlb_bus(struct snd_trident *trident, int page, in set_tlb_bus()
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()
[all …]
H A Dtrident.c54 struct snd_trident *trident; in snd_trident_probe() local
H A Dtrident.h36 #define TRID_REG(trident, x) ((trident)->port + (x)) argument
240 struct snd_trident * trident; member
296 struct snd_trident *trident; member