sound/mips/hal2.c
103
static u32 hal2_i_read32(struct snd_hal2 *hal2, u16 addr)
sound/mips/hal2.c
117
static void hal2_i_write16(struct snd_hal2 *hal2, u16 addr, u16 val)
sound/mips/hal2.c
129
static void hal2_i_write32(struct snd_hal2 *hal2, u16 addr, u32 val)
sound/mips/hal2.c
141
static void hal2_i_setbit16(struct snd_hal2 *hal2, u16 addr, u16 bit)
sound/mips/hal2.c
155
static void hal2_i_clearbit16(struct snd_hal2 *hal2, u16 addr, u16 bit)
sound/mips/hal2.c
189
struct snd_hal2 *hal2 = snd_kcontrol_chip(kcontrol);
sound/mips/hal2.c
221
struct snd_hal2 *hal2 = snd_kcontrol_chip(kcontrol);
sound/mips/hal2.c
274
static int hal2_mixer_create(struct snd_hal2 *hal2)
sound/mips/hal2.c
299
struct snd_hal2 *hal2 = dev_id;
sound/mips/hal2.c
333
static void hal2_set_dac_rate(struct snd_hal2 *hal2)
sound/mips/hal2.c
344
static void hal2_set_adc_rate(struct snd_hal2 *hal2)
sound/mips/hal2.c
355
static void hal2_setup_dac(struct snd_hal2 *hal2)
sound/mips/hal2.c
388
static void hal2_setup_adc(struct snd_hal2 *hal2)
sound/mips/hal2.c
413
static void hal2_start_dac(struct snd_hal2 *hal2)
sound/mips/hal2.c
423
static void hal2_start_adc(struct snd_hal2 *hal2)
sound/mips/hal2.c
433
static inline void hal2_stop_dac(struct snd_hal2 *hal2)
sound/mips/hal2.c
439
static inline void hal2_stop_adc(struct snd_hal2 *hal2)
sound/mips/hal2.c
444
static int hal2_alloc_dmabuf(struct snd_hal2 *hal2, struct hal2_codec *codec,
sound/mips/hal2.c
481
static void hal2_free_dmabuf(struct snd_hal2 *hal2, struct hal2_codec *codec,
sound/mips/hal2.c
514
struct snd_hal2 *hal2 = snd_pcm_substream_chip(substream);
sound/mips/hal2.c
522
struct snd_hal2 *hal2 = snd_pcm_substream_chip(substream);
sound/mips/hal2.c
530
struct snd_hal2 *hal2 = snd_pcm_substream_chip(substream);
sound/mips/hal2.c
548
struct snd_hal2 *hal2 = snd_pcm_substream_chip(substream);
sound/mips/hal2.c
566
struct snd_hal2 *hal2 = snd_pcm_substream_chip(substream);
sound/mips/hal2.c
576
struct snd_hal2 *hal2 = snd_pcm_substream_chip(substream);
sound/mips/hal2.c
588
struct snd_hal2 *hal2 = snd_pcm_substream_chip(substream);
sound/mips/hal2.c
599
struct snd_hal2 *hal2 = snd_pcm_substream_chip(substream);
sound/mips/hal2.c
607
struct snd_hal2 *hal2 = snd_pcm_substream_chip(substream);
sound/mips/hal2.c
615
struct snd_hal2 *hal2 = snd_pcm_substream_chip(substream);
sound/mips/hal2.c
633
struct snd_hal2 *hal2 = snd_pcm_substream_chip(substream);
sound/mips/hal2.c
651
struct snd_hal2 *hal2 = snd_pcm_substream_chip(substream);
sound/mips/hal2.c
661
struct snd_hal2 *hal2 = snd_pcm_substream_chip(substream);
sound/mips/hal2.c
672
struct snd_hal2 *hal2 = snd_pcm_substream_chip(substream);
sound/mips/hal2.c
698
static int hal2_pcm_create(struct snd_hal2 *hal2)
sound/mips/hal2.c
724
struct snd_hal2 *hal2 = device->device_data;
sound/mips/hal2.c
742
static int hal2_detect(struct snd_hal2 *hal2)
sound/mips/hal2.c
770
static int hal2_create(struct snd_card *card, struct snd_hal2 **rchip)
sound/mips/hal2.c
772
struct snd_hal2 *hal2;
sound/mips/hal2.c
841
struct snd_hal2 *chip;