Searched refs:vb2_fileio_is_active (Results 1 – 3 of 3) sorted by relevance
497 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()
655 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()
1036 static inline bool vb2_fileio_is_active(struct vb2_queue *q) in vb2_fileio_is_active() function