• Home
  • Raw
  • Download

Lines Matching refs:tRspBuffInfo

81             (gpphDnldContext->tRspBuffInfo.pBuff) = NULL;  in phDnldNfc_Reset()
82 (gpphDnldContext->tRspBuffInfo.wLen) = 0; in phDnldNfc_Reset()
144 (gpphDnldContext->tRspBuffInfo.pBuff) = pVersionInfo->pBuff; in phDnldNfc_GetVersion()
145 (gpphDnldContext->tRspBuffInfo.wLen) = pVersionInfo->wLen; in phDnldNfc_GetVersion()
214 (gpphDnldContext->tRspBuffInfo.pBuff) = pSession->pBuff; in phDnldNfc_GetSessionState()
215 (gpphDnldContext->tRspBuffInfo.wLen) = pSession->wLen; in phDnldNfc_GetSessionState()
303 (gpphDnldContext->tRspBuffInfo.pBuff) = pCRCData->pBuff; in phDnldNfc_CheckIntegrity()
304 (gpphDnldContext->tRspBuffInfo.wLen) = pCRCData->wLen; in phDnldNfc_CheckIntegrity()
374 (gpphDnldContext->tRspBuffInfo.pBuff) = pData->pBuff; in phDnldNfc_ReadLog()
375 (gpphDnldContext->tRspBuffInfo.wLen) = pData->wLen; in phDnldNfc_ReadLog()
493 (gpphDnldContext->tRspBuffInfo.pBuff) = NULL; in phDnldNfc_Write()
494 (gpphDnldContext->tRspBuffInfo.wLen) = 0; in phDnldNfc_Write()
567 (gpphDnldContext->tRspBuffInfo.pBuff) = NULL; in phDnldNfc_Log()
568 (gpphDnldContext->tRspBuffInfo.wLen) = 0; in phDnldNfc_Log()
638 (gpphDnldContext->tRspBuffInfo.pBuff) = NULL; in phDnldNfc_Force()
639 (gpphDnldContext->tRspBuffInfo.wLen) = 0; in phDnldNfc_Force()
828 (gpphDnldContext->tRspBuffInfo.pBuff) = pRspData->pBuff; in phDnldNfc_RawReq()
829 (gpphDnldContext->tRspBuffInfo.wLen) = pRspData->wLen; in phDnldNfc_RawReq()
1433 (gpphDnldContext->tRspBuffInfo.pBuff) = pData->pBuff; in phDnldNfc_Read()
1434 (gpphDnldContext->tRspBuffInfo.wLen) = pData->wLen; in phDnldNfc_Read()