Searched refs:itvsc (Results 1 – 3 of 3) sorted by relevance
51 static void snd_ivtv_card_free(struct snd_ivtv_card *itvsc) in snd_ivtv_card_free() argument53 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() argument77 *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 …]
26 static inline void snd_ivtv_lock(struct snd_ivtv_card *itvsc) in snd_ivtv_lock() argument28 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() argument34 struct ivtv *itv = to_ivtv(itvsc->v4l2_dev); in snd_ivtv_unlock()
9 int snd_ivtv_pcm_create(struct snd_ivtv_card *itvsc);