Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/pci/ivtv/
Divtv-alsa-main.c56 struct snd_ivtv_card *to_snd_ivtv_card(struct v4l2_device *v4l2_dev) in to_snd_ivtv_card()
62 struct snd_ivtv_card *p_to_snd_ivtv_card(struct v4l2_device **v4l2_dev) in p_to_snd_ivtv_card()
64 return container_of(v4l2_dev, struct snd_ivtv_card, v4l2_dev); in p_to_snd_ivtv_card()
67 static void snd_ivtv_card_free(struct snd_ivtv_card *itvsc) in snd_ivtv_card_free()
91 struct snd_ivtv_card **itvsc) in snd_ivtv_card_create()
93 *itvsc = kzalloc(sizeof(struct snd_ivtv_card), GFP_KERNEL); in snd_ivtv_card_create()
106 static int snd_ivtv_card_set_names(struct snd_ivtv_card *itvsc) in snd_ivtv_card_set_names()
130 struct snd_ivtv_card *itvsc; in snd_ivtv_init()
242 static void __exit snd_ivtv_exit(struct snd_ivtv_card *itvsc) in snd_ivtv_exit()
255 struct snd_ivtv_card *itvsc; in ivtv_alsa_exit_callback()
Divtv-alsa-pcm.c65 static void ivtv_alsa_announce_pcm_data(struct snd_ivtv_card *itvsc, in ivtv_alsa_announce_pcm_data()
144 struct snd_ivtv_card *itvsc = snd_pcm_substream_chip(substream); in snd_ivtv_pcm_capture_open()
199 struct snd_ivtv_card *itvsc = snd_pcm_substream_chip(substream); in snd_ivtv_pcm_capture_close()
221 struct snd_ivtv_card *itvsc = snd_pcm_substream_chip(substream); in snd_ivtv_pcm_ioctl()
263 struct snd_ivtv_card *itvsc = snd_pcm_substream_chip(substream); in snd_ivtv_pcm_hw_free()
281 struct snd_ivtv_card *itvsc = snd_pcm_substream_chip(substream); in snd_ivtv_pcm_prepare()
299 struct snd_ivtv_card *itvsc = snd_pcm_substream_chip(substream); in snd_ivtv_pcm_pointer()
328 int snd_ivtv_pcm_create(struct snd_ivtv_card *itvsc) in snd_ivtv_pcm_create()
Divtv-alsa.h20 struct snd_ivtv_card { struct
35 static inline void snd_ivtv_lock(struct snd_ivtv_card *itvsc) in snd_ivtv_lock() argument
41 static inline void snd_ivtv_unlock(struct snd_ivtv_card *itvsc) in snd_ivtv_unlock()
Divtv-alsa-pcm.h18 int snd_ivtv_pcm_create(struct snd_ivtv_card *itvsc);
Divtv-driver.h676 struct snd_ivtv_card *alsa;
677 void (*pcm_announce_callback)(struct snd_ivtv_card *card, u8 *pcm_data,