Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/media/common/videobuf2/
Dvideobuf2-v4l2.c677 if (vb2_fileio_is_active(q)) { in vb2_prepare_buf()
753 if (vb2_fileio_is_active(q)) { in vb2_qbuf()
772 if (vb2_fileio_is_active(q)) { in vb2_dqbuf()
801 if (vb2_fileio_is_active(q)) { in vb2_streamon()
811 if (vb2_fileio_is_active(q)) { in vb2_streamoff()
Dvideobuf2-core.c659 if (vb2_fileio_is_active(q)) { in vb2_verify_memory_type()
2116 if (vb2_fileio_is_active(q)) { in vb2_core_expbuf()
2181 if (vb2_fileio_is_active(q)) { in vb2_mmap()
2327 if (q->num_buffers == 0 && !vb2_fileio_is_active(q)) { in vb2_core_poll()
2625 if (!vb2_fileio_is_active(q)) { in __vb2_perform_fileio()
/Linux-v5.4/include/media/
Dvideobuf2-core.h1081 static inline bool vb2_fileio_is_active(struct vb2_queue *q) in vb2_fileio_is_active() function
/Linux-v5.4/samples/v4l/
Dv4l2-pci-skeleton.c177 if (vb2_fileio_is_active(vq)) in queue_setup()
/Linux-v5.4/drivers/media/platform/vivid/
Dvivid-vid-out.c43 if (vb2_fileio_is_active(vq)) in vid_out_queue_setup()
Dvivid-vid-cap.c96 if (vb2_fileio_is_active(vq)) in vid_cap_queue_setup()