Lines Matching refs:usb_ctl
642 struct em28xx_buffer *buf = dev->usb_ctl.vid_buf; in process_frame_data_em28xx()
643 struct em28xx_buffer *vbi_buf = dev->usb_ctl.vbi_buf; in process_frame_data_em28xx()
681 dev->usb_ctl.vbi_buf = vbi_buf; in process_frame_data_em28xx()
705 dev->usb_ctl.vid_buf = buf; in process_frame_data_em28xx()
720 struct em28xx_buffer *buf = dev->usb_ctl.vid_buf; in process_frame_data_em25xx()
742 dev->usb_ctl.vid_buf = buf; in process_frame_data_em25xx()
757 dev->usb_ctl.vid_buf = buf; in process_frame_data_em25xx()
1000 if (dev->usb_ctl.vid_buf != NULL) { in em28xx_stop_streaming()
1001 vb2_buffer_done(&dev->usb_ctl.vid_buf->vb.vb2_buf, in em28xx_stop_streaming()
1003 dev->usb_ctl.vid_buf = NULL; in em28xx_stop_streaming()
1032 if (dev->usb_ctl.vbi_buf != NULL) { in em28xx_stop_vbi_streaming()
1033 vb2_buffer_done(&dev->usb_ctl.vbi_buf->vb.vb2_buf, in em28xx_stop_vbi_streaming()
1035 dev->usb_ctl.vbi_buf = NULL; in em28xx_stop_vbi_streaming()