Searched refs:usb_ctl (Results 1 – 3 of 3) sorted by relevance
791 dev->usb_ctl.urb_data_copy(dev, urb); in em28xx_irq_callback()821 usb_bufs = &dev->usb_ctl.digital_bufs; in em28xx_uninit_usb_xfer()823 usb_bufs = &dev->usb_ctl.analog_bufs; in em28xx_uninit_usb_xfer()856 struct em28xx_usb_bufs *isoc_bufs = &dev->usb_ctl.digital_bufs; in em28xx_stop_urbs()901 usb_bufs = &dev->usb_ctl.digital_bufs; in em28xx_alloc_urbs()910 usb_bufs = &dev->usb_ctl.analog_bufs; in em28xx_alloc_urbs()936 dev->usb_ctl.vid_buf = NULL; in em28xx_alloc_urbs()937 dev->usb_ctl.vbi_buf = NULL; in em28xx_alloc_urbs()1010 dev->usb_ctl.urb_data_copy = urb_data_copy; in em28xx_init_usb_xfer()1013 usb_bufs = &dev->usb_ctl.digital_bufs; in em28xx_init_usb_xfer()[all …]
638 struct em28xx_buffer *buf = dev->usb_ctl.vid_buf; in process_frame_data_em28xx()683 dev->usb_ctl.vbi_buf = vbi_buf; in process_frame_data_em28xx()707 dev->usb_ctl.vid_buf = buf; in process_frame_data_em28xx()746 dev->usb_ctl.vid_buf = buf; in process_frame_data_em25xx()762 dev->usb_ctl.vid_buf = buf; in process_frame_data_em25xx()1157 if (dev->usb_ctl.vid_buf) { in em28xx_stop_streaming()1158 vb2_buffer_done(&dev->usb_ctl.vid_buf->vb.vb2_buf, in em28xx_stop_streaming()1160 dev->usb_ctl.vid_buf = NULL; in em28xx_stop_streaming()1192 if (dev->usb_ctl.vbi_buf) { in em28xx_stop_vbi_streaming()1193 vb2_buffer_done(&dev->usb_ctl.vbi_buf->vb.vb2_buf, in em28xx_stop_vbi_streaming()[all …]
715 struct em28xx_usb_ctl usb_ctl; member