Home
last modified time | relevance | path

Searched refs:vb2_fileio_is_active (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/media/common/videobuf2/
H A Dvideobuf2-v4l2.c745 if (vb2_fileio_is_active(q)) { in vb2_prepare_buf()
823 if (vb2_fileio_is_active(q)) { in vb2_qbuf()
842 if (vb2_fileio_is_active(q)) { in vb2_dqbuf()
871 if (vb2_fileio_is_active(q)) { in vb2_streamon()
881 if (vb2_fileio_is_active(q)) { in vb2_streamoff()
H A Dvideobuf2-core.c727 if (vb2_fileio_is_active(q)) { in vb2_verify_memory_type()
2169 if (vb2_fileio_is_active(q)) { in __find_plane_by_offset()
2234 if (vb2_fileio_is_active(q)) { in vb2_core_expbuf()
2442 if (q->num_buffers == 0 && !vb2_fileio_is_active(q)) { in vb2_core_poll()
2740 if (!vb2_fileio_is_active(q)) { in __vb2_perform_fileio()
/OK3568_Linux_fs/kernel/include/media/
H A Dvideobuf2-core.h1113 static inline bool vb2_fileio_is_active(struct vb2_queue *q) in vb2_fileio_is_active() function
/OK3568_Linux_fs/kernel/samples/v4l/
H A Dv4l2-pci-skeleton.c177 if (vb2_fileio_is_active(vq)) in queue_setup()
/OK3568_Linux_fs/kernel/drivers/media/test-drivers/vivid/
H A Dvivid-vid-out.c43 if (vb2_fileio_is_active(vq)) in vid_out_queue_setup()
H A Dvivid-vid-cap.c96 if (vb2_fileio_is_active(vq)) in vid_cap_queue_setup()