Searched refs:mfc_buf (Results 1 – 2 of 2) sorted by relevance
1074 struct s5p_mfc_buf *mfc_buf; in s5p_mfc_buf_queue() local1077 mfc_buf = &ctx->src_bufs[vb->index]; in s5p_mfc_buf_queue()1078 mfc_buf->flags &= ~MFC_BUF_FLAG_USED; in s5p_mfc_buf_queue()1080 list_add_tail(&mfc_buf->list, &ctx->src_queue); in s5p_mfc_buf_queue()1084 mfc_buf = &ctx->dst_bufs[vb->index]; in s5p_mfc_buf_queue()1085 mfc_buf->flags &= ~MFC_BUF_FLAG_USED; in s5p_mfc_buf_queue()1089 list_add_tail(&mfc_buf->list, &ctx->dst_queue); in s5p_mfc_buf_queue()
2577 struct s5p_mfc_buf *mfc_buf; in s5p_mfc_buf_queue() local2585 mfc_buf = &ctx->dst_bufs[vb->index]; in s5p_mfc_buf_queue()2586 mfc_buf->flags &= ~MFC_BUF_FLAG_USED; in s5p_mfc_buf_queue()2589 list_add_tail(&mfc_buf->list, &ctx->dst_queue); in s5p_mfc_buf_queue()2593 mfc_buf = &ctx->src_bufs[vb->index]; in s5p_mfc_buf_queue()2594 mfc_buf->flags &= ~MFC_BUF_FLAG_USED; in s5p_mfc_buf_queue()2596 list_add_tail(&mfc_buf->list, &ctx->src_queue); in s5p_mfc_buf_queue()