Searched refs:pModulePcm (Results 1 – 2 of 2) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/pcmcia/drv/pcmcia/ |
| H A D | pcmcia.c | 111 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 D | drvPCMCIA.c | 177 extern void* pModulePcm; 210 …#define PCM_ENTER() if(UTOPIA_STATUS_FAIL == UtopiaResourceObtain(pModulePcm, E_PCMCIA_RESOURC…
|