Lines Matching refs:itv
117 struct ivtv *itv = to_ivtv(itvsc->v4l2_dev); in snd_ivtv_card_set_names() local
125 itv->instance); in snd_ivtv_card_set_names()
130 itv->instance, itv->card_name); in snd_ivtv_card_set_names()
137 struct ivtv *itv = to_ivtv(v4l2_dev); in snd_ivtv_init() local
148 ret = snd_card_new(&itv->pdev->dev, in snd_ivtv_init()
188 itv->alsa = itvsc; in snd_ivtv_init()
193 itv->alsa = NULL; in snd_ivtv_init()
209 static int ivtv_alsa_load(struct ivtv *itv) in ivtv_alsa_load() argument
211 struct v4l2_device *v4l2_dev = &itv->v4l2_dev; in ivtv_alsa_load()
220 itv = to_ivtv(v4l2_dev); in ivtv_alsa_load()
221 if (itv == NULL) { in ivtv_alsa_load()
226 s = &itv->streams[IVTV_ENC_STREAM_TYPE_PCM]; in ivtv_alsa_load()
233 if (itv->alsa != NULL) { in ivtv_alsa_load()
258 struct ivtv *itv = to_ivtv(itvsc->v4l2_dev); in snd_ivtv_exit() local
263 itv->alsa = NULL; in snd_ivtv_exit()