Lines Matching refs:hva_ctx
16 #define fh_to_ctx(f) (container_of(f, struct hva_ctx, fh))
247 struct hva_ctx { struct
292 struct hva_ctx last_ctx; argument
344 struct hva_ctx *instances[HVA_MAX_INSTANCES];
394 int (*open)(struct hva_ctx *ctx);
395 int (*close)(struct hva_ctx *ctx);
396 int (*encode)(struct hva_ctx *ctx, struct hva_frame *frame,
403 void hva_dbg_ctx_create(struct hva_ctx *ctx);
404 void hva_dbg_ctx_remove(struct hva_ctx *ctx);
405 void hva_dbg_perf_begin(struct hva_ctx *ctx);
406 void hva_dbg_perf_end(struct hva_ctx *ctx, struct hva_stream *stream);