Lines Matching refs:video_mode
1251 dev->video_mode.isoc_ctl.buf = buf; in buffer_copy()
1255 buf = dev->video_mode.isoc_ctl.buf; in buffer_copy()
1370 struct cx231xx_dmaqueue *vidq = &dev->video_mode.vidq; in buffer_queue()
1373 spin_lock_irqsave(&dev->video_mode.slock, flags); in buffer_queue()
1375 spin_unlock_irqrestore(&dev->video_mode.slock, flags); in buffer_queue()
1381 struct cx231xx_dmaqueue *vidq = &dev->video_mode.vidq; in return_all_buffers()
1385 spin_lock_irqsave(&dev->video_mode.slock, flags); in return_all_buffers()
1390 spin_unlock_irqrestore(&dev->video_mode.slock, flags); in return_all_buffers()
1396 struct cx231xx_dmaqueue *vidq = &dev->video_mode.vidq; in start_streaming()
1447 spin_lock_irqsave(&dev->video_mode.slock, flags); in stop_streaming()
1449 dev->video_mode.isoc_ctl.buf = NULL; in stop_streaming()
1451 dev->video_mode.bulk_ctl.buf = NULL; in stop_streaming()
1452 spin_unlock_irqrestore(&dev->video_mode.slock, flags); in stop_streaming()