| /OK3568_Linux_fs/kernel/sound/pci/trident/ |
| H A D | trident_main.c | 34 static int snd_trident_pcm_mixer_build(struct snd_trident *trident, 37 static int snd_trident_pcm_mixer_free(struct snd_trident *trident, 41 static int snd_trident_sis_reset(struct snd_trident *trident); 43 static void snd_trident_clear_voices(struct snd_trident * trident, 45 static int snd_trident_free(struct snd_trident *trident); 53 static void snd_trident_print_voice_regs(struct snd_trident *trident, int voice) 57 dev_dbg(trident->card->dev, "Trident voice %i:\n", voice); 58 outb(voice, TRID_REG(trident, T4D_LFO_GC_CIR)); 59 val = inl(TRID_REG(trident, CH_LBA)); 60 dev_dbg(trident->card->dev, "LBA: 0x%x\n", val); [all …]
|
| H A D | trident_memory.c | 22 #define __set_tlb_bus(trident,page,ptr,addr) \ argument 23 do { (trident)->tlb.entries[page] = cpu_to_le32((addr) & ~(SNDRV_TRIDENT_PAGE_SIZE-1)); \ 24 (trident)->tlb.shadow_entries[page] = (ptr); } while (0) 25 #define __tlb_to_ptr(trident,page) \ argument 26 (void*)((trident)->tlb.shadow_entries[page]) 27 #define __tlb_to_addr(trident,page) \ argument 28 (dma_addr_t)le32_to_cpu((trident->tlb.entries[page]) & ~(SNDRV_TRIDENT_PAGE_SIZE - 1)) 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 [all …]
|
| H A D | trident.c | 66 struct snd_trident *trident; in snd_trident_probe() local 86 &trident)) < 0) { in snd_trident_probe() 90 card->private_data = trident; in snd_trident_probe() 92 switch (trident->device) { in snd_trident_probe() 106 if (trident->device == TRIDENT_DEVICE_ID_SI7018) { in snd_trident_probe() 113 card->shortname, trident->port, trident->irq); in snd_trident_probe() 115 if ((err = snd_trident_pcm(trident, pcm_dev++)) < 0) { in snd_trident_probe() 119 switch (trident->device) { in snd_trident_probe() 122 if ((err = snd_trident_foldback_pcm(trident, pcm_dev++)) < 0) { in snd_trident_probe() 128 if (trident->device == TRIDENT_DEVICE_ID_NX || trident->device == TRIDENT_DEVICE_ID_SI7018) { in snd_trident_probe() [all …]
|
| H A D | trident.h | 36 #define TRID_REG(trident, x) ((trident)->port + (x)) argument 240 struct snd_trident * trident; member 297 struct snd_trident *trident; member 406 int snd_trident_create_gameport(struct snd_trident *trident); 408 int snd_trident_pcm(struct snd_trident *trident, int device); 409 int snd_trident_foldback_pcm(struct snd_trident *trident, int device); 410 int snd_trident_spdif_pcm(struct snd_trident *trident, int device); 411 int snd_trident_attach_synthesizer(struct snd_trident * trident); 412 struct snd_trident_voice *snd_trident_alloc_voice(struct snd_trident * trident, int type, 414 void snd_trident_free_voice(struct snd_trident * trident, struct snd_trident_voice *voice); [all …]
|
| H A D | Makefile | 7 snd-trident-objs := trident.o trident_main.o trident_memory.o 10 obj-$(CONFIG_SND_TRIDENT) += snd-trident.o
|
| /OK3568_Linux_fs/buildroot/package/x11r7/xdriver_xf86-video-trident/ |
| H A D | 0001-Remove-ramdac.patch | 12 trident.h:41:10: fatal error: xf86RamDac.h: No such file or directory 21 https://gitlab.freedesktop.org/xorg/driver/xf86-video-trident/-/merge_requests/1] 23 src/trident.h | 3 --- 26 diff --git a/src/trident.h b/src/trident.h 28 --- a/src/trident.h 29 +++ b/src/trident.h
|
| H A D | Config.in | 2 bool "xf86-video-trident"
|
| H A D | xdriver_xf86-video-trident.hash | 2 sha256 9e5119d974c3e2221994542d35e3a0b3426a441869ddd6dd08a84f324856ac3f xf86-video-trident-1.3.8.…
|
| H A D | xdriver_xf86-video-trident.mk | 8 XDRIVER_XF86_VIDEO_TRIDENT_SOURCE = xf86-video-trident-$(XDRIVER_XF86_VIDEO_TRIDENT_VERSION).tar.bz2
|
| /OK3568_Linux_fs/kernel/Documentation/sound/cards/ |
| H A D | joystick.rst | 57 trident N/A N/A 78 These ALSA drivers (cs46xx, trident and au88x0) have the
|
| /OK3568_Linux_fs/kernel/Documentation/translations/zh_CN/process/ |
| H A D | magic-number.rst | 112 TRIDENT_CARD_MAGIC 0x5072696E trident_card ``sound/oss/trident.c`` 122 TRIDENT_STATE_MAGIC 0x63657373 trient_state ``sound/oss/trident.c``
|
| /OK3568_Linux_fs/kernel/sound/pci/ |
| H A D | Makefile | 81 trident/ \
|
| H A D | Kconfig | 851 will be called snd-trident.
|
| /OK3568_Linux_fs/kernel/Documentation/process/ |
| H A D | magic-number.rst | 123 TRIDENT_CARD_MAGIC 0x5072696E trident_card ``sound/oss/trident.c`` 133 TRIDENT_STATE_MAGIC 0x63657373 trient_state ``sound/oss/trident.c``
|
| /OK3568_Linux_fs/kernel/Documentation/translations/it_IT/process/ |
| H A D | magic-number.rst | 129 TRIDENT_CARD_MAGIC 0x5072696E trident_card ``sound/oss/trident.c`` 139 TRIDENT_STATE_MAGIC 0x63657373 trient_state ``sound/oss/trident.c``
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/doc/ |
| H A D | Registry | 94 trident
|
| /OK3568_Linux_fs/buildroot/package/x11r7/ |
| H A D | Config.in | 185 source package/x11r7/xdriver_xf86-video-trident/Config.in
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/static/js/ |
| H A D | typeahead.jquery.js | 22 …return /(msie|trident)/i.test(navigator.userAgent) ? navigator.userAgent.match(/(msie |rv:)(\d+(.\…
|
| /OK3568_Linux_fs/kernel/Documentation/sound/ |
| H A D | alsa-configuration.rst | 2185 Module snd-trident
|
| /OK3568_Linux_fs/buildroot/ |
| H A D | CHANGES | 7765 xdriver_xf86-video-{trident,vmware,voodoo}, xenomai, 8613 xdriver_xf86-video-tga, xdriver_xf86-video-trident, 9211 xdriver_xf86-video-{tdfx,tga,trident,v4l,vesa,vmware,voodoo,wsfb}, 9311 xdriver_xf86-video-{tdfx,trident,vesa,vmware,wsfb}, xenomai, 10531 xdriver-xf86-video-{sunleo,suntcx,tdfx,tga,trident,v4l,vesa},
|
| /OK3568_Linux_fs/kernel/ |
| H A D | CREDITS | 340 D: trident OSS sound driver, x86-64 dma-ops and Calgary IOMMU,
|
| /OK3568_Linux_fs/output/sessions/2025-06-06_01-57-56/ |
| H A D | 10-kernel-build_2025-06-06_01-57-58.log | |
| H A D | build_2025-06-06_01-57-58.log | |
| H A D | 10-kernel-build.log | |
| H A D | build.log | |