Lines Matching refs:streams
243 struct cx18_stream *s = &cx->streams[type]; in cx18_stream_init()
298 struct cx18_stream *s = &cx->streams[type]; in cx18_prep_dev()
383 ret = cx18_stream_alloc(&cx->streams[type]); in cx18_streams_setup()
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()
495 if (cx->streams[type].dvb != NULL) { in cx18_streams_cleanup()
497 cx18_dvb_unregister(&cx->streams[type]); in cx18_streams_cleanup()
498 kfree(cx->streams[type].dvb); in cx18_streams_cleanup()
499 cx->streams[type].dvb = NULL; in cx18_streams_cleanup()
500 cx18_stream_free(&cx->streams[type]); in cx18_streams_cleanup()
516 if (cx->streams[type].buffers != 0) in cx18_streams_cleanup()
517 cx18_stream_free(&cx->streams[type]); in cx18_streams_cleanup()
523 vdev = &cx->streams[type].video_dev; in cx18_streams_cleanup()
529 videobuf_mmap_free(&cx->streams[type].vbuf_q); in cx18_streams_cleanup()
531 cx18_stream_free(&cx->streams[type]); in cx18_streams_cleanup()
649 struct cx18_stream *s = &cx->streams[CX18_ENC_STREAM_TYPE_IDX]; in cx18_stream_rotate_idx_mdls()
871 s_idx = &cx->streams[CX18_ENC_STREAM_TYPE_IDX]; in cx18_start_v4l2_encode_stream()
951 struct cx18_stream *s = &cx->streams[i]; in cx18_stop_all_captures()
1016 struct cx18_stream *s = &cx->streams[i]; in cx18_find_handle()
1033 s = &cx->streams[i]; in cx18_handle_to_stream()