Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/common/videobuf2/
Dvideobuf2-v4l2.c498 if (vb2_fileio_is_active(q)) { in vb2_prepare_buf()
567 if (vb2_fileio_is_active(q)) { in vb2_qbuf()
581 if (vb2_fileio_is_active(q)) { in vb2_dqbuf()
605 if (vb2_fileio_is_active(q)) { in vb2_streamon()
615 if (vb2_fileio_is_active(q)) { in vb2_streamoff()
Dvideobuf2-core.c651 if (vb2_fileio_is_active(q)) { in vb2_verify_memory_type()
1873 if (vb2_fileio_is_active(q)) { in vb2_core_expbuf()
1935 if (vb2_fileio_is_active(q)) { in vb2_mmap()
2066 if (q->num_buffers == 0 && !vb2_fileio_is_active(q)) { in vb2_core_poll()
2360 if (!vb2_fileio_is_active(q)) { in __vb2_perform_fileio()
/Linux-v4.19/include/media/
Dvideobuf2-core.h1035 static inline bool vb2_fileio_is_active(struct vb2_queue *q) in vb2_fileio_is_active() function
/Linux-v4.19/samples/v4l/
Dv4l2-pci-skeleton.c176 if (vb2_fileio_is_active(vq)) in queue_setup()
/Linux-v4.19/drivers/media/platform/vivid/
Dvivid-vid-out.c42 if (vb2_fileio_is_active(vq)) in vid_out_queue_setup()
Dvivid-vid-cap.c98 if (vb2_fileio_is_active(vq)) in vid_cap_queue_setup()