Searched refs:vb2_queue_is_busy (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.4/drivers/media/common/videobuf2/ |
D | videobuf2-v4l2.c | 900 static inline bool vb2_queue_is_busy(struct video_device *vdev, struct file *file) in vb2_queue_is_busy() function 916 if (vb2_queue_is_busy(vdev, file)) in vb2_ioctl_reqbufs() 944 if (vb2_queue_is_busy(vdev, file)) in vb2_ioctl_create_bufs() 959 if (vb2_queue_is_busy(vdev, file)) in vb2_ioctl_prepare_buf() 978 if (vb2_queue_is_busy(vdev, file)) in vb2_ioctl_qbuf() 988 if (vb2_queue_is_busy(vdev, file)) in vb2_ioctl_dqbuf() 998 if (vb2_queue_is_busy(vdev, file)) in vb2_ioctl_streamon() 1008 if (vb2_queue_is_busy(vdev, file)) in vb2_ioctl_streamoff() 1018 if (vb2_queue_is_busy(vdev, file)) in vb2_ioctl_expbuf() 1070 if (vb2_queue_is_busy(vdev, file)) in vb2_fop_write() [all …]
|