Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/common/videobuf2/
Dvideobuf2-v4l2.c704 static inline bool vb2_queue_is_busy(struct video_device *vdev, struct file *file) in vb2_queue_is_busy() function
719 if (vb2_queue_is_busy(vdev, file)) in vb2_ioctl_reqbufs()
746 if (vb2_queue_is_busy(vdev, file)) in vb2_ioctl_create_bufs()
761 if (vb2_queue_is_busy(vdev, file)) in vb2_ioctl_prepare_buf()
780 if (vb2_queue_is_busy(vdev, file)) in vb2_ioctl_qbuf()
790 if (vb2_queue_is_busy(vdev, file)) in vb2_ioctl_dqbuf()
800 if (vb2_queue_is_busy(vdev, file)) in vb2_ioctl_streamon()
810 if (vb2_queue_is_busy(vdev, file)) in vb2_ioctl_streamoff()
820 if (vb2_queue_is_busy(vdev, file)) in vb2_ioctl_expbuf()
872 if (vb2_queue_is_busy(vdev, file)) in vb2_fop_write()
[all …]