Home
last modified time | relevance | path

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

/drivers/media/usb/em28xx/
Dem28xx-video.c643 struct em28xx_buffer *buf = dev->usb_ctl.vid_buf; in process_frame_data_em28xx()
706 dev->usb_ctl.vid_buf = buf; in process_frame_data_em28xx()
721 struct em28xx_buffer *buf = dev->usb_ctl.vid_buf; in process_frame_data_em25xx()
743 dev->usb_ctl.vid_buf = buf; in process_frame_data_em25xx()
758 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_STATE_ERROR); in em28xx_stop_streaming()
1002 dev->usb_ctl.vid_buf = NULL; in em28xx_stop_streaming()
Dem28xx.h246 struct em28xx_buffer *vid_buf; member
Dem28xx-core.c925 dev->usb_ctl.vid_buf = NULL; in em28xx_alloc_urbs()