Lines Matching defs:emu
48 void snd_emu8000_poke(struct snd_emu8000 *emu, unsigned int port, unsigned int reg, unsigned int va… in snd_emu8000_poke()
61 unsigned short snd_emu8000_peek(struct snd_emu8000 *emu, unsigned int port, unsigned int reg) in snd_emu8000_peek()
76 void snd_emu8000_poke_dw(struct snd_emu8000 *emu, unsigned int port, unsigned int reg, unsigned int… in snd_emu8000_poke_dw()
90 unsigned int snd_emu8000_peek_dw(struct snd_emu8000 *emu, unsigned int port, unsigned int reg) in snd_emu8000_peek_dw()
110 snd_emu8000_dma_chan(struct snd_emu8000 *emu, int ch, int mode) in snd_emu8000_dma_chan()
135 snd_emu8000_read_wait(struct snd_emu8000 *emu) in snd_emu8000_read_wait()
147 snd_emu8000_write_wait(struct snd_emu8000 *emu) in snd_emu8000_write_wait()
160 snd_emu8000_detect(struct snd_emu8000 *emu) in snd_emu8000_detect()
186 init_audio(struct snd_emu8000 *emu) in init_audio()
227 init_dma(struct snd_emu8000 *emu) in init_dma()
331 send_array(struct snd_emu8000 *emu, unsigned short *data, int size) in send_array()
353 init_arrays(struct snd_emu8000 *emu) in init_arrays()
379 size_dram(struct snd_emu8000 *emu) in size_dram()
461 snd_emu8000_init_fm(struct snd_emu8000 *emu) in snd_emu8000_init_fm()
507 snd_emu8000_init_hw(struct snd_emu8000 *emu) in snd_emu8000_init_hw()
591 snd_emu8000_update_equalizer(struct snd_emu8000 *emu) in snd_emu8000_update_equalizer()
656 snd_emu8000_load_chorus_fx(struct snd_emu8000 *emu, int mode, const void __user *buf, long len) in snd_emu8000_load_chorus_fx()
671 snd_emu8000_update_chorus_mode(struct snd_emu8000 *emu) in snd_emu8000_update_chorus_mode()
783 snd_emu8000_load_reverb_fx(struct snd_emu8000 *emu, int mode, const void __user *buf, long len) in snd_emu8000_load_reverb_fx()
799 snd_emu8000_update_reverb_mode(struct snd_emu8000 *emu) in snd_emu8000_update_reverb_mode()
836 struct snd_emu8000 *emu = snd_kcontrol_chip(kcontrol); in mixer_bass_treble_get() local
844 struct snd_emu8000 *emu = snd_kcontrol_chip(kcontrol); in mixer_bass_treble_put() local
897 struct snd_emu8000 *emu = snd_kcontrol_chip(kcontrol); in mixer_chorus_reverb_get() local
905 struct snd_emu8000 *emu = snd_kcontrol_chip(kcontrol); in mixer_chorus_reverb_put() local
964 struct snd_emu8000 *emu = snd_kcontrol_chip(kcontrol); in mixer_fm_depth_get() local
972 struct snd_emu8000 *emu = snd_kcontrol_chip(kcontrol); in mixer_fm_depth_put() local
1026 snd_emu8000_create_mixer(struct snd_card *card, struct snd_emu8000 *emu) in snd_emu8000_create_mixer()