Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/media/v4l2-core/
Dvideobuf2-core.c3294 static inline bool vb2_queue_is_busy(struct video_device *vdev, struct file *file) in vb2_queue_is_busy() function
3309 if (vb2_queue_is_busy(vdev, file)) in vb2_ioctl_reqbufs()
3333 if (vb2_queue_is_busy(vdev, file)) in vb2_ioctl_create_bufs()
3347 if (vb2_queue_is_busy(vdev, file)) in vb2_ioctl_prepare_buf()
3366 if (vb2_queue_is_busy(vdev, file)) in vb2_ioctl_qbuf()
3376 if (vb2_queue_is_busy(vdev, file)) in vb2_ioctl_dqbuf()
3386 if (vb2_queue_is_busy(vdev, file)) in vb2_ioctl_streamon()
3396 if (vb2_queue_is_busy(vdev, file)) in vb2_ioctl_streamoff()
3406 if (vb2_queue_is_busy(vdev, file)) in vb2_ioctl_expbuf()
3458 if (vb2_queue_is_busy(vdev, file)) in vb2_fop_write()
[all …]