Searched refs:vb2_queue_is_busy (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.10/drivers/media/common/videobuf2/ |
D | videobuf2-v4l2.c | 976 static inline bool vb2_queue_is_busy(struct video_device *vdev, struct file *file) in vb2_queue_is_busy() function 992 if (vb2_queue_is_busy(vdev, file)) in vb2_ioctl_reqbufs() 1020 if (vb2_queue_is_busy(vdev, file)) in vb2_ioctl_create_bufs() 1035 if (vb2_queue_is_busy(vdev, file)) in vb2_ioctl_prepare_buf() 1054 if (vb2_queue_is_busy(vdev, file)) in vb2_ioctl_qbuf() 1064 if (vb2_queue_is_busy(vdev, file)) in vb2_ioctl_dqbuf() 1074 if (vb2_queue_is_busy(vdev, file)) in vb2_ioctl_streamon() 1084 if (vb2_queue_is_busy(vdev, file)) in vb2_ioctl_streamoff() 1094 if (vb2_queue_is_busy(vdev, file)) in vb2_ioctl_expbuf() 1146 if (vb2_queue_is_busy(vdev, file)) in vb2_fop_write() [all …]
|