Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/media/v4l2-core/
Dvideobuf2-v4l2.c508 if (vb2_fileio_is_active(q)) { in vb2_prepare_buf()
565 if (vb2_fileio_is_active(q)) { in vb2_qbuf()
616 if (vb2_fileio_is_active(q)) { in vb2_dqbuf()
639 if (vb2_fileio_is_active(q)) { in vb2_streamon()
664 if (vb2_fileio_is_active(q)) { in vb2_streamoff()
793 if (q->num_buffers == 0 && !vb2_fileio_is_active(q)) { in vb2_poll()
1098 if (!vb2_fileio_is_active(q)) { in __vb2_perform_fileio()
Dvideobuf2-core.c537 if (vb2_fileio_is_active(q)) { in vb2_verify_memory_type()
1887 if (vb2_fileio_is_active(q)) { in vb2_core_expbuf()
1968 if (vb2_fileio_is_active(q)) { in vb2_mmap()
/linux-4.4.14/include/media/
Dvideobuf2-core.h557 static inline bool vb2_fileio_is_active(struct vb2_queue *q) in vb2_fileio_is_active() function
/linux-4.4.14/Documentation/video4linux/
Dv4l2-pci-skeleton.c179 if (vb2_fileio_is_active(vq)) in queue_setup()
/linux-4.4.14/drivers/media/platform/vivid/
Dvivid-vid-out.c54 if (vb2_fileio_is_active(vq)) in vid_out_queue_setup()
Dvivid-vid-cap.c113 if (vb2_fileio_is_active(vq)) in vid_cap_queue_setup()