Lines Matching refs:p_target_info
927 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()
1133 || ( NULL == psHciContext->p_target_info) in phHciNfc_Disconnect()
1150 target_type = psHciContext->p_target_info->RemDevType; in phHciNfc_Disconnect()
1232 phHal_sRemoteDevInformation_t *p_target_info, in phHciNfc_Exchange_Data() argument
1241 || (NULL == p_target_info) in phHciNfc_Exchange_Data()
1247 else if (p_target_info != psHciContext->p_target_info ) in phHciNfc_Exchange_Data()
1257 switch (p_target_info->RemDevType) in phHciNfc_Exchange_Data()
1372 psHciContext->p_target_info ) in phHciNfc_Send_Data()
1509 target_type = psHciContext->p_target_info->RemDevType; in phHciNfc_Presence_Check()