Lines Matching refs:usb_ctl
648 struct em28xx_buffer *buf = dev->usb_ctl.vid_buf; in process_frame_data_em28xx()
649 struct em28xx_buffer *vbi_buf = dev->usb_ctl.vbi_buf; in process_frame_data_em28xx()
693 dev->usb_ctl.vbi_buf = vbi_buf; in process_frame_data_em28xx()
717 dev->usb_ctl.vid_buf = buf; in process_frame_data_em28xx()
732 struct em28xx_buffer *buf = dev->usb_ctl.vid_buf; in process_frame_data_em25xx()
756 dev->usb_ctl.vid_buf = buf; in process_frame_data_em25xx()
772 dev->usb_ctl.vid_buf = buf; in process_frame_data_em25xx()
1167 if (dev->usb_ctl.vid_buf) { in em28xx_stop_streaming()
1168 vb2_buffer_done(&dev->usb_ctl.vid_buf->vb.vb2_buf, in em28xx_stop_streaming()
1170 dev->usb_ctl.vid_buf = NULL; in em28xx_stop_streaming()
1202 if (dev->usb_ctl.vbi_buf) { in em28xx_stop_vbi_streaming()
1203 vb2_buffer_done(&dev->usb_ctl.vbi_buf->vb.vb2_buf, in em28xx_stop_vbi_streaming()
1205 dev->usb_ctl.vbi_buf = NULL; in em28xx_stop_vbi_streaming()