Searched refs:s5p_mfc_cleanup_queue (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.6/drivers/media/platform/samsung/s5p-mfc/ |
D | s5p_mfc.c | 130 void s5p_mfc_cleanup_queue(struct list_head *lh, struct vb2_queue *vq) in s5p_mfc_cleanup_queue() function 193 s5p_mfc_cleanup_queue(&ctx->dst_queue, &ctx->vq_dst); in s5p_mfc_watchdog_worker() 194 s5p_mfc_cleanup_queue(&ctx->src_queue, &ctx->vq_src); in s5p_mfc_watchdog_worker() 498 s5p_mfc_cleanup_queue(&ctx->dst_queue, &ctx->vq_dst); in s5p_mfc_handle_error() 500 s5p_mfc_cleanup_queue(&ctx->src_queue, &ctx->vq_src); in s5p_mfc_handle_error()
|
D | s5p_mfc_common.h | 769 void s5p_mfc_cleanup_queue(struct list_head *lh, struct vb2_queue *vq);
|
D | s5p_mfc_dec.c | 1062 s5p_mfc_cleanup_queue(&ctx->dst_queue, &ctx->vq_dst); in s5p_mfc_stop_streaming() 1078 s5p_mfc_cleanup_queue(&ctx->src_queue, &ctx->vq_src); in s5p_mfc_stop_streaming()
|
D | s5p_mfc_enc.c | 2548 s5p_mfc_cleanup_queue(&ctx->dst_queue, &ctx->vq_dst); in s5p_mfc_stop_streaming() 2554 s5p_mfc_cleanup_queue(&ctx->src_queue, &ctx->vq_src); in s5p_mfc_stop_streaming()
|