Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/common/videobuf2/
H A Dvideobuf2-v4l2.c728 if (vb2_fileio_is_active(q)) { in vb2_prepare_buf()
808 if (vb2_fileio_is_active(q)) { in vb2_qbuf()
827 if (vb2_fileio_is_active(q)) { in vb2_dqbuf()
856 if (vb2_fileio_is_active(q)) { in vb2_streamon()
866 if (vb2_fileio_is_active(q)) { in vb2_streamoff()
H A Dvideobuf2-core.c725 if (vb2_fileio_is_active(q)) { in vb2_verify_memory_type()
2207 if (vb2_fileio_is_active(q)) { in __find_plane_by_offset()
2272 if (vb2_fileio_is_active(q)) { in vb2_core_expbuf()
2500 if (q->num_buffers == 0 && !vb2_fileio_is_active(q)) { in vb2_core_poll()
2803 if (!vb2_fileio_is_active(q)) { in __vb2_perform_fileio()
/openbmc/linux/include/media/
H A Dvideobuf2-core.h1137 static inline bool vb2_fileio_is_active(struct vb2_queue *q) in vb2_fileio_is_active() function
/openbmc/linux/samples/v4l/
H A Dv4l2-pci-skeleton.c165 if (vb2_fileio_is_active(vq)) in queue_setup()
/openbmc/linux/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.c89 if (vb2_fileio_is_active(vq)) in vid_cap_queue_setup()
/openbmc/linux/drivers/media/pci/bt8xx/
H A Dbttv-driver.c2785 if (vb2_fileio_is_active(wakeup->vbuf.vb2_buf.vb2_queue)) { in bttv_irq_wakeup_vbi()