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

/linux-master/drivers/media/pci/ivtv/
H A Divtv-alsa-pcm.h9 int snd_ivtv_pcm_create(struct snd_ivtv_card *itvsc);
H A Divtv-alsa-main.c46 struct snd_ivtv_card *to_snd_ivtv_card(struct v4l2_device *v4l2_dev)
51 static void snd_ivtv_card_free(struct snd_ivtv_card *itvsc)
75 struct snd_ivtv_card **itvsc)
77 *itvsc = kzalloc(sizeof(struct snd_ivtv_card), GFP_KERNEL);
90 static int snd_ivtv_card_set_names(struct snd_ivtv_card *itvsc)
114 struct snd_ivtv_card *itvsc;
205 IVTV_ALSA_ERR("%s: struct snd_ivtv_card * already exists\n",
211 IVTV_ALSA_ERR("%s: failed to create struct snd_ivtv_card\n",
226 static void __exit snd_ivtv_exit(struct snd_ivtv_card *itvsc)
239 struct snd_ivtv_card *itvs
[all...]
H A Divtv-alsa.h11 struct snd_ivtv_card { struct
26 static inline void snd_ivtv_lock(struct snd_ivtv_card *itvsc)
32 static inline void snd_ivtv_unlock(struct snd_ivtv_card *itvsc)
H A Divtv-alsa-pcm.c54 static void ivtv_alsa_announce_pcm_data(struct snd_ivtv_card *itvsc,
133 struct snd_ivtv_card *itvsc = snd_pcm_substream_chip(substream);
188 struct snd_ivtv_card *itvsc = snd_pcm_substream_chip(substream);
209 struct snd_ivtv_card *itvsc = snd_pcm_substream_chip(substream);
227 struct snd_ivtv_card *itvsc = snd_pcm_substream_chip(substream);
244 int snd_ivtv_pcm_create(struct snd_ivtv_card *itvsc)
H A Divtv-driver.h673 struct snd_ivtv_card *alsa;
674 void (*pcm_announce_callback)(struct snd_ivtv_card *card, u8 *pcm_data,

Completed in 132 milliseconds