Lines Matching refs:ts1
1013 dev->ts1.height = 480; in cx23885_codec_settings()
1015 dev->ts1.height = 576; in cx23885_codec_settings()
1019 dev->ts1.height, dev->ts1.width); in cx23885_codec_settings()
1021 dev->cxhdl.width = dev->ts1.width; in cx23885_codec_settings()
1022 dev->cxhdl.height = dev->ts1.height; in cx23885_codec_settings()
1129 dev->ts1.ts_packet_size = mpeglinesize; in queue_setup()
1130 dev->ts1.ts_packet_count = mpeglines; in queue_setup()
1144 return cx23885_buf_prepare(buf, &dev->ts1); in buffer_prepare()
1164 cx23885_buf_queue(&dev->ts1, buf); in buffer_queue()
1170 struct cx23885_dmaqueue *dmaq = &dev->ts1.mpegq; in cx23885_start_streaming()
1179 cx23885_start_dma(&dev->ts1, dmaq, buf); in cx23885_start_streaming()
1205 cx23885_cancel_buffers(&dev->ts1); in cx23885_stop_streaming()
1321 struct cx23885_tsport *tsport = &dev->ts1; in vidioc_querycap()
1355 dev->ts1.ts_packet_size * dev->ts1.ts_packet_count; in vidioc_g_fmt_vid_cap()
1357 f->fmt.pix.width = dev->ts1.width; in vidioc_g_fmt_vid_cap()
1358 f->fmt.pix.height = dev->ts1.height; in vidioc_g_fmt_vid_cap()
1361 dev->ts1.width, dev->ts1.height); in vidioc_g_fmt_vid_cap()
1373 dev->ts1.ts_packet_size * dev->ts1.ts_packet_count; in vidioc_try_fmt_vid_cap()
1377 dev->ts1.width, dev->ts1.height); in vidioc_try_fmt_vid_cap()
1389 dev->ts1.ts_packet_size * dev->ts1.ts_packet_count; in vidioc_s_fmt_vid_cap()
1495 struct cx23885_tsport *tsport = &dev->ts1; in cx23885_417_register()