Lines Matching refs:pHwRef
102 phHal_sHwReference_t *pHwRef,
112 void *pHwRef,
272 void *pHwRef in phHciNfc_IDMgmt_Initialise() argument
312 pHwRef, p_pipe_info ); in phHciNfc_IDMgmt_Initialise()
328 phHciNfc_Send_Generic_Cmd( psHciContext, pHwRef, in phHciNfc_IDMgmt_Initialise()
342 phHciNfc_Send_Generic_Cmd( psHciContext, pHwRef, in phHciNfc_IDMgmt_Initialise()
356 phHciNfc_Send_Generic_Cmd( psHciContext, pHwRef, in phHciNfc_IDMgmt_Initialise()
370 phHciNfc_Send_Generic_Cmd( psHciContext, pHwRef, in phHciNfc_IDMgmt_Initialise()
384 phHciNfc_Send_Generic_Cmd( psHciContext, pHwRef, in phHciNfc_IDMgmt_Initialise()
398 phHciNfc_Send_Generic_Cmd( psHciContext, pHwRef, in phHciNfc_IDMgmt_Initialise()
412 phHciNfc_Send_Generic_Cmd( psHciContext, pHwRef, in phHciNfc_IDMgmt_Initialise()
451 void *pHwRef in phHciNfc_IDMgmt_Info_Sequence() argument
490 phHciNfc_Send_Generic_Cmd( psHciContext, pHwRef, in phHciNfc_IDMgmt_Info_Sequence()
504 phHciNfc_Send_Generic_Cmd( psHciContext, pHwRef, in phHciNfc_IDMgmt_Info_Sequence()
518 phHciNfc_Send_Generic_Cmd( psHciContext, pHwRef, in phHciNfc_IDMgmt_Info_Sequence()
532 phHciNfc_Send_Generic_Cmd( psHciContext, pHwRef, in phHciNfc_IDMgmt_Info_Sequence()
546 phHciNfc_Send_Generic_Cmd( psHciContext, pHwRef, in phHciNfc_IDMgmt_Info_Sequence()
560 phHciNfc_Send_Generic_Cmd( psHciContext, pHwRef, in phHciNfc_IDMgmt_Info_Sequence()
574 phHciNfc_Send_Generic_Cmd( psHciContext, pHwRef, in phHciNfc_IDMgmt_Info_Sequence()
608 void *pHwRef in phHciNfc_IDMgmt_Release() argument
616 if( (NULL == psHciContext) || (NULL == pHwRef) ) in phHciNfc_IDMgmt_Release()
629 pHwRef, p_pipe_info ); in phHciNfc_IDMgmt_Release()
653 void *pHwRef, in phHciNfc_Recv_IDMgmt_Response() argument
668 if( (NULL == psHciContext) || (NULL == pHwRef) ) in phHciNfc_Recv_IDMgmt_Response()
688 (phHal_sHwReference_t *)pHwRef, in phHciNfc_Recv_IDMgmt_Response()
763 phHal_sHwReference_t *pHwRef, in phHciNfc_IDMgmt_InfoUpdate() argument
798 pHwRef->device_info.fw_version = p_identity_info->fw_version ; in phHciNfc_IDMgmt_InfoUpdate()
809 pHwRef->device_info.hw_version = p_identity_info->hw_version ; in phHciNfc_IDMgmt_InfoUpdate()
817 pHwRef->device_info.vendor_name[i]= reg_value[i]; in phHciNfc_IDMgmt_InfoUpdate()
826 pHwRef->device_info.model_id = p_identity_info->model_id ; in phHciNfc_IDMgmt_InfoUpdate()
828 if( NFC_HW_PN65N == pHwRef->device_info.model_id) in phHciNfc_IDMgmt_InfoUpdate()
831 pHwRef->smx_connected = TRUE; in phHciNfc_IDMgmt_InfoUpdate()
839 pHwRef->device_info.hci_version = p_identity_info->hci_version ; in phHciNfc_IDMgmt_InfoUpdate()
857 pHwRef->device_info.full_version[i]= reg_value[i]; in phHciNfc_IDMgmt_InfoUpdate()