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.
577 * v4l2_m2m_buf_queue() - add a buffer to the proper ready buffers list.
588 * v4l2_m2m_num_src_bufs_ready() - return the number of source buffers ready for
601 * ready for use
612 * v4l2_m2m_next_buf() - return next buffer from the list of ready buffers
619 * v4l2_m2m_next_src_buf() - return next source buffer from the list of ready
632 * ready buffers
643 * v4l2_m2m_last_buf() - return last buffer from the list of ready buffers
651 * ready buffers
663 * ready buffers
674 * v4l2_m2m_for_each_dst_buf() - iterate over a list of destination ready
684 * v4l2_m2m_for_each_src_buf() - iterate over a list of source ready buffers
693 * v4l2_m2m_for_each_dst_buf_safe() - iterate over a list of destination ready
704 * v4l2_m2m_for_each_src_buf_safe() - iterate over a list of source ready
737 * v4l2_m2m_buf_remove() - take off a buffer from the list of ready buffers and
745 * v4l2_m2m_src_buf_remove() - take off a source buffer from the list of ready
758 * ready buffers and return it
769 * v4l2_m2m_buf_remove_by_buf() - take off exact buffer from the list of ready
780 * of ready buffers
793 * list of ready buffers