Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/media/common/videobuf2/
H A 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()
1044 /* No need to call vb2_queue_is_busy(), anyone can query buffers. */ in vb2_ioctl_querybuf()
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(vde in vb2_ioctl_expbuf()
[all...]
/kernel/linux/linux-6.6/drivers/media/common/videobuf2/
H A Dvideobuf2-v4l2.c993 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()
1047 /* No need to call vb2_queue_is_busy(), anyone can query buffers. */ in vb2_ioctl_querybuf()
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(vde in vb2_fop_write()
[all...]
/kernel/linux/linux-6.6/include/media/
H A Dvideobuf2-v4l2.h305 * vb2_queue_is_busy() - check if the queue is busy
317 static inline bool vb2_queue_is_busy(struct vb2_queue *q, struct file *file) in vb2_queue_is_busy() function
/kernel/linux/linux-6.6/drivers/media/platform/nxp/imx8-isi/
H A Dimx8-isi-video.c1155 if (vb2_queue_is_busy(&video->vb2_q, file)) in mxc_isi_video_streamon()
/kernel/linux/linux-6.6/drivers/media/platform/renesas/vsp1/
H A Dvsp1_video.c1034 if (vb2_queue_is_busy(&video->queue, file)) in vsp1_video_streamon()

Completed in 8 milliseconds