Lines Matching refs:tRspBuffInfo
66 (gpphDnldContext->tRspBuffInfo.pBuff) = NULL; in phDnldNfc_Reset()
67 (gpphDnldContext->tRspBuffInfo.wLen) = 0; in phDnldNfc_Reset()
120 (gpphDnldContext->tRspBuffInfo.pBuff) = pVersionInfo->pBuff; in phDnldNfc_GetVersion()
121 (gpphDnldContext->tRspBuffInfo.wLen) = pVersionInfo->wLen; in phDnldNfc_GetVersion()
180 (gpphDnldContext->tRspBuffInfo.pBuff) = pSession->pBuff; in phDnldNfc_GetSessionState()
181 (gpphDnldContext->tRspBuffInfo.wLen) = pSession->wLen; in phDnldNfc_GetSessionState()
262 (gpphDnldContext->tRspBuffInfo.pBuff) = pCRCData->pBuff; in phDnldNfc_CheckIntegrity()
263 (gpphDnldContext->tRspBuffInfo.wLen) = pCRCData->wLen; in phDnldNfc_CheckIntegrity()
321 (gpphDnldContext->tRspBuffInfo.pBuff) = pData->pBuff; in phDnldNfc_ReadLog()
322 (gpphDnldContext->tRspBuffInfo.wLen) = pData->wLen; in phDnldNfc_ReadLog()
418 (gpphDnldContext->tRspBuffInfo.pBuff) = NULL; in phDnldNfc_Write()
419 (gpphDnldContext->tRspBuffInfo.wLen) = 0; in phDnldNfc_Write()
481 (gpphDnldContext->tRspBuffInfo.pBuff) = NULL; in phDnldNfc_Log()
482 (gpphDnldContext->tRspBuffInfo.wLen) = 0; in phDnldNfc_Log()
546 (gpphDnldContext->tRspBuffInfo.pBuff) = NULL; in phDnldNfc_Force()
547 (gpphDnldContext->tRspBuffInfo.wLen) = 0; in phDnldNfc_Force()
696 (gpphDnldContext->tRspBuffInfo.pBuff) = pRspData->pBuff; in phDnldNfc_RawReq()
697 (gpphDnldContext->tRspBuffInfo.wLen) = pRspData->wLen; in phDnldNfc_RawReq()
1367 (gpphDnldContext->tRspBuffInfo.pBuff) = pData->pBuff; in phDnldNfc_Read()
1368 (gpphDnldContext->tRspBuffInfo.wLen) = pData->wLen; in phDnldNfc_Read()