Searched refs:vbi_buf (Results 1 - 5 of 5) sorted by relevance

/linux-4.4.14/drivers/media/usb/au0828/
H A Dau0828-video.c486 dev->isoc_ctl.vbi_buf = NULL; vbi_get_next_buf()
497 dev->isoc_ctl.vbi_buf = *buf; vbi_get_next_buf()
507 struct au0828_buffer *vbi_buf; au0828_isoc_copy() local
535 vbi_buf = dev->isoc_ctl.vbi_buf; au0828_isoc_copy()
536 if (vbi_buf != NULL) au0828_isoc_copy()
537 vbioutp = vb2_plane_vaddr(&vbi_buf->vb.vb2_buf, 0); au0828_isoc_copy()
569 if (vbi_buf != NULL) au0828_isoc_copy()
570 buffer_filled(dev, vbi_dma_q, vbi_buf); au0828_isoc_copy()
571 vbi_get_next_buf(vbi_dma_q, &vbi_buf); au0828_isoc_copy()
572 if (vbi_buf == NULL) au0828_isoc_copy()
576 &vbi_buf->vb.vb2_buf, 0); au0828_isoc_copy()
605 if (vbi_buf != NULL) { au0828_isoc_copy()
607 vbi_buf->top_field = 1; au0828_isoc_copy()
609 vbi_buf->top_field = 0; au0828_isoc_copy()
625 if (vbi_buf != NULL) au0828_isoc_copy()
626 au0828_copy_vbi(dev, vbi_dma_q, vbi_buf, p, au0828_isoc_copy()
860 if (dev->isoc_ctl.vbi_buf != NULL) { au0828_stop_vbi_streaming()
861 vb2_buffer_done(&dev->isoc_ctl.vbi_buf->vb.vb2_buf, au0828_stop_vbi_streaming()
863 dev->isoc_ctl.vbi_buf = NULL; au0828_stop_vbi_streaming()
941 buf = dev->isoc_ctl.vbi_buf; au0828_vbi_buffer_timeout()
H A Dau0828.h159 struct au0828_buffer *vbi_buf; member in struct:au0828_usb_isoc_ctl
/linux-4.4.14/drivers/media/usb/em28xx/
H A Dem28xx-video.c643 struct em28xx_buffer *vbi_buf = dev->usb_ctl.vbi_buf; process_frame_data_em28xx() local
680 vbi_buf = finish_field_prepare_next(dev, vbi_buf, vbi_dma_q); process_frame_data_em28xx()
681 dev->usb_ctl.vbi_buf = vbi_buf; process_frame_data_em28xx()
691 if (vbi_buf != NULL) process_frame_data_em28xx()
692 em28xx_copy_vbi(dev, vbi_buf, data_pkt, vbi_data_len); process_frame_data_em28xx()
1032 if (dev->usb_ctl.vbi_buf != NULL) { em28xx_stop_vbi_streaming()
1033 vb2_buffer_done(&dev->usb_ctl.vbi_buf->vb.vb2_buf, em28xx_stop_vbi_streaming()
1035 dev->usb_ctl.vbi_buf = NULL; em28xx_stop_vbi_streaming()
H A Dem28xx.h250 struct em28xx_buffer *vbi_buf; member in struct:em28xx_usb_ctl
H A Dem28xx-core.c929 dev->usb_ctl.vbi_buf = NULL; em28xx_alloc_urbs()

Completed in 516 milliseconds