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()
258 (gpphDnldContext->tRspBuffInfo.pBuff) = pCRCData->pBuff; in phDnldNfc_CheckIntegrity()
259 (gpphDnldContext->tRspBuffInfo.wLen) = pCRCData->wLen; in phDnldNfc_CheckIntegrity()
317 (gpphDnldContext->tRspBuffInfo.pBuff) = pData->pBuff; in phDnldNfc_ReadLog()
318 (gpphDnldContext->tRspBuffInfo.wLen) = pData->wLen; in phDnldNfc_ReadLog()
414 (gpphDnldContext->tRspBuffInfo.pBuff) = NULL; in phDnldNfc_Write()
415 (gpphDnldContext->tRspBuffInfo.wLen) = 0; in phDnldNfc_Write()
477 (gpphDnldContext->tRspBuffInfo.pBuff) = NULL; in phDnldNfc_Log()
478 (gpphDnldContext->tRspBuffInfo.wLen) = 0; in phDnldNfc_Log()
542 (gpphDnldContext->tRspBuffInfo.pBuff) = NULL; in phDnldNfc_Force()
543 (gpphDnldContext->tRspBuffInfo.wLen) = 0; in phDnldNfc_Force()
692 (gpphDnldContext->tRspBuffInfo.pBuff) = pRspData->pBuff; in phDnldNfc_RawReq()
693 (gpphDnldContext->tRspBuffInfo.wLen) = pRspData->wLen; in phDnldNfc_RawReq()
1321 (gpphDnldContext->tRspBuffInfo.pBuff) = pData->pBuff; in phDnldNfc_Read()
1322 (gpphDnldContext->tRspBuffInfo.wLen) = pData->wLen; in phDnldNfc_Read()