Home
last modified time | relevance | path

Searched refs:usb_ctl (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/media/usb/em28xx/
Dem28xx-core.c776 dev->usb_ctl.urb_data_copy(dev, urb); in em28xx_irq_callback()
807 usb_bufs = &dev->usb_ctl.digital_bufs; in em28xx_uninit_usb_xfer()
809 usb_bufs = &dev->usb_ctl.analog_bufs; in em28xx_uninit_usb_xfer()
849 struct em28xx_usb_bufs *isoc_bufs = &dev->usb_ctl.digital_bufs; in em28xx_stop_urbs()
890 usb_bufs = &dev->usb_ctl.digital_bufs; in em28xx_alloc_urbs()
898 usb_bufs = &dev->usb_ctl.analog_bufs; in em28xx_alloc_urbs()
928 dev->usb_ctl.vid_buf = NULL; in em28xx_alloc_urbs()
929 dev->usb_ctl.vbi_buf = NULL; in em28xx_alloc_urbs()
1008 dev->usb_ctl.urb_data_copy = urb_data_copy; in em28xx_init_usb_xfer()
1011 usb_bufs = &dev->usb_ctl.digital_bufs; in em28xx_init_usb_xfer()
[all …]
Dem28xx-video.c642 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()
[all …]
Dem28xx.h675 struct em28xx_usb_ctl usb_ctl; member