Home
last modified time | relevance | path

Searched refs:vb2_queue_is_busy (Results 1 – 3 of 3) sorted by relevance

/linux-6.3-rc2/drivers/media/common/videobuf2/
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()
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-6.3-rc2/include/media/
A Dvideobuf2-v4l2.h317 static inline bool vb2_queue_is_busy(struct vb2_queue *q, struct file *file) in vb2_queue_is_busy() function
/linux-6.3-rc2/drivers/media/platform/renesas/vsp1/
A Dvsp1_video.c1033 if (vb2_queue_is_busy(&video->queue, file)) in vsp1_video_streamon()

Completed in 7 milliseconds