Symbol: snd_cx18_card
drivers/media/pci/cx18/cx18-alsa-main.c
117
struct snd_cx18_card *cxsc;
drivers/media/pci/cx18/cx18-alsa-main.c
226
static void __exit snd_cx18_exit(struct snd_cx18_card *cxsc)
drivers/media/pci/cx18/cx18-alsa-main.c
239
struct snd_cx18_card *cxsc;
drivers/media/pci/cx18/cx18-alsa-main.c
49
struct snd_cx18_card *to_snd_cx18_card(struct v4l2_device *v4l2_dev)
drivers/media/pci/cx18/cx18-alsa-main.c
54
static void snd_cx18_card_free(struct snd_cx18_card *cxsc)
drivers/media/pci/cx18/cx18-alsa-main.c
78
struct snd_cx18_card **cxsc)
drivers/media/pci/cx18/cx18-alsa-main.c
80
*cxsc = kzalloc_obj(struct snd_cx18_card);
drivers/media/pci/cx18/cx18-alsa-main.c
93
static int snd_cx18_card_set_names(struct snd_cx18_card *cxsc)
drivers/media/pci/cx18/cx18-alsa-pcm.c
136
struct snd_cx18_card *cxsc = snd_pcm_substream_chip(substream);
drivers/media/pci/cx18/cx18-alsa-pcm.c
184
struct snd_cx18_card *cxsc = snd_pcm_substream_chip(substream);
drivers/media/pci/cx18/cx18-alsa-pcm.c
205
struct snd_cx18_card *cxsc = snd_pcm_substream_chip(substream);
drivers/media/pci/cx18/cx18-alsa-pcm.c
223
struct snd_cx18_card *cxsc = snd_pcm_substream_chip(substream);
drivers/media/pci/cx18/cx18-alsa-pcm.c
240
int snd_cx18_pcm_create(struct snd_cx18_card *cxsc)
drivers/media/pci/cx18/cx18-alsa-pcm.c
58
void cx18_alsa_announce_pcm_data(struct snd_cx18_card *cxsc, u8 *pcm_data,
drivers/media/pci/cx18/cx18-alsa-pcm.h
12
void cx18_alsa_announce_pcm_data(struct snd_cx18_card *card, u8 *pcm_data,
drivers/media/pci/cx18/cx18-alsa-pcm.h
9
int snd_cx18_pcm_create(struct snd_cx18_card *cxsc);
drivers/media/pci/cx18/cx18-alsa.h
25
static inline void snd_cx18_lock(struct snd_cx18_card *cxsc)
drivers/media/pci/cx18/cx18-alsa.h
31
static inline void snd_cx18_unlock(struct snd_cx18_card *cxsc)
drivers/media/pci/cx18/cx18-driver.h
588
struct snd_cx18_card *alsa; /* ALSA interface for PCM capture stream */
drivers/media/pci/cx18/cx18-driver.h
589
void (*pcm_announce_callback)(struct snd_cx18_card *card, u8 *pcm_data,