Searched defs:trident (Results 1 - 5 of 5) sorted by relevance
/linux-4.4.14/sound/pci/trident/ |
H A D | Makefile | |
H A D | trident.c | 81 struct snd_trident *trident; snd_trident_probe() local
|
H A D | trident_memory.c | 72 static inline void set_tlb_bus(struct snd_trident *trident, int page, set_tlb_bus() argument 79 static inline void set_silent_tlb(struct snd_trident *trident, int page) set_silent_tlb() argument 102 static inline void set_tlb_bus(struct snd_trident *trident, int page, set_tlb_bus() argument 113 static inline void set_silent_tlb(struct snd_trident *trident, int page) set_silent_tlb() argument 124 static inline void *offset_ptr(struct snd_trident *trident, int offset) offset_ptr() argument 189 snd_trident_alloc_sg_pages(struct snd_trident *trident, snd_trident_alloc_sg_pages() argument 236 snd_trident_alloc_cont_pages(struct snd_trident *trident, snd_trident_alloc_cont_pages() argument 281 snd_trident_alloc_pages(struct snd_trident *trident, snd_trident_alloc_pages() argument 296 int snd_trident_free_pages(struct snd_trident *trident, snd_trident_free_pages() argument
|
H A D | trident_main.c | 125 struct snd_trident *trident = ac97->private_data; snd_trident_codec_read() local 188 struct snd_trident *trident = ac97->private_data; snd_trident_codec_write() local 250 static void snd_trident_enable_eso(struct snd_trident * trident) snd_trident_enable_eso() argument 277 static void snd_trident_disable_eso(struct snd_trident * trident) snd_trident_disable_eso() argument 301 void snd_trident_start_voice(struct snd_trident * trident, unsigned int voice) snd_trident_start_voice() argument 325 void snd_trident_stop_voice(struct snd_trident * trident, unsigned int voice) snd_trident_stop_voice() argument 346 static int snd_trident_allocate_pcm_channel(struct snd_trident * trident) snd_trident_allocate_pcm_channel() argument 374 static void snd_trident_free_pcm_channel(struct snd_trident *trident, int channel) snd_trident_free_pcm_channel() argument 396 static int snd_trident_allocate_synth_channel(struct snd_trident * trident) snd_trident_allocate_synth_channel() argument 422 static void snd_trident_free_synth_channel(struct snd_trident *trident, int channel) snd_trident_free_synth_channel() argument 445 void snd_trident_write_voice_regs(struct snd_trident * trident, snd_trident_write_voice_regs() argument 528 static void snd_trident_write_cso_reg(struct snd_trident * trident, snd_trident_write_cso_reg() argument 554 static void snd_trident_write_eso_reg(struct snd_trident * trident, snd_trident_write_eso_reg() argument 580 static void snd_trident_write_vol_reg(struct snd_trident * trident, snd_trident_write_vol_reg() argument 611 static void snd_trident_write_pan_reg(struct snd_trident * trident, snd_trident_write_pan_reg() argument 633 static void snd_trident_write_rvol_reg(struct snd_trident * trident, snd_trident_write_rvol_reg() argument 657 static void snd_trident_write_cvol_reg(struct snd_trident * trident, snd_trident_write_cvol_reg() argument 822 struct snd_trident *trident = snd_pcm_substream_chip(substream); snd_trident_allocate_pcm_mem() local 856 struct snd_trident *trident = snd_pcm_substream_chip(substream); snd_trident_allocate_evoice() local 917 struct snd_trident *trident = snd_pcm_substream_chip(substream); snd_trident_hw_free() local 949 struct snd_trident *trident = snd_pcm_substream_chip(substream); snd_trident_playback_prepare() local 1052 struct snd_trident *trident = snd_pcm_substream_chip(substream); snd_trident_capture_prepare() local 1166 struct snd_trident *trident = snd_pcm_substream_chip(substream); snd_trident_si7018_capture_hw_free() local 1192 struct snd_trident *trident = snd_pcm_substream_chip(substream); snd_trident_si7018_capture_prepare() local 1263 struct snd_trident *trident = snd_pcm_substream_chip(substream); snd_trident_foldback_prepare() local 1342 struct snd_trident *trident = snd_pcm_substream_chip(substream); snd_trident_spdif_hw_params() local 1406 struct snd_trident *trident = snd_pcm_substream_chip(substream); snd_trident_spdif_prepare() local 1547 struct snd_trident *trident = snd_pcm_substream_chip(substream); snd_trident_trigger() local 1644 struct snd_trident *trident = snd_pcm_substream_chip(substream); snd_trident_playback_pointer() local 1683 struct snd_trident *trident = snd_pcm_substream_chip(substream); snd_trident_capture_pointer() local 1713 struct snd_trident *trident = snd_pcm_substream_chip(substream); snd_trident_spdif_pointer() local 1848 struct snd_trident *trident; snd_trident_pcm_free_substream() local 1858 struct snd_trident *trident = snd_pcm_substream_chip(substream); snd_trident_playback_open() local 1886 struct snd_trident *trident = snd_pcm_substream_chip(substream); snd_trident_playback_close() local 1907 struct snd_trident *trident = snd_pcm_substream_chip(substream); snd_trident_spdif_open() local 1948 struct snd_trident *trident = snd_pcm_substream_chip(substream); snd_trident_spdif_close() local 1986 struct snd_trident *trident = snd_pcm_substream_chip(substream); snd_trident_capture_open() local 2030 struct snd_trident *trident = snd_pcm_substream_chip(substream); snd_trident_foldback_open() local 2057 struct snd_trident *trident = snd_pcm_substream_chip(substream); snd_trident_foldback_close() local 2174 int snd_trident_pcm(struct snd_trident *trident, int device) snd_trident_pcm() argument 2227 int snd_trident_foldback_pcm(struct snd_trident *trident, int device) snd_trident_foldback_pcm() argument 2279 int snd_trident_spdif_pcm(struct snd_trident *trident, int device) snd_trident_spdif_pcm() argument 2318 struct snd_trident *trident = snd_kcontrol_chip(kcontrol); snd_trident_spdif_control_get() local 2331 struct snd_trident *trident = snd_kcontrol_chip(kcontrol); snd_trident_spdif_control_put() local 2386 struct snd_trident *trident = snd_kcontrol_chip(kcontrol); snd_trident_spdif_default_get() local 2400 struct snd_trident *trident = snd_kcontrol_chip(kcontrol); snd_trident_spdif_default_put() local 2481 struct snd_trident *trident = snd_kcontrol_chip(kcontrol); snd_trident_spdif_stream_get() local 2495 struct snd_trident *trident = snd_kcontrol_chip(kcontrol); snd_trident_spdif_stream_put() local 2538 struct snd_trident *trident = snd_kcontrol_chip(kcontrol); snd_trident_ac97_control_get() local 2551 struct snd_trident *trident = snd_kcontrol_chip(kcontrol); snd_trident_ac97_control_put() local 2596 struct snd_trident *trident = snd_kcontrol_chip(kcontrol); snd_trident_vol_control_get() local 2610 struct snd_trident *trident = snd_kcontrol_chip(kcontrol); snd_trident_vol_control_put() local 2656 struct snd_trident *trident = snd_kcontrol_chip(kcontrol); snd_trident_pcm_vol_control_info() local 2670 struct snd_trident *trident = snd_kcontrol_chip(kcontrol); snd_trident_pcm_vol_control_get() local 2684 struct snd_trident *trident = snd_kcontrol_chip(kcontrol); snd_trident_pcm_vol_control_put() local 2734 struct snd_trident *trident = snd_kcontrol_chip(kcontrol); snd_trident_pcm_pan_control_get() local 2749 struct snd_trident *trident = snd_kcontrol_chip(kcontrol); snd_trident_pcm_pan_control_put() local 2797 struct snd_trident *trident = snd_kcontrol_chip(kcontrol); snd_trident_pcm_rvol_control_get() local 2807 struct snd_trident *trident = snd_kcontrol_chip(kcontrol); snd_trident_pcm_rvol_control_put() local 2855 struct snd_trident *trident = snd_kcontrol_chip(kcontrol); snd_trident_pcm_cvol_control_get() local 2865 struct snd_trident *trident = snd_kcontrol_chip(kcontrol); snd_trident_pcm_cvol_control_put() local 2909 static void snd_trident_notify_pcm_change(struct snd_trident *trident, snd_trident_notify_pcm_change() argument 2919 static int snd_trident_pcm_mixer_build(struct snd_trident *trident, snd_trident_pcm_mixer_build() argument 2937 static int snd_trident_pcm_mixer_free(struct snd_trident *trident, struct snd_trident_voice *voice, struct snd_pcm_substream *substream) snd_trident_pcm_mixer_free() argument 2960 static int snd_trident_mixer(struct snd_trident *trident, int pcm_spdif_device) snd_trident_mixer() argument 3232 static int snd_trident_sis_reset(struct snd_trident *trident) snd_trident_sis_reset() argument 3289 struct snd_trident *trident = entry->private_data; snd_trident_proc_read() local 3321 static void snd_trident_proc_init(struct snd_trident *trident) snd_trident_proc_init() argument 3334 struct snd_trident *trident = device->device_data; snd_trident_dev_free() local 3350 static int snd_trident_tlb_alloc(struct snd_trident *trident) snd_trident_tlb_alloc() argument 3396 static void snd_trident_stop_all_voices(struct snd_trident *trident) snd_trident_stop_all_voices() argument 3404 static int snd_trident_4d_dx_init(struct snd_trident *trident) snd_trident_4d_dx_init() argument 3444 static int snd_trident_4d_nx_init(struct snd_trident *trident) snd_trident_4d_nx_init() argument 3502 static int snd_trident_sis_init(struct snd_trident *trident) snd_trident_sis_init() argument 3540 struct snd_trident *trident; snd_trident_create() local 3675 static int snd_trident_free(struct snd_trident *trident) snd_trident_free() argument 3721 struct snd_trident *trident = dev_id; snd_trident_interrupt() local 3816 struct snd_trident_voice *snd_trident_alloc_voice(struct snd_trident * trident, int type, int client, int port) snd_trident_alloc_voice() argument 3862 void snd_trident_free_voice(struct snd_trident * trident, struct snd_trident_voice *voice) snd_trident_free_voice() argument 3890 static void snd_trident_clear_voices(struct snd_trident * trident, unsigned short v_min, unsigned short v_max) snd_trident_clear_voices() argument 3914 struct snd_trident *trident = card->private_data; snd_trident_suspend() local 3930 struct snd_trident *trident = card->private_data; snd_trident_resume() local
|
H A D | trident.h | 255 struct snd_trident * trident; member in struct:snd_trident_port 312 struct snd_trident *trident; member in struct:snd_trident_voice
|
Completed in 214 milliseconds