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()
764 spin_lock_irqsave(&dev->video_mode.slock, flags); in free_buffer()
766 if (dev->video_mode.isoc_ctl.buf == buf) in free_buffer()
767 dev->video_mode.isoc_ctl.buf = NULL; in free_buffer()
769 if (dev->video_mode.bulk_ctl.buf == buf) in free_buffer()
770 dev->video_mode.bulk_ctl.buf = NULL; in free_buffer()
772 spin_unlock_irqrestore(&dev->video_mode.slock, flags); in free_buffer()
805 if (!dev->video_mode.isoc_ctl.num_bufs) in buffer_prepare()
808 if (!dev->video_mode.bulk_ctl.num_bufs) in buffer_prepare()
813 urb_init, dev->video_mode.max_pkt_size); in buffer_prepare()
819 dev->video_mode.max_pkt_size, in buffer_prepare()
824 dev->video_mode.max_pkt_size, in buffer_prepare()
845 struct cx231xx_dmaqueue *vidq = &dev->video_mode.vidq; in buffer_queue()
1774 NULL, &dev->video_mode.slock, in cx231xx_v4l2_open()