Lines Matching refs:tRspBuffInfo
73 (gpphDnldContext->tRspBuffInfo.pBuff) = NULL; in phDnldNfc_Reset()
74 (gpphDnldContext->tRspBuffInfo.wLen) = 0; in phDnldNfc_Reset()
127 (gpphDnldContext->tRspBuffInfo.pBuff) = pVersionInfo->pBuff; in phDnldNfc_GetVersion()
128 (gpphDnldContext->tRspBuffInfo.wLen) = pVersionInfo->wLen; in phDnldNfc_GetVersion()
187 (gpphDnldContext->tRspBuffInfo.pBuff) = pSession->pBuff; in phDnldNfc_GetSessionState()
188 (gpphDnldContext->tRspBuffInfo.wLen) = pSession->wLen; in phDnldNfc_GetSessionState()
271 (gpphDnldContext->tRspBuffInfo.pBuff) = pCRCData->pBuff; in phDnldNfc_CheckIntegrity()
272 (gpphDnldContext->tRspBuffInfo.wLen) = pCRCData->wLen; in phDnldNfc_CheckIntegrity()
330 (gpphDnldContext->tRspBuffInfo.pBuff) = pData->pBuff; in phDnldNfc_ReadLog()
331 (gpphDnldContext->tRspBuffInfo.wLen) = pData->wLen; in phDnldNfc_ReadLog()
429 (gpphDnldContext->tRspBuffInfo.pBuff) = NULL; in phDnldNfc_Write()
430 (gpphDnldContext->tRspBuffInfo.wLen) = 0; in phDnldNfc_Write()
492 (gpphDnldContext->tRspBuffInfo.pBuff) = NULL; in phDnldNfc_Log()
493 (gpphDnldContext->tRspBuffInfo.wLen) = 0; in phDnldNfc_Log()
557 (gpphDnldContext->tRspBuffInfo.pBuff) = NULL; in phDnldNfc_Force()
558 (gpphDnldContext->tRspBuffInfo.wLen) = 0; in phDnldNfc_Force()
720 (gpphDnldContext->tRspBuffInfo.pBuff) = pRspData->pBuff; in phDnldNfc_RawReq()
721 (gpphDnldContext->tRspBuffInfo.wLen) = pRspData->wLen; in phDnldNfc_RawReq()