Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/media/usb/au0828/
H A Dau0828-video.c472 dev->isoc_ctl.vbi_buf = NULL; in vbi_get_next_buf()
483 dev->isoc_ctl.vbi_buf = *buf; in vbi_get_next_buf()
493 struct au0828_buffer *vbi_buf; in au0828_isoc_copy() local
521 vbi_buf = dev->isoc_ctl.vbi_buf; in au0828_isoc_copy()
522 if (vbi_buf != NULL) in au0828_isoc_copy()
523 vbioutp = vb2_plane_vaddr(&vbi_buf->vb.vb2_buf, 0); in au0828_isoc_copy()
555 if (vbi_buf != NULL) in au0828_isoc_copy()
556 buffer_filled(dev, vbi_dma_q, vbi_buf); in au0828_isoc_copy()
557 vbi_get_next_buf(vbi_dma_q, &vbi_buf); in au0828_isoc_copy()
[all...]
H A Dau0828.h144 struct au0828_buffer *vbi_buf; member
/kernel/linux/linux-6.6/drivers/media/usb/au0828/
H A Dau0828-video.c471 dev->isoc_ctl.vbi_buf = NULL; in vbi_get_next_buf()
482 dev->isoc_ctl.vbi_buf = *buf; in vbi_get_next_buf()
492 struct au0828_buffer *vbi_buf; in au0828_isoc_copy() local
520 vbi_buf = dev->isoc_ctl.vbi_buf; in au0828_isoc_copy()
521 if (vbi_buf != NULL) in au0828_isoc_copy()
522 vbioutp = vb2_plane_vaddr(&vbi_buf->vb.vb2_buf, 0); in au0828_isoc_copy()
554 if (vbi_buf != NULL) in au0828_isoc_copy()
555 buffer_filled(dev, vbi_dma_q, vbi_buf); in au0828_isoc_copy()
556 vbi_get_next_buf(vbi_dma_q, &vbi_buf); in au0828_isoc_copy()
[all...]
H A Dau0828.h144 struct au0828_buffer *vbi_buf; member
/kernel/linux/linux-5.10/drivers/media/usb/em28xx/
H A Dem28xx-video.c649 struct em28xx_buffer *vbi_buf = dev->usb_ctl.vbi_buf; in process_frame_data_em28xx() local
692 vbi_buf = finish_field_prepare_next(dev, vbi_buf, vbi_dma_q); in process_frame_data_em28xx()
693 dev->usb_ctl.vbi_buf = vbi_buf; in process_frame_data_em28xx()
703 if (vbi_buf) in process_frame_data_em28xx()
704 em28xx_copy_vbi(dev, vbi_buf, data_pkt, vbi_data_len); in process_frame_data_em28xx()
1202 if (dev->usb_ctl.vbi_buf) { in em28xx_stop_vbi_streaming()
1203 vb2_buffer_done(&dev->usb_ctl.vbi_buf in em28xx_stop_vbi_streaming()
[all...]
H A Dem28xx.h243 * @vbi_buf: Stores already requested VBI buffers
250 struct em28xx_buffer *vbi_buf; member
H A Dem28xx-core.c944 dev->usb_ctl.vbi_buf = NULL; in em28xx_alloc_urbs()
/kernel/linux/linux-6.6/drivers/media/usb/em28xx/
H A Dem28xx-video.c639 struct em28xx_buffer *vbi_buf = dev->usb_ctl.vbi_buf; in process_frame_data_em28xx() local
682 vbi_buf = finish_field_prepare_next(dev, vbi_buf, vbi_dma_q); in process_frame_data_em28xx()
683 dev->usb_ctl.vbi_buf = vbi_buf; in process_frame_data_em28xx()
693 if (vbi_buf) in process_frame_data_em28xx()
694 em28xx_copy_vbi(dev, vbi_buf, data_pkt, vbi_data_len); in process_frame_data_em28xx()
1192 if (dev->usb_ctl.vbi_buf) { in em28xx_stop_vbi_streaming()
1193 vb2_buffer_done(&dev->usb_ctl.vbi_buf in em28xx_stop_vbi_streaming()
[all...]
H A Dem28xx.h234 * @vbi_buf: Stores already requested VBI buffers
241 struct em28xx_buffer *vbi_buf; member
H A Dem28xx-core.c936 dev->usb_ctl.vbi_buf = NULL; in em28xx_alloc_urbs()

Completed in 16 milliseconds