Searched refs:snd_ivtv_card (Results 1 – 5 of 5) sorted by relevance
46 struct snd_ivtv_card *to_snd_ivtv_card(struct v4l2_device *v4l2_dev) in to_snd_ivtv_card()51 static void snd_ivtv_card_free(struct snd_ivtv_card *itvsc) in snd_ivtv_card_free()75 struct snd_ivtv_card **itvsc) in snd_ivtv_card_create()77 *itvsc = kzalloc(sizeof(struct snd_ivtv_card), GFP_KERNEL); in snd_ivtv_card_create()90 static int snd_ivtv_card_set_names(struct snd_ivtv_card *itvsc) in snd_ivtv_card_set_names()114 struct snd_ivtv_card *itvsc; in snd_ivtv_init()226 static void __exit snd_ivtv_exit(struct snd_ivtv_card *itvsc) in snd_ivtv_exit()239 struct snd_ivtv_card *itvsc; in ivtv_alsa_exit_callback()
54 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()
11 struct snd_ivtv_card { struct26 static inline void snd_ivtv_lock(struct snd_ivtv_card *itvsc) in snd_ivtv_lock() argument32 static inline void snd_ivtv_unlock(struct snd_ivtv_card *itvsc) in snd_ivtv_unlock()
9 int snd_ivtv_pcm_create(struct snd_ivtv_card *itvsc);
672 struct snd_ivtv_card *alsa;673 void (*pcm_announce_callback)(struct snd_ivtv_card *card, u8 *pcm_data,
Completed in 11 milliseconds