Searched refs:vb2_queue_is_busy (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.1/drivers/media/common/videobuf2/ |
D | videobuf2-v4l2.c | 993 if (vb2_queue_is_busy(vdev->queue, file)) in vb2_ioctl_reqbufs() 1022 if (vb2_queue_is_busy(vdev->queue, file)) in vb2_ioctl_create_bufs() 1037 if (vb2_queue_is_busy(vdev->queue, file)) in vb2_ioctl_prepare_buf() 1056 if (vb2_queue_is_busy(vdev->queue, file)) in vb2_ioctl_qbuf() 1066 if (vb2_queue_is_busy(vdev->queue, file)) in vb2_ioctl_dqbuf() 1076 if (vb2_queue_is_busy(vdev->queue, file)) in vb2_ioctl_streamon() 1086 if (vb2_queue_is_busy(vdev->queue, file)) in vb2_ioctl_streamoff() 1096 if (vb2_queue_is_busy(vdev->queue, file)) in vb2_ioctl_expbuf() 1148 if (vb2_queue_is_busy(vdev->queue, file)) in vb2_fop_write() 1172 if (vb2_queue_is_busy(vdev->queue, file)) in vb2_fop_read()
|
/Linux-v6.1/include/media/ |
D | videobuf2-v4l2.h | 317 static inline bool vb2_queue_is_busy(struct vb2_queue *q, struct file *file) in vb2_queue_is_busy() function
|
/Linux-v6.1/drivers/media/platform/renesas/vsp1/ |
D | vsp1_video.c | 1033 if (vb2_queue_is_busy(&video->queue, file)) in vsp1_video_streamon()
|