Searched refs:mfc_buf (Results 1 – 2 of 2) sorted by relevance
1078 struct s5p_mfc_buf *mfc_buf; in s5p_mfc_buf_queue() local1081 mfc_buf = &ctx->src_bufs[vb->index]; in s5p_mfc_buf_queue()1082 mfc_buf->flags &= ~MFC_BUF_FLAG_USED; in s5p_mfc_buf_queue()1084 list_add_tail(&mfc_buf->list, &ctx->src_queue); in s5p_mfc_buf_queue()1088 mfc_buf = &ctx->dst_bufs[vb->index]; in s5p_mfc_buf_queue()1089 mfc_buf->flags &= ~MFC_BUF_FLAG_USED; in s5p_mfc_buf_queue()1093 list_add_tail(&mfc_buf->list, &ctx->dst_queue); in s5p_mfc_buf_queue()
2569 struct s5p_mfc_buf *mfc_buf; in s5p_mfc_buf_queue() local2577 mfc_buf = &ctx->dst_bufs[vb->index]; in s5p_mfc_buf_queue()2578 mfc_buf->flags &= ~MFC_BUF_FLAG_USED; in s5p_mfc_buf_queue()2581 list_add_tail(&mfc_buf->list, &ctx->dst_queue); in s5p_mfc_buf_queue()2585 mfc_buf = &ctx->src_bufs[vb->index]; in s5p_mfc_buf_queue()2586 mfc_buf->flags &= ~MFC_BUF_FLAG_USED; in s5p_mfc_buf_queue()2588 list_add_tail(&mfc_buf->list, &ctx->src_queue); in s5p_mfc_buf_queue()