Searched refs:pModuleDLC (Results 1 – 1 of 1) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/dlc/api/dlc/ |
| H A D | apiXC_Dlc_v2.c | 18 void* pModuleDLC = NULL; variable 74 UtopiaModuleCreate(MODULE_DLC, 0, &pModuleDLC); in DLCRegisterToUtopia() 75 UtopiaModuleRegister(pModuleDLC); in DLCRegisterToUtopia() 77 …UtopiaModuleSetupFunctionPtr(pModuleDLC, (FUtopiaOpen)DLCOpen, (FUtopiaClose)DLCClose, (FUtopiaIOc… in DLCRegisterToUtopia() 82 UtopiaModuleSetupSTRFunctionPtr(pModuleDLC, (FUtopiaSTR)DLCStr); in DLCRegisterToUtopia() 83 UtopiaModuleSetSTRPrivate(pModuleDLC, sizeof(DLC_REGS_SAVE_AREA)); in DLCRegisterToUtopia() 86 UtopiaModuleAddResourceStart(pModuleDLC, E_DLC_POOL_ID_INTERNAL); in DLCRegisterToUtopia() 88 UtopiaResourceRegister(pModuleDLC, psResource, E_DLC_POOL_ID_INTERNAL); in DLCRegisterToUtopia() 89 UtopiaModuleAddResourceEnd(pModuleDLC, E_DLC_POOL_ID_INTERNAL); in DLCRegisterToUtopia()
|