Lines Matching refs:ivtv_stream

47 	struct ivtv_stream *s = &itv->streams[type];  in ivtv_claim_stream()
48 struct ivtv_stream *s_vbi; in ivtv_claim_stream()
103 void ivtv_release_stream(struct ivtv_stream *s) in ivtv_release_stream()
106 struct ivtv_stream *s_vbi; in ivtv_release_stream()
205 static struct ivtv_buffer *ivtv_get_buffer(struct ivtv_stream *s, int non_block, int *err) in ivtv_get_buffer()
208 struct ivtv_stream *s_vbi = &itv->streams[IVTV_ENC_STREAM_TYPE_VBI]; in ivtv_get_buffer()
298 static size_t ivtv_copy_buf_to_user(struct ivtv_stream *s, struct ivtv_buffer *buf, in ivtv_copy_buf_to_user()
358 static ssize_t ivtv_read(struct ivtv_stream *s, char __user *ubuf, size_t tot_count, int non_block) in ivtv_read()
415 static ssize_t ivtv_read_pos(struct ivtv_stream *s, char __user *ubuf, size_t count, in ivtv_read_pos()
430 struct ivtv_stream *s = &itv->streams[id->type]; in ivtv_start_capture()
431 struct ivtv_stream *s_vbi; in ivtv_start_capture()
509 struct ivtv_stream *s = &itv->streams[id->type]; in ivtv_v4l2_read()
526 struct ivtv_stream *s = &itv->streams[id->type]; in ivtv_start_decoding()
552 struct ivtv_stream *s = &itv->streams[id->type]; in ivtv_write()
737 struct ivtv_stream *s = &itv->streams[id->type]; in ivtv_v4l2_dec_poll()
772 struct ivtv_stream *s = &itv->streams[id->type]; in ivtv_v4l2_enc_poll()
811 struct ivtv_stream *s = &itv->streams[id->type]; in ivtv_stop_capture()
819 struct ivtv_stream *s_vbi = &itv->streams[IVTV_ENC_STREAM_TYPE_VBI]; in ivtv_stop_capture()
850 struct ivtv_stream *s = &itv->streams[id->type]; in ivtv_stop_decoding()
883 struct ivtv_stream *s = &itv->streams[id->type]; in ivtv_v4l2_close()
924 struct ivtv_stream *s_vout = &itv->streams[IVTV_DEC_STREAM_TYPE_VOUT]; in ivtv_v4l2_close()
946 struct ivtv_stream *s = video_get_drvdata(vdev);