Lines Matching refs:vb
593 struct video_buf *vb; in fwcam_frame_done() local
595 vb = video_buf_acquire(sc->sc_vd); in fwcam_frame_done()
596 if (vb == NULL) in fwcam_frame_done()
599 if (video_buf_write(vb, 0, sc->frame_buf, sc->frame_offset) != 0) { in fwcam_frame_done()
600 video_buf_error(vb); in fwcam_frame_done()
603 video_buf_done(vb, sc->frame_offset, sc->sc_sequence++); in fwcam_frame_done()
645 struct video_buf *vb; in fwcam_iso_input() local
647 vb = video_buf_acquire(sc->sc_vd); in fwcam_iso_input()
648 if (vb != NULL) in fwcam_iso_input()
649 video_buf_error(vb); in fwcam_iso_input()
667 struct video_buf *vb; in fwcam_iso_input() local
669 vb = video_buf_acquire(sc->sc_vd); in fwcam_iso_input()
670 if (vb != NULL) in fwcam_iso_input()
671 video_buf_error(vb); in fwcam_iso_input()