Home
last modified time | relevance | path

Searched refs:itvsc (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/media/pci/ivtv/
H A Divtv-alsa-main.c51 static void snd_ivtv_card_free(struct snd_ivtv_card *itvsc) in snd_ivtv_card_free() argument
53 if (itvsc == NULL) in snd_ivtv_card_free()
56 if (itvsc->v4l2_dev != NULL) in snd_ivtv_card_free()
57 to_ivtv(itvsc->v4l2_dev)->alsa = NULL; in snd_ivtv_card_free()
61 kfree(itvsc); in snd_ivtv_card_free()
75 struct snd_ivtv_card **itvsc) in snd_ivtv_card_create() argument
77 *itvsc = kzalloc_obj(struct snd_ivtv_card); in snd_ivtv_card_create()
78 if (*itvsc == NULL) in snd_ivtv_card_create()
81 (*itvsc)->v4l2_dev = v4l2_dev; in snd_ivtv_card_create()
82 (*itvsc)->sc = sc; in snd_ivtv_card_create()
[all …]
H A Divtv-alsa.h26 static inline void snd_ivtv_lock(struct snd_ivtv_card *itvsc) in snd_ivtv_lock() argument
28 struct ivtv *itv = to_ivtv(itvsc->v4l2_dev); in snd_ivtv_lock()
32 static inline void snd_ivtv_unlock(struct snd_ivtv_card *itvsc) in snd_ivtv_unlock() argument
34 struct ivtv *itv = to_ivtv(itvsc->v4l2_dev); in snd_ivtv_unlock()
H A Divtv-alsa-pcm.h9 int snd_ivtv_pcm_create(struct snd_ivtv_card *itvsc);