Home
last modified time | relevance | path

Searched refs:hva_mem_free (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/media/platform/st/sti/hva/
H A Dhva-h264.c973 hva_mem_free(pctx, ctx->rec_frame); in hva_h264_open()
975 hva_mem_free(pctx, ctx->ref_frame); in hva_h264_open()
977 hva_mem_free(pctx, ctx->seq_info); in hva_h264_open()
991 hva_mem_free(pctx, ctx->seq_info); in hva_h264_close()
994 hva_mem_free(pctx, ctx->ref_frame); in hva_h264_close()
997 hva_mem_free(pctx, ctx->rec_frame); in hva_h264_close()
1000 hva_mem_free(pctx, ctx->task); in hva_h264_close()
H A Dhva-mem.h31 void hva_mem_free(struct hva_ctx *ctx,
H A Dhva-mem.c50 void hva_mem_free(struct hva_ctx *ctx, struct hva_buffer *buf) in hva_mem_free() function