Searched refs:vb2_queue_is_busy (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/media/common/videobuf2/ |
| H A D | videobuf2-v4l2.c | 981 static inline bool vb2_queue_is_busy(struct video_device *vdev, struct file *file) in vb2_queue_is_busy() function 997 if (vb2_queue_is_busy(vdev, file)) in vb2_ioctl_reqbufs() 1025 if (vb2_queue_is_busy(vdev, file)) in vb2_ioctl_create_bufs() 1040 if (vb2_queue_is_busy(vdev, file)) in vb2_ioctl_prepare_buf() 1059 if (vb2_queue_is_busy(vdev, file)) in vb2_ioctl_qbuf() 1069 if (vb2_queue_is_busy(vdev, file)) in vb2_ioctl_dqbuf() 1079 if (vb2_queue_is_busy(vdev, file)) in vb2_ioctl_streamon() 1089 if (vb2_queue_is_busy(vdev, file)) in vb2_ioctl_streamoff() 1099 if (vb2_queue_is_busy(vdev, file)) in vb2_ioctl_expbuf() 1151 if (vb2_queue_is_busy(vdev, file)) in vb2_fop_write() [all …]
|