Lines Matching refs:ts1
1029 dev->ts1.height = 480; in cx23885_codec_settings()
1031 dev->ts1.height = 576; in cx23885_codec_settings()
1035 dev->ts1.height, dev->ts1.width); in cx23885_codec_settings()
1037 dev->cxhdl.width = dev->ts1.width; in cx23885_codec_settings()
1038 dev->cxhdl.height = dev->ts1.height; in cx23885_codec_settings()
1147 dev->ts1.ts_packet_size = mpeglinesize; in queue_setup()
1148 dev->ts1.ts_packet_count = mpeglines; in queue_setup()
1163 return cx23885_buf_prepare(buf, &dev->ts1); in buffer_prepare()
1183 cx23885_buf_queue(&dev->ts1, buf); in buffer_queue()
1189 struct cx23885_dmaqueue *dmaq = &dev->ts1.mpegq; in cx23885_start_streaming()
1198 cx23885_start_dma(&dev->ts1, dmaq, buf); in cx23885_start_streaming()
1224 cx23885_cancel_buffers(&dev->ts1); in cx23885_stop_streaming()
1340 struct cx23885_tsport *tsport = &dev->ts1; in vidioc_querycap()
1376 dev->ts1.ts_packet_size * dev->ts1.ts_packet_count; in vidioc_g_fmt_vid_cap()
1378 f->fmt.pix.width = dev->ts1.width; in vidioc_g_fmt_vid_cap()
1379 f->fmt.pix.height = dev->ts1.height; in vidioc_g_fmt_vid_cap()
1382 dev->ts1.width, dev->ts1.height); in vidioc_g_fmt_vid_cap()
1394 dev->ts1.ts_packet_size * dev->ts1.ts_packet_count; in vidioc_try_fmt_vid_cap()
1398 dev->ts1.width, dev->ts1.height); in vidioc_try_fmt_vid_cap()
1410 dev->ts1.ts_packet_size * dev->ts1.ts_packet_count; in vidioc_s_fmt_vid_cap()
1516 struct cx23885_tsport *tsport = &dev->ts1; in cx23885_417_register()