Searched refs:mfc_buf (Results 1 – 2 of 2) sorted by relevance
1061 struct s5p_mfc_buf *mfc_buf; in s5p_mfc_buf_queue() local1064 mfc_buf = &ctx->src_bufs[vb->index]; in s5p_mfc_buf_queue()1065 mfc_buf->flags &= ~MFC_BUF_FLAG_USED; in s5p_mfc_buf_queue()1067 list_add_tail(&mfc_buf->list, &ctx->src_queue); in s5p_mfc_buf_queue()1071 mfc_buf = &ctx->dst_bufs[vb->index]; in s5p_mfc_buf_queue()1072 mfc_buf->flags &= ~MFC_BUF_FLAG_USED; in s5p_mfc_buf_queue()1076 list_add_tail(&mfc_buf->list, &ctx->dst_queue); in s5p_mfc_buf_queue()
2561 struct s5p_mfc_buf *mfc_buf; in s5p_mfc_buf_queue() local2569 mfc_buf = &ctx->dst_bufs[vb->index]; in s5p_mfc_buf_queue()2570 mfc_buf->flags &= ~MFC_BUF_FLAG_USED; in s5p_mfc_buf_queue()2573 list_add_tail(&mfc_buf->list, &ctx->dst_queue); in s5p_mfc_buf_queue()2577 mfc_buf = &ctx->src_bufs[vb->index]; in s5p_mfc_buf_queue()2578 mfc_buf->flags &= ~MFC_BUF_FLAG_USED; in s5p_mfc_buf_queue()2580 list_add_tail(&mfc_buf->list, &ctx->src_queue); in s5p_mfc_buf_queue()