Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/media/v4l2-core/
Dvideobuf2-v4l2.c1399 static inline bool vb2_queue_is_busy(struct video_device *vdev, struct file *file) in vb2_queue_is_busy() function
1414 if (vb2_queue_is_busy(vdev, file)) in vb2_ioctl_reqbufs()
1441 if (vb2_queue_is_busy(vdev, file)) in vb2_ioctl_create_bufs()
1456 if (vb2_queue_is_busy(vdev, file)) in vb2_ioctl_prepare_buf()
1475 if (vb2_queue_is_busy(vdev, file)) in vb2_ioctl_qbuf()
1485 if (vb2_queue_is_busy(vdev, file)) in vb2_ioctl_dqbuf()
1495 if (vb2_queue_is_busy(vdev, file)) in vb2_ioctl_streamon()
1505 if (vb2_queue_is_busy(vdev, file)) in vb2_ioctl_streamoff()
1515 if (vb2_queue_is_busy(vdev, file)) in vb2_ioctl_expbuf()
1567 if (vb2_queue_is_busy(vdev, file)) in vb2_fop_write()
[all …]