Home
last modified time | relevance | path

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

/drivers/media/common/videobuf2/
Dvideobuf2-v4l2.c975 static inline bool vb2_queue_is_busy(struct video_device *vdev, struct file *file) in vb2_queue_is_busy() function
991 if (vb2_queue_is_busy(vdev, file)) in vb2_ioctl_reqbufs()
1019 if (vb2_queue_is_busy(vdev, file)) in vb2_ioctl_create_bufs()
1034 if (vb2_queue_is_busy(vdev, file)) in vb2_ioctl_prepare_buf()
1053 if (vb2_queue_is_busy(vdev, file)) in vb2_ioctl_qbuf()
1063 if (vb2_queue_is_busy(vdev, file)) in vb2_ioctl_dqbuf()
1073 if (vb2_queue_is_busy(vdev, file)) in vb2_ioctl_streamon()
1083 if (vb2_queue_is_busy(vdev, file)) in vb2_ioctl_streamoff()
1093 if (vb2_queue_is_busy(vdev, file)) in vb2_ioctl_expbuf()
1145 if (vb2_queue_is_busy(vdev, file)) in vb2_fop_write()
[all …]