• Home
  • Raw
  • Download

Lines Matching refs:tRspBuffInfo

80             (gpphDnldContext->tRspBuffInfo.pBuff) = NULL;  in phDnldNfc_Reset()
81 (gpphDnldContext->tRspBuffInfo.wLen) = 0; in phDnldNfc_Reset()
143 (gpphDnldContext->tRspBuffInfo.pBuff) = pVersionInfo->pBuff; in phDnldNfc_GetVersion()
144 (gpphDnldContext->tRspBuffInfo.wLen) = pVersionInfo->wLen; in phDnldNfc_GetVersion()
213 (gpphDnldContext->tRspBuffInfo.pBuff) = pSession->pBuff; in phDnldNfc_GetSessionState()
214 (gpphDnldContext->tRspBuffInfo.wLen) = pSession->wLen; in phDnldNfc_GetSessionState()
297 (gpphDnldContext->tRspBuffInfo.pBuff) = pCRCData->pBuff; in phDnldNfc_CheckIntegrity()
298 (gpphDnldContext->tRspBuffInfo.wLen) = pCRCData->wLen; in phDnldNfc_CheckIntegrity()
368 (gpphDnldContext->tRspBuffInfo.pBuff) = pData->pBuff; in phDnldNfc_ReadLog()
369 (gpphDnldContext->tRspBuffInfo.wLen) = pData->wLen; in phDnldNfc_ReadLog()
487 (gpphDnldContext->tRspBuffInfo.pBuff) = NULL; in phDnldNfc_Write()
488 (gpphDnldContext->tRspBuffInfo.wLen) = 0; in phDnldNfc_Write()
561 (gpphDnldContext->tRspBuffInfo.pBuff) = NULL; in phDnldNfc_Log()
562 (gpphDnldContext->tRspBuffInfo.wLen) = 0; in phDnldNfc_Log()
632 (gpphDnldContext->tRspBuffInfo.pBuff) = NULL; in phDnldNfc_Force()
633 (gpphDnldContext->tRspBuffInfo.wLen) = 0; in phDnldNfc_Force()
822 (gpphDnldContext->tRspBuffInfo.pBuff) = pRspData->pBuff; in phDnldNfc_RawReq()
823 (gpphDnldContext->tRspBuffInfo.wLen) = pRspData->wLen; in phDnldNfc_RawReq()
1413 (gpphDnldContext->tRspBuffInfo.pBuff) = pData->pBuff; in phDnldNfc_Read()
1414 (gpphDnldContext->tRspBuffInfo.wLen) = pData->wLen; in phDnldNfc_Read()