• Home
  • Raw
  • Download

Lines Matching refs:psTransInfo

1016         (void)memcpy((void *)(gpphLibContext->psTransInfo),   in phLibNfc_RemoteDev_Transceive()
1023 ( gpphLibContext->psTransInfo->cmd.MfCmd != phHal_eMifareRaw ) && in phLibNfc_RemoteDev_Transceive()
1024 ( gpphLibContext->psTransInfo->cmd.MfCmd != phHal_eMifareAuthentA ) && in phLibNfc_RemoteDev_Transceive()
1025 ( gpphLibContext->psTransInfo->cmd.MfCmd != phHal_eMifareAuthentB ) && in phLibNfc_RemoteDev_Transceive()
1026 ( gpphLibContext->psTransInfo->cmd.MfCmd != phHal_eMifareRead16 ) && in phLibNfc_RemoteDev_Transceive()
1027 ( gpphLibContext->psTransInfo->cmd.MfCmd != phHal_eMifareRead ) && in phLibNfc_RemoteDev_Transceive()
1028 ( gpphLibContext->psTransInfo->cmd.MfCmd != phHal_eMifareWrite16 ) && in phLibNfc_RemoteDev_Transceive()
1029 ( gpphLibContext->psTransInfo->cmd.MfCmd != phHal_eMifareWrite4 ) && in phLibNfc_RemoteDev_Transceive()
1030 ( gpphLibContext->psTransInfo->cmd.MfCmd != phHal_eMifareDec ) && in phLibNfc_RemoteDev_Transceive()
1031 ( gpphLibContext->psTransInfo->cmd.MfCmd != phHal_eMifareTransfer ) && in phLibNfc_RemoteDev_Transceive()
1032 ( gpphLibContext->psTransInfo->cmd.MfCmd != phHal_eMifareRestore ) && in phLibNfc_RemoteDev_Transceive()
1033 ( gpphLibContext->psTransInfo->cmd.MfCmd != phHal_eMifareReadSector ) && in phLibNfc_RemoteDev_Transceive()
1034 ( gpphLibContext->psTransInfo->cmd.MfCmd != phHal_eMifareWriteSector )) in phLibNfc_RemoteDev_Transceive()
1045 (phHal_eMifareAuthentA == gpphLibContext->psTransInfo->cmd.MfCmd)) in phLibNfc_RemoteDev_Transceive()
1073 gpphLibContext->psTransInfo->sSendData.length); in phLibNfc_RemoteDev_Transceive()
1083 gpphLibContext->psTransInfo->sRecvData.length); in phLibNfc_RemoteDev_Transceive()
1087 (phHal_sTransceiveInfo_t*)gpphLibContext->psTransInfo, in phLibNfc_RemoteDev_Transceive()
1132 trans_resp = &gpphLibContext->psTransInfo->sRecvData; in phLibNfc_RemoteDev_Transceive_Cb()