Lines Matching refs:iep2_api_ctx
56 static MPP_RET get_param_from_env(struct iep2_api_ctx *ctx) in get_param_from_env()
75 struct iep2_api_ctx *ctx = *ictx; in iep2_init()
215 struct iep2_api_ctx *ctx = ictx; in iep2_deinit()
237 static MPP_RET iep2_done(struct iep2_api_ctx *ctx) in iep2_done()
296 static void iep2_set_param(struct iep2_api_ctx *ctx, in iep2_set_param()
363 static MPP_RET iep2_param_check(struct iep2_api_ctx *ctx) in iep2_param_check()
375 static MPP_RET iep2_start(struct iep2_api_ctx *ctx) in iep2_start()
407 static MPP_RET iep2_wait(struct iep2_api_ctx *ctx) in iep2_wait()
430 struct iep2_api_ctx *ctx = ictx; in iep2_control()
491 struct iep2_api_ctx *ctx = ictx; in iep2_reset()
509 struct iep2_api_ctx *iep2_ctx = calloc(sizeof(*iep2_ctx), 1); in rockchip_iep2_api_alloc_ctx()