Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/media/common/videobuf2/
Dvideobuf2-v4l2.c497 if (vb2_fileio_is_active(q)) { in vb2_prepare_buf()
566 if (vb2_fileio_is_active(q)) { in vb2_qbuf()
580 if (vb2_fileio_is_active(q)) { in vb2_dqbuf()
604 if (vb2_fileio_is_active(q)) { in vb2_streamon()
614 if (vb2_fileio_is_active(q)) { in vb2_streamoff()
Dvideobuf2-core.c655 if (vb2_fileio_is_active(q)) { in vb2_verify_memory_type()
1905 if (vb2_fileio_is_active(q)) { in vb2_core_expbuf()
1970 if (vb2_fileio_is_active(q)) { in vb2_mmap()
2104 if (q->num_buffers == 0 && !vb2_fileio_is_active(q)) { in vb2_core_poll()
2404 if (!vb2_fileio_is_active(q)) { in __vb2_perform_fileio()
/linux-4.19.296/include/media/
Dvideobuf2-core.h1036 static inline bool vb2_fileio_is_active(struct vb2_queue *q) in vb2_fileio_is_active() function