Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/xc/api/ace/
H A DapiXC_Ace_v2.c21 void* pModuleACE = NULL; variable
77 UtopiaModuleCreate(MODULE_ACE, 0, &pModuleACE); in ACERegisterToUtopia()
78 UtopiaModuleRegister(pModuleACE); in ACERegisterToUtopia()
80 …UtopiaModuleSetupFunctionPtr(pModuleACE, (FUtopiaOpen)ACEOpen, (FUtopiaClose)ACEClose, (FUtopiaIOc… in ACERegisterToUtopia()
85 UtopiaModuleSetupSTRFunctionPtr(pModuleACE, (FUtopiaSTR)ACEStr); in ACERegisterToUtopia()
86 UtopiaModuleSetSTRPrivate(pModuleACE, sizeof(ACE_REGS_SAVE_AREA)); in ACERegisterToUtopia()
96 UtopiaModuleAddResourceStart(pModuleACE, E_ACE_POOL_ID_INTERNAL); in ACERegisterToUtopia()
98 UtopiaResourceRegister(pModuleACE, psResource, E_ACE_POOL_ID_INTERNAL); in ACERegisterToUtopia()
99 UtopiaModuleAddResourceEnd(pModuleACE, E_ACE_POOL_ID_INTERNAL); in ACERegisterToUtopia()
103 UtopiaModuleAddResourceStart(pModuleACE, E_ACE_POOL_ID_INTERNAL_1); in ACERegisterToUtopia()
[all …]