Searched refs:p_target_info (Results 1 - 8 of 8) sorted by relevance

/external/libnfc-nxp/src/
H A DphHciNfc.c927 phHal_sRemoteDevInformation_t *p_target_info
936 || (NULL == p_target_info)
948 switch (p_target_info->RemDevType)
972 psHciContext->p_target_info = p_target_info;
975 p_target_info->RemDevType );
1021 phHal_sRemoteDevInformation_t *p_target_info
1030 || (NULL == p_target_info)
1042 switch (p_target_info->RemDevType)
1094 psHciContext->p_target_info
1229 phHciNfc_Exchange_Data( void *psHciHandle, void *pHwRef, phHal_sRemoteDevInformation_t *p_target_info, phHciNfc_XchgInfo_t *p_xchg_info ) argument
[all...]
H A DphHciNfc_NfcIPMgmt.c465 phHciNfc_NfcIP_Info_t *p_target_info=NULL; local
478 (phHciNfc_Allocate_Resource((void **)(&p_target_info),
482 psHciContext->p_nfcip_info = p_target_info;
483 p_target_info->nfcip_type = NFCIP_INVALID;
484 p_target_info->current_seq = NFCIP_INVALID_SEQUENCE;
485 p_target_info->next_seq = NFCIP_INVALID_SEQUENCE;
486 p_target_info->p_tgt_pipe_info = NULL;
487 p_target_info->p_tgt_pipe_info = NULL;
510 phHciNfc_NfcIP_Info_t *p_target_info=NULL; local
511 p_target_info
540 phHciNfc_NfcIP_Info_t *p_target_info=NULL; local
[all...]
H A DphHciNfc_RFReader.c983 if(NULL == psHciContext->p_target_info)
1007 if(NULL == psHciContext->p_target_info)
1013 ,(NULL == psHciContext->p_target_info)
1047 if(NULL == psHciContext->p_target_info)
1058 if(NULL == psHciContext->p_target_info)
1072 if(NULL == psHciContext->p_target_info)
1083 if(NULL == psHciContext->p_target_info)
1303 else if (NULL == psHciContext->p_target_info)
1318 p_pipe_info->param_info = &psHciContext->p_target_info->
1320 p_pipe_info->param_length = psHciContext->p_target_info
[all...]
H A DphHciNfc_Felica.c511 (void) memcpy(psHciContext->p_target_info->RemoteDevInfo.Felica_Info.IDm,
514 (void) memcpy(psHciContext->p_target_info->RemoteDevInfo.Felica_Info.PMm,
522 psHciContext->p_target_info->RemoteDevInfo.Felica_Info.SystemCode[0] = pResponse[index];
523 psHciContext->p_target_info->RemoteDevInfo.Felica_Info.SystemCode[1] = pResponse[index + 1];
528 psHciContext->p_target_info->RemoteDevInfo.Felica_Info.SystemCode[0] = 0;
529 psHciContext->p_target_info->RemoteDevInfo.Felica_Info.SystemCode[1] = 0;
H A DphHciNfc.h484 phHal_sRemoteDevInformation_t *p_target_info
H A DphHciNfc_Sequence.c788 psHciContext->p_target_info = NULL;
805 psHciContext->p_target_info = NULL;
957 psHciContext->p_target_info = NULL;
2054 psHciContext->p_target_info = NULL;
2099 if( NULL != psHciContext->p_target_info )
2102 target_type = psHciContext->p_target_info->RemDevType;
2212 if( NULL != psHciContext->p_target_info )
2215 target_type = psHciContext->p_target_info->RemDevType;
2251 psHciContext->p_target_info = NULL;
H A DphHciNfc_Generic.h625 phHal_sRemoteDevInformation_t *p_target_info; member in struct:phHciNfc_sContext
H A DphHciNfc_RFReaderA.c447 &(psHciContext->p_target_info->RemoteDevInfo.Iso14443A_Info);
754 if(phHal_eISO14443_3A_PICC == psHciContext->p_target_info->RemDevType)

Completed in 1472 milliseconds