Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/mvop/drv/mvop/
H A DdrvMVOP.c326 static MVOP_CTX_DRV *p_gDrvSubMVOPCtx = NULL; variable
345 #define MVOP_GetSubDrvCtrl(_eDevID) ((_eDevID < HAL_MVOP_MODULE_CNT) ? (&p_gDrvSubMVOPCtx->_stMVOPD…
358 #define MVOP_SubIsInit()(((MVOP_SUPPORT_SUB == 1) && (NULL !=p_gDrvSubMVOPCtx))?(p_gDrvSubMVOPCtx->…
504 if (p_gDrvSubMVOPCtx) in _MVOP_SubInit_Context()
536 p_gDrvSubMVOPCtx = (MVOP_CTX_DRV *)u32Addr; in _MVOP_SubInit_Context()
537 memset(p_gDrvSubMVOPCtx, 0, sizeof(*p_gDrvMVOPCtx)); in _MVOP_SubInit_Context()
542 p_gDrvSubMVOPCtx = (MVOP_CTX_DRV *)u32Addr; in _MVOP_SubInit_Context()
549 p_gDrvSubMVOPCtx = &g_stsubmvopDrvCtx; in _MVOP_SubInit_Context()
555 memset(p_gDrvSubMVOPCtx, 0, sizeof(*p_gDrvMVOPCtx)); in _MVOP_SubInit_Context()
565 if (NULL == p_gDrvSubMVOPCtx) in _MVOP_SubInitVar()
[all …]