Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/pcmcia/drv/pcmcia/
H A Dpcmcia.c111 void* pModulePcm = NULL; variable
172 if(UtopiaModuleCreate(MODULE_CI, 8, &pModulePcm) == UTOPIA_STATUS_FAIL) in CIRegisterToUtopia()
178 UtopiaModuleRegister(pModulePcm); in CIRegisterToUtopia()
179 …UtopiaModuleSetupFunctionPtr(pModulePcm, (FUtopiaOpen)PCMCIAOpen, (FUtopiaClose)PCMCIAClose, (FUto… in CIRegisterToUtopia()
188 UtopiaResourceRegister(pModulePcm, psResource, E_PCMCIA_RESOURCE); in CIRegisterToUtopia()
190 UtopiaModuleAddResourceEnd(pModulePcm, E_PCMCIA_RESOURCE); in CIRegisterToUtopia()
192 if(UtopiaResourceObtain(pModulePcm, E_PCMCIA_RESOURCE, &psResource) == UTOPIA_STATUS_FAIL) in CIRegisterToUtopia()
H A DdrvPCMCIA.c177 extern void* pModulePcm;
210 …#define PCM_ENTER() if(UTOPIA_STATUS_FAIL == UtopiaResourceObtain(pModulePcm, E_PCMCIA_RESOURC…