Home
last modified time | relevance | path

Searched refs:snd_cx18_card (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/drivers/media/pci/cx18/
Dcx18-alsa-main.c59 struct snd_cx18_card *to_snd_cx18_card(struct v4l2_device *v4l2_dev) in to_snd_cx18_card()
65 struct snd_cx18_card *p_to_snd_cx18_card(struct v4l2_device **v4l2_dev) in p_to_snd_cx18_card()
67 return container_of(v4l2_dev, struct snd_cx18_card, v4l2_dev); in p_to_snd_cx18_card()
70 static void snd_cx18_card_free(struct snd_cx18_card *cxsc) in snd_cx18_card_free()
94 struct snd_cx18_card **cxsc) in snd_cx18_card_create()
96 *cxsc = kzalloc(sizeof(struct snd_cx18_card), GFP_KERNEL); in snd_cx18_card_create()
109 static int snd_cx18_card_set_names(struct snd_cx18_card *cxsc) in snd_cx18_card_set_names()
133 struct snd_cx18_card *cxsc; in snd_cx18_init()
242 static void __exit snd_cx18_exit(struct snd_cx18_card *cxsc) in snd_cx18_exit()
255 struct snd_cx18_card *cxsc; in cx18_alsa_exit_callback()
Dcx18-alsa-pcm.c68 void cx18_alsa_announce_pcm_data(struct snd_cx18_card *cxsc, u8 *pcm_data, in cx18_alsa_announce_pcm_data()
146 struct snd_cx18_card *cxsc = snd_pcm_substream_chip(substream); in snd_cx18_pcm_capture_open()
194 struct snd_cx18_card *cxsc = snd_pcm_substream_chip(substream); in snd_cx18_pcm_capture_close()
216 struct snd_cx18_card *cxsc = snd_pcm_substream_chip(substream); in snd_cx18_pcm_ioctl()
258 struct snd_cx18_card *cxsc = snd_pcm_substream_chip(substream); in snd_cx18_pcm_hw_free()
276 struct snd_cx18_card *cxsc = snd_pcm_substream_chip(substream); in snd_cx18_pcm_prepare()
294 struct snd_cx18_card *cxsc = snd_pcm_substream_chip(substream); in snd_cx18_pcm_pointer()
323 int snd_cx18_pcm_create(struct snd_cx18_card *cxsc) in snd_cx18_pcm_create()
Dcx18-alsa.h19 struct snd_cx18_card { struct
34 static inline void snd_cx18_lock(struct snd_cx18_card *cxsc) in snd_cx18_lock() argument
40 static inline void snd_cx18_unlock(struct snd_cx18_card *cxsc) in snd_cx18_unlock()
Dcx18-alsa-pcm.h18 int snd_cx18_pcm_create(struct snd_cx18_card *cxsc);
21 void cx18_alsa_announce_pcm_data(struct snd_cx18_card *card, u8 *pcm_data,
Dcx18-driver.h609 struct snd_cx18_card *alsa; /* ALSA interface for PCM capture stream */
610 void (*pcm_announce_callback)(struct snd_cx18_card *card, u8 *pcm_data,