Lines Matching refs:cx18_stream

107 	struct cx18_stream *s = vb2_get_drv_priv(vq);  in cx18_queue_setup()
140 struct cx18_stream *s = vb2_get_drv_priv(vb->vb2_queue); in cx18_buf_queue()
154 struct cx18_stream *s = vb2_get_drv_priv(vb->vb2_queue); in cx18_buf_prepare()
174 void cx18_clear_queue(struct cx18_stream *s, enum vb2_buffer_state state) in cx18_clear_queue()
189 struct cx18_stream *s = vb2_get_drv_priv(vq); in cx18_start_streaming()
215 struct cx18_stream *s = vb2_get_drv_priv(vq); in cx18_stop_streaming()
237 struct cx18_stream *s = &cx->streams[type]; in cx18_stream_init()
304 struct cx18_stream *s = &cx->streams[type]; in cx18_prep_dev()
409 struct cx18_stream *s = &cx->streams[type]; in cx18_reg_dev()
429 struct cx18_stream *s_mpg = &cx->streams[CX18_ENC_STREAM_TYPE_MPG]; in cx18_reg_dev()
549 static void cx18_vbi_setup(struct cx18_stream *s) in cx18_vbi_setup()
661 struct cx18_stream *s = &cx->streams[CX18_ENC_STREAM_TYPE_IDX]; in cx18_stream_rotate_idx_mdls()
686 struct cx18_queue *_cx18_stream_put_mdl_fw(struct cx18_stream *s, in _cx18_stream_put_mdl_fw()
710 void _cx18_stream_load_fw_queue(struct cx18_stream *s) in _cx18_stream_load_fw_queue()
731 struct cx18_stream *s = in cx18_out_work_handler()
732 container_of(work, struct cx18_stream, out_work_order); in cx18_out_work_handler()
737 static void cx18_stream_configure_mdls(struct cx18_stream *s) in cx18_stream_configure_mdls()
781 int cx18_start_v4l2_encode_stream(struct cx18_stream *s) in cx18_start_v4l2_encode_stream()
786 struct cx18_stream *s_idx; in cx18_start_v4l2_encode_stream()
963 struct cx18_stream *s = &cx->streams[i]; in cx18_stop_all_captures()
972 int cx18_stop_v4l2_encode_stream(struct cx18_stream *s, int gop_end) in cx18_stop_v4l2_encode_stream()
1028 struct cx18_stream *s = &cx->streams[i]; in cx18_find_handle()
1036 struct cx18_stream *cx18_handle_to_stream(struct cx18 *cx, u32 handle) in cx18_handle_to_stream()
1039 struct cx18_stream *s; in cx18_handle_to_stream()