Lines Matching refs:video_mode

190 		dev->video_mode.isoc_ctl.buf = NULL;  in buffer_filled()
192 dev->video_mode.bulk_ctl.buf = NULL; in buffer_filled()
244 struct cx231xx *dev = container_of(vmode, struct cx231xx, video_mode); in get_next_buf()
251 dev->video_mode.isoc_ctl.buf = NULL; in get_next_buf()
253 dev->video_mode.bulk_ctl.buf = NULL; in get_next_buf()
266 dev->video_mode.isoc_ctl.buf = *buf; in get_next_buf()
268 dev->video_mode.bulk_ctl.buf = *buf; in get_next_buf()
310 dev->video_mode.max_pkt_size) { in cx231xx_isoc_copy()
569 buf = dev->video_mode.isoc_ctl.buf; in cx231xx_copy_video_line()
571 buf = dev->video_mode.bulk_ctl.buf; in cx231xx_copy_video_line()
635 buf = dev->video_mode.isoc_ctl.buf; in cx231xx_reset_video_buffer()
637 buf = dev->video_mode.bulk_ctl.buf; in cx231xx_reset_video_buffer()
664 buf = dev->video_mode.isoc_ctl.buf; in cx231xx_do_copy()
666 buf = dev->video_mode.bulk_ctl.buf; in cx231xx_do_copy()
763 spin_lock_irqsave(&dev->video_mode.slock, flags); in free_buffer()
765 if (dev->video_mode.isoc_ctl.buf == buf) in free_buffer()
766 dev->video_mode.isoc_ctl.buf = NULL; in free_buffer()
768 if (dev->video_mode.bulk_ctl.buf == buf) in free_buffer()
769 dev->video_mode.bulk_ctl.buf = NULL; in free_buffer()
771 spin_unlock_irqrestore(&dev->video_mode.slock, flags); in free_buffer()
804 if (!dev->video_mode.isoc_ctl.num_bufs) in buffer_prepare()
807 if (!dev->video_mode.bulk_ctl.num_bufs) in buffer_prepare()
812 urb_init, dev->video_mode.max_pkt_size); in buffer_prepare()
818 dev->video_mode.max_pkt_size, in buffer_prepare()
823 dev->video_mode.max_pkt_size, in buffer_prepare()
844 struct cx231xx_dmaqueue *vidq = &dev->video_mode.vidq; in buffer_queue()
1777 NULL, &dev->video_mode.slock, in cx231xx_v4l2_open()