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);109 MPP_RET (*reset)(IepCtx ctx);115 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()428 static MPP_RET iep2_control(IepCtx ictx, IepCmd cmd, void *iparam) in iep2_control()489 static MPP_RET iep2_reset(IepCtx ictx) in iep2_reset()
43 MPP_RET iep_init(IepCtx *ctx) in iep_init()103 MPP_RET iep_deinit(IepCtx ctx) in iep_deinit()330 MPP_RET iep_control(IepCtx ctx, IepCmd cmd, void *param) in iep_control()
75 IepCtx ctx;
80 IepCtx iep_ctx;