Searched defs:hal2 (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/sound/mips/
H A DMakefile
H A Dhal2.c116 static u32 hal2_i_read32(struct snd_hal2 *hal2, u16 addr) hal2_i_read32() argument
130 static void hal2_i_write16(struct snd_hal2 *hal2, u16 addr, u16 val) hal2_i_write16() argument
142 static void hal2_i_write32(struct snd_hal2 *hal2, u16 addr, u32 val) hal2_i_write32() argument
154 static void hal2_i_setbit16(struct snd_hal2 *hal2, u16 addr, u16 bit) hal2_i_setbit16() argument
168 static void hal2_i_clearbit16(struct snd_hal2 *hal2, u16 addr, u16 bit) hal2_i_clearbit16() argument
202 struct snd_hal2 *hal2 = snd_kcontrol_chip(kcontrol); hal2_gain_get() local
232 struct snd_hal2 *hal2 = snd_kcontrol_chip(kcontrol); hal2_gain_put() local
283 static int hal2_mixer_create(struct snd_hal2 *hal2) hal2_mixer_create() argument
308 struct snd_hal2 *hal2 = dev_id; hal2_interrupt() local
342 static void hal2_set_dac_rate(struct snd_hal2 *hal2) hal2_set_dac_rate() argument
353 static void hal2_set_adc_rate(struct snd_hal2 *hal2) hal2_set_adc_rate() argument
364 static void hal2_setup_dac(struct snd_hal2 *hal2) hal2_setup_dac() argument
397 static void hal2_setup_adc(struct snd_hal2 *hal2) hal2_setup_adc() argument
422 static void hal2_start_dac(struct snd_hal2 *hal2) hal2_start_dac() argument
432 static void hal2_start_adc(struct snd_hal2 *hal2) hal2_start_adc() argument
442 static inline void hal2_stop_dac(struct snd_hal2 *hal2) hal2_stop_dac() argument
448 static inline void hal2_stop_adc(struct snd_hal2 *hal2) hal2_stop_adc() argument
533 struct snd_hal2 *hal2 = snd_pcm_substream_chip(substream); hal2_playback_open() local
546 struct snd_hal2 *hal2 = snd_pcm_substream_chip(substream); hal2_playback_close() local
554 struct snd_hal2 *hal2 = snd_pcm_substream_chip(substream); hal2_playback_prepare() local
570 struct snd_hal2 *hal2 = snd_pcm_substream_chip(substream); hal2_playback_trigger() local
591 struct snd_hal2 *hal2 = snd_pcm_substream_chip(substream); hal2_playback_pointer() local
601 struct snd_hal2 *hal2 = snd_pcm_substream_chip(substream); hal2_playback_transfer() local
611 struct snd_hal2 *hal2 = snd_pcm_substream_chip(substream); hal2_playback_ack() local
624 struct snd_hal2 *hal2 = snd_pcm_substream_chip(substream); hal2_capture_open() local
638 struct snd_hal2 *hal2 = snd_pcm_substream_chip(substream); hal2_capture_close() local
646 struct snd_hal2 *hal2 = snd_pcm_substream_chip(substream); hal2_capture_prepare() local
663 struct snd_hal2 *hal2 = snd_pcm_substream_chip(substream); hal2_capture_trigger() local
684 struct snd_hal2 *hal2 = snd_pcm_substream_chip(substream); hal2_capture_pointer() local
694 struct snd_hal2 *hal2 = snd_pcm_substream_chip(substream); hal2_capture_transfer() local
703 struct snd_hal2 *hal2 = snd_pcm_substream_chip(substream); hal2_capture_ack() local
736 static int hal2_pcm_create(struct snd_hal2 *hal2) hal2_pcm_create() argument
763 struct snd_hal2 *hal2 = device->device_data; hal2_dev_free() local
781 static int hal2_detect(struct snd_hal2 *hal2) hal2_detect() argument
811 struct snd_hal2 *hal2; hal2_create() local

Completed in 87 milliseconds