Searched refs:IepCtx (Results 1 – 6 of 6) sorted by relevance
97 typedef void* IepCtx; typedef106 MPP_RET (*init)(IepCtx *ctx);107 MPP_RET (*deinit)(IepCtx ctx);108 MPP_RET (*control)(IepCtx ctx, IepCmd cmd, void *param);114 IepCtx priv;
164 typedef void* IepCtx; typedef170 MPP_RET iep_init(IepCtx *ctx);171 MPP_RET iep_deinit(IepCtx ctx);172 MPP_RET iep_control(IepCtx ctx, IepCmd cmd, void *param);
72 static MPP_RET iep2_init(IepCtx *ictx) in iep2_init()213 static MPP_RET iep2_deinit(IepCtx ictx) in iep2_deinit()423 static MPP_RET iep2_control(IepCtx ictx, IepCmd cmd, void *iparam) in iep2_control()
55 MPP_RET iep_init(IepCtx *ctx) in iep_init()115 MPP_RET iep_deinit(IepCtx ctx) in iep_deinit()342 MPP_RET iep_control(IepCtx ctx, IepCmd cmd, void *param) in iep_control()
86 IepCtx ctx;
84 IepCtx iep_ctx;