Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/dms/api/dms/
H A DapiDMS_v2.c54 DMS_RESOURCE_PRIVATE* pDMSResourcePrivate = NULL; in DMSRegisterToUtopia() local
55 UtopiaResourceGetPrivate(psResource,(void**)(&pDMSResourcePrivate)); in DMSRegisterToUtopia()
66 pDMSResourcePrivate->bResourceRegistered = TRUE; in DMSRegisterToUtopia()
67 pDMSResourcePrivate->bDrvInit = FALSE; in DMSRegisterToUtopia()
68 pDMSResourcePrivate->stHalDMS.phyDSAddr = 0x0; in DMSRegisterToUtopia()
69 pDMSResourcePrivate->stHalDMS.u8DSIndex = 0; in DMSRegisterToUtopia()
70 …memset(&pDMSResourcePrivate->stHalDMS.stDMS_DSSWDB, 0 , sizeof(pDMSResourcePrivate->stHalDMS.stDMS… in DMSRegisterToUtopia()
75 …memset(pDMSResourcePrivate->stDrvDMS._stXC_DIPMemInfo, 0 , sizeof(DMS_DIPMEM_INFO) * E_DMS_DIP_CLI… in DMSRegisterToUtopia()
76 …memset(pDMSResourcePrivate->stDrvDMS._stXC_PreDispWinInfo, 0 , sizeof(ST_DMS_WINDOW) * DMS_MAX_WIN… in DMSRegisterToUtopia()
77 …memset(pDMSResourcePrivate->stDrvDMS._stXC_PreDispWinInfo, 0 , sizeof(DMS_DISP_BUFFER_FLAG) * E_DM… in DMSRegisterToUtopia()
[all …]