Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/sys/drv/sys/
H A DdrvSYS.c1243 SYS_INSTANT_PRIVATE *psSYSInstPri = NULL; in SYSIoctl() local
1244 UtopiaInstanceGetPrivate(pInstance, (void**)&psSYSInstPri); in SYSIoctl()
1277 *((MS_U8 *)(pArgs)) = psSYSInstPri->fpSYS_GetChipRev(); in SYSIoctl()
1281 *((MS_U16 *)(pArgs)) = psSYSInstPri->fpSYS_GetChipID(); in SYSIoctl()
1285 memcpy(pArgs, psSYSInstPri->fpSYS_GetInfo(), sizeof(const SYS_Info)); in SYSIoctl()
1289 memcpy(pArgs, psSYSInstPri->fpSYS_GetLibVer(), sizeof(const MSIF_Version)); in SYSIoctl()
1294 u32Ret = (MS_U32)psSYSInstPri->fpSYS_GetStatus(pGetStatusParam->pStatus); in SYSIoctl()
1299 psSYSInstPri->fpSYS_GetSoftwareVersion(pGetSoftwareVersionParam->pSoftwareVersionInfo); in SYSIoctl()
1303 u32Ret = (MS_U32)psSYSInstPri->fpSYS_DisableDebugPort(); in SYSIoctl()
1307 u32Ret = (MS_U32)psSYSInstPri->fpSYS_EnableDebugPort(); in SYSIoctl()
[all …]