Home
last modified time | relevance | path

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

/linux/include/media/
H A Dvideobuf2-v4l2.h220 int vb2_streamoff(struct vb2_queue *q, enum v4l2_buf_type type);
/linux/drivers/media/common/videobuf2/
H A Dvideobuf2-v4l2.c879 int vb2_streamoff(struct vb2_queue *q, enum v4l2_buf_type type) in vb2_streamoff() function
887 EXPORT_SYMBOL_GPL(vb2_streamoff);
1128 return vb2_streamoff(vdev->queue, i); in vb2_ioctl_streamoff()
/linux/drivers/media/usb/uvc/
H A Duvc_driver.c2415 vb2_streamoff(&stream->queue.queue, in __uvc_resume()