Searched defs:p_target_info (Results 1 - 3 of 3) 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_Generic.h625 phHal_sRemoteDevInformation_t *p_target_info; member in struct:phHciNfc_sContext

Completed in 90 milliseconds