Lines Matching defs:emu

36 void snd_emu8000_poke(struct snd_emu8000 *emu, unsigned int port, unsigned int reg, unsigned int va…  in snd_emu8000_poke()
49 unsigned short snd_emu8000_peek(struct snd_emu8000 *emu, unsigned int port, unsigned int reg) in snd_emu8000_peek()
64 void snd_emu8000_poke_dw(struct snd_emu8000 *emu, unsigned int port, unsigned int reg, unsigned int… in snd_emu8000_poke_dw()
78 unsigned int snd_emu8000_peek_dw(struct snd_emu8000 *emu, unsigned int port, unsigned int reg) in snd_emu8000_peek_dw()
98 snd_emu8000_dma_chan(struct snd_emu8000 *emu, int ch, int mode) in snd_emu8000_dma_chan()
123 snd_emu8000_read_wait(struct snd_emu8000 *emu) in snd_emu8000_read_wait()
135 snd_emu8000_write_wait(struct snd_emu8000 *emu) in snd_emu8000_write_wait()
148 snd_emu8000_detect(struct snd_emu8000 *emu) in snd_emu8000_detect()
174 init_audio(struct snd_emu8000 *emu) in init_audio()
215 init_dma(struct snd_emu8000 *emu) in init_dma()
319 send_array(struct snd_emu8000 *emu, const unsigned short *data, int size) in send_array()
341 init_arrays(struct snd_emu8000 *emu) in init_arrays()
367 size_dram(struct snd_emu8000 *emu) in size_dram()
457 snd_emu8000_init_fm(struct snd_emu8000 *emu) in snd_emu8000_init_fm()
503 snd_emu8000_init_hw(struct snd_emu8000 *emu) in snd_emu8000_init_hw()
587 snd_emu8000_update_equalizer(struct snd_emu8000 *emu) in snd_emu8000_update_equalizer()
652 snd_emu8000_load_chorus_fx(struct snd_emu8000 *emu, int mode, const void __user *buf, long len) in snd_emu8000_load_chorus_fx()
667 snd_emu8000_update_chorus_mode(struct snd_emu8000 *emu) in snd_emu8000_update_chorus_mode()
779 snd_emu8000_load_reverb_fx(struct snd_emu8000 *emu, int mode, const void __user *buf, long len) in snd_emu8000_load_reverb_fx()
795 snd_emu8000_update_reverb_mode(struct snd_emu8000 *emu) in snd_emu8000_update_reverb_mode()
832 struct snd_emu8000 *emu = snd_kcontrol_chip(kcontrol); in mixer_bass_treble_get() local
840 struct snd_emu8000 *emu = snd_kcontrol_chip(kcontrol); in mixer_bass_treble_put() local
893 struct snd_emu8000 *emu = snd_kcontrol_chip(kcontrol); in mixer_chorus_reverb_get() local
901 struct snd_emu8000 *emu = snd_kcontrol_chip(kcontrol); in mixer_chorus_reverb_put() local
960 struct snd_emu8000 *emu = snd_kcontrol_chip(kcontrol); in mixer_fm_depth_get() local
968 struct snd_emu8000 *emu = snd_kcontrol_chip(kcontrol); in mixer_fm_depth_put() local
1022 snd_emu8000_create_mixer(struct snd_card *card, struct snd_emu8000 *emu) in snd_emu8000_create_mixer()