Lines Matching refs:cx18_stream
42 struct cx18_stream *s = &cx->streams[type]; in cx18_claim_stream()
43 struct cx18_stream *s_assoc; in cx18_claim_stream()
98 void cx18_release_stream(struct cx18_stream *s) in cx18_release_stream()
101 struct cx18_stream *s_assoc; in cx18_release_stream()
178 static struct cx18_mdl *cx18_get_mdl(struct cx18_stream *s, int non_block, in cx18_get_mdl()
182 struct cx18_stream *s_vbi = &cx->streams[CX18_ENC_STREAM_TYPE_VBI]; in cx18_get_mdl()
268 static size_t cx18_copy_buf_to_user(struct cx18_stream *s, in cx18_copy_buf_to_user()
372 static size_t cx18_copy_mdl_to_user(struct cx18_stream *s, in cx18_copy_mdl_to_user()
414 static ssize_t cx18_read(struct cx18_stream *s, char __user *ubuf, in cx18_read()
479 static ssize_t cx18_read_pos(struct cx18_stream *s, char __user *ubuf, in cx18_read_pos()
494 struct cx18_stream *s = &cx->streams[id->type]; in cx18_start_capture()
495 struct cx18_stream *s_vbi; in cx18_start_capture()
496 struct cx18_stream *s_idx; in cx18_start_capture()
585 struct cx18_stream *s = &cx->streams[id->type]; in cx18_v4l2_read()
610 struct cx18_stream *s = &cx->streams[id->type]; in cx18_v4l2_enc_poll()
659 struct cx18_stream *s = &cx->streams[id->type]; in cx18_v4l2_mmap()
689 struct cx18_stream *s = from_timer(s, t, vb_timeout); in cx18_vb_timeout()
710 struct cx18_stream *s = &cx->streams[id->type]; in cx18_stop_capture()
711 struct cx18_stream *s_vbi = &cx->streams[CX18_ENC_STREAM_TYPE_VBI]; in cx18_stop_capture()
712 struct cx18_stream *s_idx = &cx->streams[CX18_ENC_STREAM_TYPE_IDX]; in cx18_stop_capture()
752 struct cx18_stream *s = &cx->streams[id->type]; in cx18_v4l2_close()
789 static int cx18_serialized_open(struct cx18_stream *s, struct file *filp) in cx18_serialized_open()
842 struct cx18_stream *s = video_get_drvdata(video_dev); in cx18_v4l2_open()