Lines Matching full:ready
52 * struct v4l2_m2m_queue_ctx - represents a queue for buffers ready to be
58 * @num_rdy: number of buffers ready to be processed
61 * Queue for buffers ready to be processed as soon as this
154 * v4l2_m2m_try_schedule() - check whether an instance is ready to be added to
170 * return 1 if the instance is ready.
207 * This function removes the source buffer from the ready list and returns
209 * it is marked 'held'. In that case the buffer is kept on the ready list.
572 * v4l2_m2m_buf_queue() - add a buffer to the proper ready buffers list.
583 * v4l2_m2m_num_src_bufs_ready() - return the number of source buffers ready for
596 * ready for use
607 * v4l2_m2m_next_buf() - return next buffer from the list of ready buffers
614 * v4l2_m2m_next_src_buf() - return next source buffer from the list of ready
627 * ready buffers
638 * v4l2_m2m_last_buf() - return last buffer from the list of ready buffers
646 * ready buffers
658 * ready buffers
669 * v4l2_m2m_for_each_dst_buf() - iterate over a list of destination ready
679 * v4l2_m2m_for_each_src_buf() - iterate over a list of source ready buffers
688 * v4l2_m2m_for_each_dst_buf_safe() - iterate over a list of destination ready
699 * v4l2_m2m_for_each_src_buf_safe() - iterate over a list of source ready
732 * v4l2_m2m_buf_remove() - take off a buffer from the list of ready buffers and
740 * v4l2_m2m_src_buf_remove() - take off a source buffer from the list of ready
753 * ready buffers and return it
764 * v4l2_m2m_buf_remove_by_buf() - take off exact buffer from the list of ready
775 * of ready buffers
788 * list of ready buffers