Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/media/v4l2-core/
Dvideobuf2-core.c842 if (vb2_fileio_is_active(q)) { in __verify_memory_type()
1739 if (vb2_fileio_is_active(q)) { in vb2_prepare_buf()
1922 if (vb2_fileio_is_active(q)) { in vb2_qbuf()
2148 if (vb2_fileio_is_active(q)) { in vb2_dqbuf()
2303 if (vb2_fileio_is_active(q)) { in vb2_streamon()
2351 if (vb2_fileio_is_active(q)) { in vb2_streamoff()
2436 if (vb2_fileio_is_active(q)) { in vb2_expbuf()
2516 if (vb2_fileio_is_active(q)) { in vb2_mmap()
2633 if (q->num_buffers == 0 && !vb2_fileio_is_active(q)) { in vb2_poll()
2993 if (!vb2_fileio_is_active(q)) { in __vb2_perform_fileio()
/linux-4.1.27/include/media/
Dvideobuf2-core.h532 static inline bool vb2_fileio_is_active(struct vb2_queue *q) in vb2_fileio_is_active() function
/linux-4.1.27/Documentation/video4linux/
Dv4l2-pci-skeleton.c177 if (vb2_fileio_is_active(vq)) in queue_setup()
/linux-4.1.27/drivers/media/platform/vivid/
Dvivid-vid-out.c53 if (vb2_fileio_is_active(vq)) in vid_out_queue_setup()
Dvivid-vid-cap.c112 if (vb2_fileio_is_active(vq)) in vid_cap_queue_setup()