Lines Matching refs:ivtv_stream

35 	struct ivtv_stream *s = &itv->streams[type];  in ivtv_claim_stream()
36 struct ivtv_stream *s_vbi; in ivtv_claim_stream()
91 void ivtv_release_stream(struct ivtv_stream *s) in ivtv_release_stream()
94 struct ivtv_stream *s_vbi; in ivtv_release_stream()
193 static struct ivtv_buffer *ivtv_get_buffer(struct ivtv_stream *s, int non_block, int *err) in ivtv_get_buffer()
196 struct ivtv_stream *s_vbi = &itv->streams[IVTV_ENC_STREAM_TYPE_VBI]; in ivtv_get_buffer()
286 static size_t ivtv_copy_buf_to_user(struct ivtv_stream *s, struct ivtv_buffer *buf, in ivtv_copy_buf_to_user()
346 static ssize_t ivtv_read(struct ivtv_stream *s, char __user *ubuf, size_t tot_count, int non_block) in ivtv_read()
403 static ssize_t ivtv_read_pos(struct ivtv_stream *s, char __user *ubuf, size_t count, in ivtv_read_pos()
418 struct ivtv_stream *s = &itv->streams[id->type]; in ivtv_start_capture()
419 struct ivtv_stream *s_vbi; in ivtv_start_capture()
497 struct ivtv_stream *s = &itv->streams[id->type]; in ivtv_v4l2_read()
514 struct ivtv_stream *s = &itv->streams[id->type]; in ivtv_start_decoding()
540 struct ivtv_stream *s = &itv->streams[id->type]; in ivtv_write()
725 struct ivtv_stream *s = &itv->streams[id->type]; in ivtv_v4l2_dec_poll()
760 struct ivtv_stream *s = &itv->streams[id->type]; in ivtv_v4l2_enc_poll()
799 struct ivtv_stream *s = &itv->streams[id->type]; in ivtv_stop_capture()
807 struct ivtv_stream *s_vbi = &itv->streams[IVTV_ENC_STREAM_TYPE_VBI]; in ivtv_stop_capture()
838 struct ivtv_stream *s = &itv->streams[id->type]; in ivtv_stop_decoding()
871 struct ivtv_stream *s = &itv->streams[id->type]; in ivtv_v4l2_close()
912 struct ivtv_stream *s_vout = &itv->streams[IVTV_DEC_STREAM_TYPE_VOUT]; in ivtv_v4l2_close()
934 struct ivtv_stream *s = video_get_drvdata(vdev);