Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/xc/api/pnl/
H A DapiPNL_v2.c70 void* pModulePNL = NULL; variable
76 UtopiaModuleCreate(MODULE_PNL, 0, &pModulePNL); in PNLRegisterToUtopia()
77 UtopiaModuleRegister(pModulePNL); in PNLRegisterToUtopia()
79 …UtopiaModuleSetupFunctionPtr(pModulePNL, (FUtopiaOpen)PNLOpen, (FUtopiaClose)PNLClose, (FUtopiaIOc… in PNLRegisterToUtopia()
85 UtopiaModuleSetupSTRFunctionPtr(pModulePNL, (FUtopiaSTR)PNLStr); in PNLRegisterToUtopia()
86 UtopiaModuleSetSTRPrivate(pModulePNL, sizeof(PNL_REGS_SAVE_AREA)); in PNLRegisterToUtopia()
96 UtopiaModuleAddResourceStart(pModulePNL, E_PNL_POOL_ID_INTERNAL); in PNLRegisterToUtopia()
98 UtopiaResourceRegister(pModulePNL, psResource, E_PNL_POOL_ID_INTERNAL); in PNLRegisterToUtopia()
99 UtopiaModuleAddResourceEnd(pModulePNL, E_PNL_POOL_ID_INTERNAL); in PNLRegisterToUtopia()
103 UtopiaModuleAddResourceStart(pModulePNL, E_PNL_POOL_ID_INTERNAL1); in PNLRegisterToUtopia()
[all …]