Symbol: ct_atc_pcm
sound/pci/ctxfi/ctatc.c
131
atc_pcm_release_resources(struct ct_atc *atc, struct ct_atc_pcm *apcm);
sound/pci/ctxfi/ctatc.c
138
static int ct_map_audio_buffer(struct ct_atc *atc, struct ct_atc_pcm *apcm)
sound/pci/ctxfi/ctatc.c
157
static void ct_unmap_audio_buffer(struct ct_atc *atc, struct ct_atc_pcm *apcm)
sound/pci/ctxfi/ctatc.c
245
static int atc_pcm_playback_prepare(struct ct_atc *atc, struct ct_atc_pcm *apcm)
sound/pci/ctxfi/ctatc.c
323
atc_pcm_release_resources(struct ct_atc *atc, struct ct_atc_pcm *apcm)
sound/pci/ctxfi/ctatc.c
380
static int atc_pcm_playback_start(struct ct_atc *atc, struct ct_atc_pcm *apcm)
sound/pci/ctxfi/ctatc.c
405
static int atc_pcm_stop(struct ct_atc *atc, struct ct_atc_pcm *apcm)
sound/pci/ctxfi/ctatc.c
432
atc_pcm_playback_position(struct ct_atc *atc, struct ct_atc_pcm *apcm)
sound/pci/ctxfi/ctatc.c
464
static void setup_src_node_conf(struct ct_atc *atc, struct ct_atc_pcm *apcm,
sound/pci/ctxfi/ctatc.c
505
atc_pcm_capture_get_resources(struct ct_atc *atc, struct ct_atc_pcm *apcm)
sound/pci/ctxfi/ctatc.c
649
static int atc_pcm_capture_prepare(struct ct_atc *atc, struct ct_atc_pcm *apcm)
sound/pci/ctxfi/ctatc.c
727
static int atc_pcm_capture_start(struct ct_atc *atc, struct ct_atc_pcm *apcm)
sound/pci/ctxfi/ctatc.c
778
atc_pcm_capture_position(struct ct_atc *atc, struct ct_atc_pcm *apcm)
sound/pci/ctxfi/ctatc.c
788
struct ct_atc_pcm *apcm)
sound/pci/ctxfi/ctatc.c
861
spdif_passthru_playback_setup(struct ct_atc *atc, struct ct_atc_pcm *apcm)
sound/pci/ctxfi/ctatc.c
898
spdif_passthru_playback_prepare(struct ct_atc *atc, struct ct_atc_pcm *apcm)
sound/pci/ctxfi/ctatc.h
101
struct ct_atc_pcm *apcm);
sound/pci/ctxfi/ctatc.h
102
int (*pcm_capture_prepare)(struct ct_atc *atc, struct ct_atc_pcm *apcm);
sound/pci/ctxfi/ctatc.h
103
int (*pcm_capture_start)(struct ct_atc *atc, struct ct_atc_pcm *apcm);
sound/pci/ctxfi/ctatc.h
104
int (*pcm_capture_stop)(struct ct_atc *atc, struct ct_atc_pcm *apcm);
sound/pci/ctxfi/ctatc.h
106
struct ct_atc_pcm *apcm);
sound/pci/ctxfi/ctatc.h
108
struct ct_atc_pcm *apcm);
sound/pci/ctxfi/ctatc.h
56
void (*interrupt)(struct ct_atc_pcm *apcm);
sound/pci/ctxfi/ctatc.h
88
int (*map_audio_buffer)(struct ct_atc *atc, struct ct_atc_pcm *apcm);
sound/pci/ctxfi/ctatc.h
89
void (*unmap_audio_buffer)(struct ct_atc *atc, struct ct_atc_pcm *apcm);
sound/pci/ctxfi/ctatc.h
95
struct ct_atc_pcm *apcm);
sound/pci/ctxfi/ctatc.h
96
int (*pcm_playback_start)(struct ct_atc *atc, struct ct_atc_pcm *apcm);
sound/pci/ctxfi/ctatc.h
97
int (*pcm_playback_stop)(struct ct_atc *atc, struct ct_atc_pcm *apcm);
sound/pci/ctxfi/ctatc.h
99
struct ct_atc_pcm *apcm);
sound/pci/ctxfi/ctpcm.c
105
struct ct_atc_pcm *apcm = runtime->private_data;
sound/pci/ctxfi/ctpcm.c
119
struct ct_atc_pcm *apcm;
sound/pci/ctxfi/ctpcm.c
180
struct ct_atc_pcm *apcm = substream->runtime->private_data;
sound/pci/ctxfi/ctpcm.c
190
struct ct_atc_pcm *apcm = substream->runtime->private_data;
sound/pci/ctxfi/ctpcm.c
203
struct ct_atc_pcm *apcm = runtime->private_data;
sound/pci/ctxfi/ctpcm.c
224
struct ct_atc_pcm *apcm = runtime->private_data;
sound/pci/ctxfi/ctpcm.c
250
struct ct_atc_pcm *apcm = runtime->private_data;
sound/pci/ctxfi/ctpcm.c
265
struct ct_atc_pcm *apcm;
sound/pci/ctxfi/ctpcm.c
316
struct ct_atc_pcm *apcm = runtime->private_data;
sound/pci/ctxfi/ctpcm.c
333
struct ct_atc_pcm *apcm = runtime->private_data;
sound/pci/ctxfi/ctpcm.c
356
struct ct_atc_pcm *apcm = runtime->private_data;
sound/pci/ctxfi/ctpcm.c
93
static void ct_atc_pcm_interrupt(struct ct_atc_pcm *atc_pcm)
sound/pci/ctxfi/ctpcm.c
95
struct ct_atc_pcm *apcm = atc_pcm;
sound/pci/ctxfi/cttimer.c
317
ct_timer_instance_new(struct ct_timer *atimer, struct ct_atc_pcm *apcm)
sound/pci/ctxfi/cttimer.c
33
struct ct_atc_pcm *apcm;
sound/pci/ctxfi/cttimer.c
68
struct ct_atc_pcm *apcm = ti->apcm;
sound/pci/ctxfi/cttimer.h
15
struct ct_atc_pcm;
sound/pci/ctxfi/cttimer.h
24
ct_timer_instance_new(struct ct_timer *atimer, struct ct_atc_pcm *apcm);