Lines Matching refs:cx18_stream
33 struct cx18_stream *s = &cx->streams[type];
34 struct cx18_stream *s_assoc;
89 void cx18_release_stream(struct cx18_stream *s)
92 struct cx18_stream *s_assoc;
169 static struct cx18_mdl *cx18_get_mdl(struct cx18_stream *s, int non_block,
173 struct cx18_stream *s_vbi = &cx->streams[CX18_ENC_STREAM_TYPE_VBI];
259 static size_t cx18_copy_buf_to_user(struct cx18_stream *s,
363 static size_t cx18_copy_mdl_to_user(struct cx18_stream *s,
405 static ssize_t cx18_read(struct cx18_stream *s, char __user *ubuf,
470 static ssize_t cx18_read_pos(struct cx18_stream *s, char __user *ubuf,
485 struct cx18_stream *s = &cx->streams[id->type];
486 struct cx18_stream *s_vbi;
487 struct cx18_stream *s_idx;
576 struct cx18_stream *s = &cx->streams[id->type];
601 struct cx18_stream *s = &cx->streams[id->type];
650 struct cx18_stream *s = &cx->streams[id->type];
680 struct cx18_stream *s = from_timer(s, t, vb_timeout);
701 struct cx18_stream *s = &cx->streams[id->type];
702 struct cx18_stream *s_vbi = &cx->streams[CX18_ENC_STREAM_TYPE_VBI];
703 struct cx18_stream *s_idx = &cx->streams[CX18_ENC_STREAM_TYPE_IDX];
743 struct cx18_stream *s = &cx->streams[id->type];
780 static int cx18_serialized_open(struct cx18_stream *s, struct file *filp)
833 struct cx18_stream *s = video_get_drvdata(video_dev);