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
161 * v4l2_m2m_try_schedule() - check whether an instance is ready to be added to
177 * return 1 if the instance is ready.
214 * This function removes the source buffer from the ready list and returns
216 * it is marked 'held'. In that case the buffer is kept on the ready list.
584 * v4l2_m2m_buf_queue() - add a buffer to the proper ready buffers list.
595 * v4l2_m2m_num_src_bufs_ready() - return the number of source buffers ready for
615 * ready for use
633 * v4l2_m2m_next_buf() - return next buffer from the list of ready buffers
640 * v4l2_m2m_next_src_buf() - return next source buffer from the list of ready
653 * ready buffers
664 * v4l2_m2m_last_buf() - return last buffer from the list of ready buffers
672 * ready buffers
684 * ready buffers
695 * v4l2_m2m_for_each_dst_buf() - iterate over a list of destination ready
705 * v4l2_m2m_for_each_src_buf() - iterate over a list of source ready buffers
714 * v4l2_m2m_for_each_dst_buf_safe() - iterate over a list of destination ready
725 * v4l2_m2m_for_each_src_buf_safe() - iterate over a list of source ready
758 * v4l2_m2m_buf_remove() - take off a buffer from the list of ready buffers and
766 * v4l2_m2m_src_buf_remove() - take off a source buffer from the list of ready
779 * ready buffers and return it
790 * v4l2_m2m_buf_remove_by_buf() - take off exact buffer from the list of ready
801 * of ready buffers
814 * list of ready buffers