Home
last modified time | relevance | path

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

/linux/drivers/media/pci/ivtv/
A Divtv-alsa-main.c46 struct snd_ivtv_card *to_snd_ivtv_card(struct v4l2_device *v4l2_dev) in to_snd_ivtv_card()
52 struct snd_ivtv_card *p_to_snd_ivtv_card(struct v4l2_device **v4l2_dev) in p_to_snd_ivtv_card()
54 return container_of(v4l2_dev, struct snd_ivtv_card, v4l2_dev); in p_to_snd_ivtv_card()
57 static void snd_ivtv_card_free(struct snd_ivtv_card *itvsc) in snd_ivtv_card_free()
81 struct snd_ivtv_card **itvsc) in snd_ivtv_card_create()
83 *itvsc = kzalloc(sizeof(struct snd_ivtv_card), GFP_KERNEL); in snd_ivtv_card_create()
96 static int snd_ivtv_card_set_names(struct snd_ivtv_card *itvsc) in snd_ivtv_card_set_names()
120 struct snd_ivtv_card *itvsc; in snd_ivtv_init()
232 static void __exit snd_ivtv_exit(struct snd_ivtv_card *itvsc) in snd_ivtv_exit()
245 struct snd_ivtv_card *itvsc; in ivtv_alsa_exit_callback()
A Divtv-alsa-pcm.c54 static void ivtv_alsa_announce_pcm_data(struct snd_ivtv_card *itvsc, in ivtv_alsa_announce_pcm_data()
133 struct snd_ivtv_card *itvsc = snd_pcm_substream_chip(substream); in snd_ivtv_pcm_capture_open()
188 struct snd_ivtv_card *itvsc = snd_pcm_substream_chip(substream); in snd_ivtv_pcm_capture_close()
209 struct snd_ivtv_card *itvsc = snd_pcm_substream_chip(substream); in snd_ivtv_pcm_prepare()
227 struct snd_ivtv_card *itvsc = snd_pcm_substream_chip(substream); in snd_ivtv_pcm_pointer()
244 int snd_ivtv_pcm_create(struct snd_ivtv_card *itvsc) in snd_ivtv_pcm_create()
A Divtv-alsa.h11 struct snd_ivtv_card { struct
26 static inline void snd_ivtv_lock(struct snd_ivtv_card *itvsc) in snd_ivtv_lock() argument
32 static inline void snd_ivtv_unlock(struct snd_ivtv_card *itvsc) in snd_ivtv_unlock()
A Divtv-alsa-pcm.h9 int snd_ivtv_pcm_create(struct snd_ivtv_card *itvsc);
A Divtv-driver.h673 struct snd_ivtv_card *alsa;
674 void (*pcm_announce_callback)(struct snd_ivtv_card *card, u8 *pcm_data,

Completed in 27 milliseconds