Home
last modified time | relevance | path

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

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