Lines Matching refs:cx18_stream

96 	struct cx18_stream *s, struct cx18_videobuf_buffer *buf)  in cx18_dma_free()
104 struct cx18_stream *s, in cx18_prepare_buffer()
184 struct cx18_stream *s = q->priv_data; in buffer_setup()
206 struct cx18_stream *s = q->priv_data; in buffer_prepare()
218 struct cx18_stream *s = q->priv_data; in buffer_release()
227 struct cx18_stream *s = q->priv_data; in buffer_queue()
243 struct cx18_stream *s = &cx->streams[type]; in cx18_stream_init()
298 struct cx18_stream *s = &cx->streams[type]; in cx18_prep_dev()
397 struct cx18_stream *s = &cx->streams[type]; in cx18_reg_dev()
417 struct cx18_stream *s_mpg = &cx->streams[CX18_ENC_STREAM_TYPE_MPG]; in cx18_reg_dev()
537 static void cx18_vbi_setup(struct cx18_stream *s) in cx18_vbi_setup()
649 struct cx18_stream *s = &cx->streams[CX18_ENC_STREAM_TYPE_IDX]; in cx18_stream_rotate_idx_mdls()
674 struct cx18_queue *_cx18_stream_put_mdl_fw(struct cx18_stream *s, in _cx18_stream_put_mdl_fw()
698 void _cx18_stream_load_fw_queue(struct cx18_stream *s) in _cx18_stream_load_fw_queue()
719 struct cx18_stream *s = in cx18_out_work_handler()
720 container_of(work, struct cx18_stream, out_work_order); in cx18_out_work_handler()
725 static void cx18_stream_configure_mdls(struct cx18_stream *s) in cx18_stream_configure_mdls()
769 int cx18_start_v4l2_encode_stream(struct cx18_stream *s) in cx18_start_v4l2_encode_stream()
774 struct cx18_stream *s_idx; in cx18_start_v4l2_encode_stream()
951 struct cx18_stream *s = &cx->streams[i]; in cx18_stop_all_captures()
960 int cx18_stop_v4l2_encode_stream(struct cx18_stream *s, int gop_end) in cx18_stop_v4l2_encode_stream()
1016 struct cx18_stream *s = &cx->streams[i]; in cx18_find_handle()
1024 struct cx18_stream *cx18_handle_to_stream(struct cx18 *cx, u32 handle) in cx18_handle_to_stream()
1027 struct cx18_stream *s; in cx18_handle_to_stream()