Searched refs:pstRead (Results 1 – 1 of 1) sorted by relevance
397 PCM_READ_ATTRIB_MEM* pstRead = (PCM_READ_ATTRIB_MEM*)pu32Args; in PCMCIAIoctl() local398 _MDrv_PCMCIA_ReadAttribMemV2(pstRead->eModule, pstRead->u16Addr, &pstRead->u8Data); in PCMCIAIoctl()408 PCM_READ_DATA* pstRead = (PCM_READ_DATA*)pu32Args; in PCMCIAIoctl() local409 pstRead->u16SizeRead = (MS_U32)_MDrv_PCMCIA_ReadDataV2(pstRead->eModule, in PCMCIAIoctl()410 pstRead->pu8ReadBuffer, in PCMCIAIoctl()411 pstRead->u16ReadBufferSize); in PCMCIAIoctl()