Searched refs:vb2_queue_is_busy (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/media/common/videobuf2/ |
| A D | videobuf2-v4l2.c | 1015 if (vb2_queue_is_busy(vdev->queue, file)) in vb2_ioctl_remove_bufs() 1034 if (vb2_queue_is_busy(vdev->queue, file)) in vb2_ioctl_reqbufs() 1062 if (vb2_queue_is_busy(vdev->queue, file)) in vb2_ioctl_create_bufs() 1077 if (vb2_queue_is_busy(vdev->queue, file)) in vb2_ioctl_prepare_buf() 1096 if (vb2_queue_is_busy(vdev->queue, file)) in vb2_ioctl_qbuf() 1106 if (vb2_queue_is_busy(vdev->queue, file)) in vb2_ioctl_dqbuf() 1116 if (vb2_queue_is_busy(vdev->queue, file)) in vb2_ioctl_streamon() 1126 if (vb2_queue_is_busy(vdev->queue, file)) in vb2_ioctl_streamoff() 1136 if (vb2_queue_is_busy(vdev->queue, file)) in vb2_ioctl_expbuf() 1188 if (vb2_queue_is_busy(vdev->queue, file)) in vb2_fop_write() [all …]
|
| /linux/include/media/ |
| A 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/drivers/media/platform/renesas/vsp1/ |
| A D | vsp1_video.c | 970 if (vb2_queue_is_busy(&video->queue, file)) in vsp1_video_streamon()
|
| /linux/drivers/media/platform/nxp/imx8-isi/ |
| A D | imx8-isi-video.c | 1155 if (vb2_queue_is_busy(&video->vb2_q, file)) in mxc_isi_video_streamon()
|
Completed in 15 milliseconds