Symbol: cs5535audio
sound/pci/cs5535audio/cs5535audio.c
106
static void snd_cs5535audio_codec_write(struct cs5535audio *cs5535au,
sound/pci/cs5535audio/cs5535audio.c
124
struct cs5535audio *cs5535au = ac97->private_data;
sound/pci/cs5535audio/cs5535audio.c
131
struct cs5535audio *cs5535au = ac97->private_data;
sound/pci/cs5535audio/cs5535audio.c
135
static int snd_cs5535audio_mixer(struct cs5535audio *cs5535au)
sound/pci/cs5535audio/cs5535audio.c
176
static void process_bm0_irq(struct cs5535audio *cs5535au)
sound/pci/cs5535audio/cs5535audio.c
192
static void process_bm1_irq(struct cs5535audio *cs5535au)
sound/pci/cs5535audio/cs5535audio.c
207
struct cs5535audio *cs5535au = dev_id;
sound/pci/cs5535audio/cs5535audio.c
250
struct cs5535audio *cs5535au = card->private_data;
sound/pci/cs5535audio/cs5535audio.c
291
struct cs5535audio *cs5535au;
sound/pci/cs5535audio/cs5535audio.c
63
static void wait_till_cmd_acked(struct cs5535audio *cs5535au, unsigned long timeout)
sound/pci/cs5535audio/cs5535audio.c
77
static unsigned short snd_cs5535audio_codec_read(struct cs5535audio *cs5535au,
sound/pci/cs5535audio/cs5535audio.h
137
int snd_cs5535audio_pcm(struct cs5535audio *cs5535audio);
sound/pci/cs5535audio/cs5535audio.h
57
struct cs5535audio;
sound/pci/cs5535audio/cs5535audio.h
61
void (*enable_dma)(struct cs5535audio *cs5535au);
sound/pci/cs5535audio/cs5535audio.h
62
void (*disable_dma)(struct cs5535audio *cs5535au);
sound/pci/cs5535audio/cs5535audio.h
63
void (*pause_dma)(struct cs5535audio *cs5535au);
sound/pci/cs5535audio/cs5535audio.h
64
void (*setup_prd)(struct cs5535audio *cs5535au, u32 prd_addr);
sound/pci/cs5535audio/cs5535audio.h
65
u32 (*read_prd)(struct cs5535audio *cs5535au);
sound/pci/cs5535audio/cs5535audio.h
66
u32 (*read_dma_pntr)(struct cs5535audio *cs5535au);
sound/pci/cs5535audio/cs5535audio_olpc.c
108
struct cs5535audio *cs5535au = snd_kcontrol_chip(kctl);
sound/pci/cs5535audio/cs5535audio_olpc.c
79
struct cs5535audio *cs5535au = snd_kcontrol_chip(kctl);
sound/pci/cs5535audio/cs5535audio_olpc.c
97
struct cs5535audio *cs5535au = snd_kcontrol_chip(kctl);
sound/pci/cs5535audio/cs5535audio_pcm.c
106
static int cs5535audio_build_dma_packets(struct cs5535audio *cs5535au,
sound/pci/cs5535audio/cs5535audio_pcm.c
159
static void cs5535audio_playback_enable_dma(struct cs5535audio *cs5535au)
sound/pci/cs5535audio/cs5535audio_pcm.c
164
static void cs5535audio_playback_disable_dma(struct cs5535audio *cs5535au)
sound/pci/cs5535audio/cs5535audio_pcm.c
169
static void cs5535audio_playback_pause_dma(struct cs5535audio *cs5535au)
sound/pci/cs5535audio/cs5535audio_pcm.c
174
static void cs5535audio_playback_setup_prd(struct cs5535audio *cs5535au,
sound/pci/cs5535audio/cs5535audio_pcm.c
180
static u32 cs5535audio_playback_read_prd(struct cs5535audio *cs5535au)
sound/pci/cs5535audio/cs5535audio_pcm.c
185
static u32 cs5535audio_playback_read_dma_pntr(struct cs5535audio *cs5535au)
sound/pci/cs5535audio/cs5535audio_pcm.c
190
static void cs5535audio_capture_enable_dma(struct cs5535audio *cs5535au)
sound/pci/cs5535audio/cs5535audio_pcm.c
195
static void cs5535audio_capture_disable_dma(struct cs5535audio *cs5535au)
sound/pci/cs5535audio/cs5535audio_pcm.c
200
static void cs5535audio_capture_pause_dma(struct cs5535audio *cs5535au)
sound/pci/cs5535audio/cs5535audio_pcm.c
205
static void cs5535audio_capture_setup_prd(struct cs5535audio *cs5535au,
sound/pci/cs5535audio/cs5535audio_pcm.c
211
static u32 cs5535audio_capture_read_prd(struct cs5535audio *cs5535au)
sound/pci/cs5535audio/cs5535audio_pcm.c
216
static u32 cs5535audio_capture_read_dma_pntr(struct cs5535audio *cs5535au)
sound/pci/cs5535audio/cs5535audio_pcm.c
221
static void cs5535audio_clear_dma_packets(struct cs5535audio *cs5535au,
sound/pci/cs5535audio/cs5535audio_pcm.c
233
struct cs5535audio *cs5535au = snd_pcm_substream_chip(substream);
sound/pci/cs5535audio/cs5535audio_pcm.c
251
struct cs5535audio *cs5535au = snd_pcm_substream_chip(substream);
sound/pci/cs5535audio/cs5535audio_pcm.c
269
struct cs5535audio *cs5535au = snd_pcm_substream_chip(substream);
sound/pci/cs5535audio/cs5535audio_pcm.c
276
struct cs5535audio *cs5535au = snd_pcm_substream_chip(substream);
sound/pci/cs5535audio/cs5535audio_pcm.c
309
struct cs5535audio *cs5535au = snd_pcm_substream_chip(substream);
sound/pci/cs5535audio/cs5535audio_pcm.c
332
struct cs5535audio *cs5535au = snd_pcm_substream_chip(substream);
sound/pci/cs5535audio/cs5535audio_pcm.c
350
struct cs5535audio *cs5535au = snd_pcm_substream_chip(substream);
sound/pci/cs5535audio/cs5535audio_pcm.c
357
struct cs5535audio *cs5535au = snd_pcm_substream_chip(substream);
sound/pci/cs5535audio/cs5535audio_pcm.c
402
int snd_cs5535audio_pcm(struct cs5535audio *cs5535au)
sound/pci/cs5535audio/cs5535audio_pcm.c
82
struct cs5535audio *cs5535au = snd_pcm_substream_chip(substream);
sound/pci/cs5535audio/cs5535audio_pm.c
18
static void snd_cs5535audio_stop_hardware(struct cs5535audio *cs5535au)
sound/pci/cs5535audio/cs5535audio_pm.c
47
struct cs5535audio *cs5535au = card->private_data;
sound/pci/cs5535audio/cs5535audio_pm.c
65
struct cs5535audio *cs5535au = card->private_data;