Lines Matching refs:cx18_stream
110 struct cx18_stream *s, struct cx18_videobuf_buffer *buf) in cx18_dma_free()
118 struct cx18_stream *s, in cx18_prepare_buffer()
198 struct cx18_stream *s = q->priv_data; in buffer_setup()
220 struct cx18_stream *s = q->priv_data; in buffer_prepare()
232 struct cx18_stream *s = q->priv_data; in buffer_release()
241 struct cx18_stream *s = q->priv_data; in buffer_queue()
257 struct cx18_stream *s = &cx->streams[type]; in cx18_stream_init()
314 struct cx18_stream *s = &cx->streams[type]; in cx18_prep_dev()
413 struct cx18_stream *s = &cx->streams[type]; in cx18_reg_dev()
432 struct cx18_stream *s_mpg = &cx->streams[CX18_ENC_STREAM_TYPE_MPG]; in cx18_reg_dev()
553 static void cx18_vbi_setup(struct cx18_stream *s) in cx18_vbi_setup()
665 struct cx18_stream *s = &cx->streams[CX18_ENC_STREAM_TYPE_IDX]; in cx18_stream_rotate_idx_mdls()
690 struct cx18_queue *_cx18_stream_put_mdl_fw(struct cx18_stream *s, in _cx18_stream_put_mdl_fw()
714 void _cx18_stream_load_fw_queue(struct cx18_stream *s) in _cx18_stream_load_fw_queue()
735 struct cx18_stream *s = in cx18_out_work_handler()
736 container_of(work, struct cx18_stream, out_work_order); in cx18_out_work_handler()
741 static void cx18_stream_configure_mdls(struct cx18_stream *s) in cx18_stream_configure_mdls()
785 int cx18_start_v4l2_encode_stream(struct cx18_stream *s) in cx18_start_v4l2_encode_stream()
790 struct cx18_stream *s_idx; in cx18_start_v4l2_encode_stream()
967 struct cx18_stream *s = &cx->streams[i]; in cx18_stop_all_captures()
976 int cx18_stop_v4l2_encode_stream(struct cx18_stream *s, int gop_end) in cx18_stop_v4l2_encode_stream()
1032 struct cx18_stream *s = &cx->streams[i]; in cx18_find_handle()
1040 struct cx18_stream *cx18_handle_to_stream(struct cx18 *cx, u32 handle) in cx18_handle_to_stream()
1043 struct cx18_stream *s; in cx18_handle_to_stream()