Home | History | Annotate | Download | only in src

Lines Matching refs:pHwRef

68                         void                            *pHwRef,
89 void *pHwRef,
104 if( (NULL == psHciHandle) || (NULL == pHwRef) || (NULL == pHalNotify)
127 psHciContext->p_hw_ref = pHwRef;
132 /*(void)memcpy(((phHal_sHwReference_t *)pHwRef)->session_id,
135 sizeof(((phHal_sHwReference_t *)pHwRef)->session_id));*/
211 void *pHwRef,
220 || (NULL == pHwRef)
231 phHciNfc_Release_Lower( psHciContext, pHwRef );
242 psHciContext->p_hw_ref = pHwRef;
272 status = phHciNfc_Release_Sequence(psHciContext,pHwRef);
302 void *pHwRef
309 || (NULL == pHwRef)
316 status = phHciNfc_ReaderMgmt_Enable_Discovery( psHciContext, pHwRef );
333 void *pHwRef
340 || (NULL == pHwRef)
347 status = phHciNfc_ReaderMgmt_Disable_Discovery( psHciContext, pHwRef );
368 void *pHwRef,
376 || (NULL == pHwRef)
399 pHwRef, NFCIP_INITIATOR,
420 pHwRef, &(pConfig->emuConfig));
435 pHwRef, pConfig->protectionConfig.mode);
467 void *pHwRef,
475 || (NULL == pHwRef)
483 psHciContext->p_hw_ref = pHwRef;
505 status = phHciNfc_PollLoop_Sequence( psHciContext, pHwRef );
531 void *pHwRef,
540 || (NULL == pHwRef)
547 psHciContext->p_hw_ref = pHwRef;
623 psHciContext, pHwRef, target_type, re_poll);
658 void *pHwRef,
666 || (NULL == pHwRef)
674 psHciContext->p_hw_ref = pHwRef;
689 pHwRef, SMX_WI_CFG);
699 psHciContext, pHwRef);
712 psHciContext, pHwRef);
740 void *pHwRef,
749 || (NULL == pHwRef)
756 psHciContext->p_hw_ref = pHwRef;
763 status = phHciNfc_SWP_Configure_Mode( psHciContext, pHwRef ,
806 void *pHwRef,
815 || (NULL == pHwRef)
823 psHciContext->p_hw_ref = pHwRef;
845 status = phHciNfc_SmartMx_Mode_Sequence( psHciContext, pHwRef );
876 void *pHwRef
883 || (NULL == pHwRef)
890 psHciContext->p_hw_ref = pHwRef;
895 status = phHciNfc_ReaderMgmt_Activate_Next( psHciContext, pHwRef );
926 void *pHwRef,
935 || (NULL == pHwRef)
943 psHciContext->p_hw_ref = pHwRef;
974 psHciContext, pHwRef,
1020 void *pHwRef,
1029 || (NULL == pHwRef)
1037 psHciContext->p_hw_ref = pHwRef;
1096 psHciContext, pHwRef, p_target_info->RemDevType );
1120 void *pHwRef,
1132 || (NULL == pHwRef)
1140 psHciContext->p_hw_ref = pHwRef;
1174 psHciContext, pHwRef );
1231 void *pHwRef,
1240 || (NULL == pHwRef)
1253 psHciContext->p_hw_ref = pHwRef;
1279 psHciContext, pHwRef, p_xchg_info );
1338 void *pHwRef,
1347 || (NULL == pHwRef)
1355 psHciContext->p_hw_ref = pHwRef;
1381 pHwRef, p_send_param );
1389 pHwRef, p_send_param );
1444 void *pHwRef,
1453 || (NULL == pHwRef)
1462 status = phHciNfc_Receive(psHciHandle, pHwRef, p_data, length);
1489 void *pHwRef
1498 || (NULL == pHwRef)
1505 psHciContext->p_hw_ref = pHwRef;
1534 psHciContext, pHwRef );
1584 void *pHwRef,
1594 || (NULL == pHwRef)
1602 psHciContext->p_hw_ref = pHwRef;
1606 status = phHciNfc_DevMgmt_Test(psHciContext, pHwRef,
1622 void *pHwRef,
1634 || (NULL == pHwRef)
1641 psHciContext->p_hw_ref = pHwRef;
1647 status = phHciNfc_DevMgmt_Test(psHciContext, pHwRef,
1653 status = phHciNfc_DevMgmt_Get_Info(psHciContext, pHwRef,
1672 void *pHwRef,
1682 || (NULL == pHwRef)
1689 psHciContext->p_hw_ref = pHwRef;
1693 status = phHciNfc_DevMgmt_Configure(psHciContext, pHwRef,
1709 void *pHwRef,
1719 || (NULL == pHwRef)
1727 psHciContext->p_hw_ref = pHwRef;
1731 status = phHciNfc_DevMgmt_Get_Info(psHciContext, pHwRef,
1749 void *pHwRef
1757 || (NULL == pHwRef)
1764 psHciContext->p_hw_ref = pHwRef;
1768 status = phHciNfc_LinkMgmt_Open(psHciContext, pHwRef);