Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/sys/drv/sys/
H A DdrvSYS.c1268 PSYS_SYS_TEECINITCONTEXT_PARAM pTeecInitContextParam = NULL; in SYSIoctl() local
1408 pTeecInitContextParam = (PSYS_SYS_TEECINITCONTEXT_PARAM)pArgs; in SYSIoctl()
1409 …u32Ret = psSYSInstPri->fpSYS_TeecInitContext(pTeecInitContextParam->name, pTeecInitContextParam->c… in SYSIoctl()
1428 pTeecInitContextParam = (PSYS_SYS_TEECINITCONTEXT_PARAM)pArgs; in SYSIoctl()
1429 psSYSInstPri->fpSYS_TeecFinalizeContext(pTeecInitContextParam->context); in SYSIoctl()