mb_entry          605 drivers/media/platform/s5p-mfc/s5p_mfc.c 	struct s5p_mfc_buf *mb_entry;
mb_entry          612 drivers/media/platform/s5p-mfc/s5p_mfc.c 		mb_entry = list_entry(ctx->dst_queue.next, struct s5p_mfc_buf,
mb_entry          614 drivers/media/platform/s5p-mfc/s5p_mfc.c 		list_del(&mb_entry->list);
mb_entry          616 drivers/media/platform/s5p-mfc/s5p_mfc.c 		vb2_set_plane_payload(&mb_entry->b->vb2_buf, 0, 0);
mb_entry          617 drivers/media/platform/s5p-mfc/s5p_mfc.c 		vb2_buffer_done(&mb_entry->b->vb2_buf, VB2_BUF_STATE_DONE);
mb_entry         1110 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 	struct s5p_mfc_buf *mb_entry;
mb_entry         1114 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 		mb_entry = list_entry((&ctx->ref_queue)->next,
mb_entry         1116 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 		list_del(&mb_entry->list);
mb_entry         1118 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 		list_add_tail(&mb_entry->list, &ctx->src_queue);
mb_entry         1210 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 	struct s5p_mfc_buf *mb_entry;
mb_entry         1225 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 		list_for_each_entry(mb_entry, &ctx->src_queue, list) {
mb_entry         1227 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 					&mb_entry->b->vb2_buf, 0);
mb_entry         1229 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 					&mb_entry->b->vb2_buf, 1);
mb_entry         1232 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 				list_del(&mb_entry->list);
mb_entry         1234 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 				vb2_buffer_done(&mb_entry->b->vb2_buf,
mb_entry         1239 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 		list_for_each_entry(mb_entry, &ctx->ref_queue, list) {
mb_entry         1241 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 					&mb_entry->b->vb2_buf, 0);
mb_entry         1243 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 					&mb_entry->b->vb2_buf, 1);
mb_entry         1246 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 				list_del(&mb_entry->list);
mb_entry         1248 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 				vb2_buffer_done(&mb_entry->b->vb2_buf,
mb_entry         1255 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 		mb_entry = list_entry(ctx->src_queue.next, struct s5p_mfc_buf,
mb_entry         1257 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 		if (mb_entry->flags & MFC_BUF_FLAG_USED) {
mb_entry         1258 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 			list_del(&mb_entry->list);
mb_entry         1260 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 			list_add_tail(&mb_entry->list, &ctx->ref_queue);
mb_entry         1267 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 		mb_entry = list_entry(ctx->dst_queue.next, struct s5p_mfc_buf,
mb_entry         1269 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 		list_del(&mb_entry->list);
mb_entry         1273 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 			mb_entry->b->flags |= V4L2_BUF_FLAG_KEYFRAME;
mb_entry         1276 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 			mb_entry->b->flags |= V4L2_BUF_FLAG_PFRAME;
mb_entry         1279 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 			mb_entry->b->flags |= V4L2_BUF_FLAG_BFRAME;
mb_entry         1282 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 		vb2_set_plane_payload(&mb_entry->b->vb2_buf, 0, strm_size);
mb_entry         1283 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 		vb2_buffer_done(&mb_entry->b->vb2_buf, VB2_BUF_STATE_DONE);