Searched defs:pHwRef (Results 1 - 25 of 26) sorted by relevance

12

/external/libnfc-nxp/src/
H A DphDal4Nfc.h78 void *pHwRef; /**<Hardware Reference*/ member in struct:phDal4Nfc_SContext
117 void *pHwRef; member in struct:phDal4Nfc_Message
198 * \param[in] pHwRef for future use .Currently this parameter is not used.
221 void *pHwRef
240 * \param[in] pHwRef information of the hardware
267 void *pHwRef
285 * \param[in] pHwRef hardware reference context.
312 void *pHwRef
332 * \param[in] pHwRef information of the hardware.
361 void *pHwRef,
[all...]
H A DphHciNfc_Pipe.c122 void *pHwRef,
145 void *pHwRef,
173 status = phHciNfc_Send_Admin_Cmd( psHciContext, pHwRef,
189 void *pHwRef,
225 pHwRef, p_pipe_seq );
257 status = phHciNfc_LinkMgmt_Initialise( psHciContext,pHwRef );
260 status = phHciNfc_ReaderMgmt_Initialise( psHciContext,pHwRef );
264 status = phHciNfc_EmuMgmt_Initialise( psHciContext,pHwRef );
283 void *pHwRef,
291 || (NULL == pHwRef)
143 phHciNfc_Create_Pipe( phHciNfc_sContext_t *psHciContext, void *pHwRef, phHciNfc_Gate_Info_t *destination, phHciNfc_Pipe_Info_t **ppPipeHandle ) argument
187 phHciNfc_Update_Pipe( phHciNfc_sContext_t *psHciContext, void *pHwRef, phHciNfc_PipeMgmt_Seq_t *p_pipe_seq ) argument
281 phHciNfc_Delete_Pipe( phHciNfc_sContext_t *psHciContext, void *pHwRef, phHciNfc_Pipe_Info_t *pPipeHandle ) argument
311 phHciNfc_CE_Pipes_OP( phHciNfc_sContext_t *psHciContext, void *pHwRef, phHciNfc_PipeMgmt_Seq_t *p_pipe_seq ) argument
429 phHciNfc_Create_All_Pipes( phHciNfc_sContext_t *psHciContext, void *pHwRef, phHciNfc_PipeMgmt_Seq_t *p_pipe_seq ) argument
738 phHciNfc_Delete_All_Pipes( phHciNfc_sContext_t *psHciContext, void *pHwRef, phHciNfc_PipeMgmt_Seq_t pipeSeq ) argument
1046 phHciNfc_Open_Pipe( phHciNfc_sContext_t *psHciContext, void *pHwRef, phHciNfc_Pipe_Info_t *pPipeHandle ) argument
1089 phHciNfc_Close_Pipe( phHciNfc_sContext_t *psHciContext, void *pHwRef, phHciNfc_Pipe_Info_t *pPipeHandle ) argument
[all...]
H A DphHciNfc_CE_A.c68 void *pHwRef,
81 void *pHwRef,
95 void *pHwRef,
140 void *pHwRef
152 if ((NULL == psHciContext) || (NULL == pHwRef))
179 pHwRef, ps_pipe_info );
195 status = phHciNfc_Send_Generic_Cmd(psHciContext,pHwRef,
211 status = phHciNfc_Send_Generic_Cmd(psHciContext,pHwRef,
223 pHwRef, HOST_CE_MODE_ENABLE );
245 void *pHwRef
401 phHciNfc_CE_A_SendData_Event( void *psContext, void *pHwRef, uint8_t *pEvent, uint8_t length ) argument
417 phHciNfc_Recv_CE_A_Response( void *psContext, void *pHwRef, uint8_t *pResponse, uint8_t length ) argument
555 phHciNfc_CE_A_Mode( void *psHciHandle, void *pHwRef, uint8_t enable_type ) argument
601 phHciNfc_Recv_CE_A_Event( void *psContext, void *pHwRef, uint8_t *pEvent, uint8_t length ) argument
712 phHciNfc_CE_A_ProcessData( phHciNfc_sContext_t *psHciContext, void *pHwRef, uint8_t *pData, uint8_t length ) argument
[all...]
H A DphHciNfc_CE_B.c68 void *pHwRef,
81 void *pHwRef,
95 void *pHwRef,
140 void *pHwRef
147 if ((NULL == psHciContext) || (NULL == pHwRef))
174 pHwRef, ps_pipe_info );
193 status = phHciNfc_Send_Generic_Cmd(psHciContext,pHwRef,
209 status = phHciNfc_Send_Generic_Cmd(psHciContext,pHwRef,
221 pHwRef, HOST_CE_MODE_ENABLE );
243 void *pHwRef
323 phHciNfc_CE_B_Mode( void *psHciHandle, void *pHwRef, uint8_t enable_type ) argument
443 phHciNfc_CE_B_SendData_Event( void *psContext, void *pHwRef, uint8_t *pEvent, uint8_t length ) argument
459 phHciNfc_Recv_CE_B_Response( void *psContext, void *pHwRef, uint8_t *pResponse, uint8_t length ) argument
599 phHciNfc_Recv_CE_B_Event( void *psContext, void *pHwRef, uint8_t *pEvent, uint8_t length ) argument
710 phHciNfc_CE_B_ProcessData( phHciNfc_sContext_t *psHciContext, void *pHwRef, uint8_t *pData, uint8_t length ) argument
[all...]
H A DphHciNfc_LinkMgmt.c88 phHal_sHwReference_t *pHwRef,
97 void *pHwRef,
125 void *pHwRef
134 || (NULL == pHwRef )
191 pHwRef,p_pipe_info );
215 phHciNfc_Send_Generic_Cmd( psHciContext, pHwRef,
239 phHciNfc_Send_Generic_Cmd( psHciContext, pHwRef,
274 void *pHwRef
279 if( (NULL == psHciContext) || (NULL == pHwRef) )
291 pHwRef, p_link_mgmt_inf
352 phHciNfc_Recv_LinkMgmt_Response( void *psContext, void *pHwRef, uint8_t *pResponse, uint8_t length ) argument
433 phHciNfc_LinkMgmt_InfoUpdate( phHciNfc_sContext_t *psHciContext, phHal_sHwReference_t *pHwRef, uint8_t index, uint8_t *reg_value, uint8_t reg_length ) argument
[all...]
H A DphHal4Nfc.c62 void *pHwRef,
83 void *pHwRef,
729 phHal_sHwReference_t *pHwRef,
736 if(pHwRef ==NULL)
740 else if(pHwRef->hal_context != NULL)
743 Hal4Ctxt = (phHal4Nfc_Hal4Ctxt_t *)pHwRef->hal_context;
752 pHwRef,
792 pHwRef->hal_context = NULL;
879 void *pHwRef,
885 if((NULL == pInfo) || (NULL == pHwRef)
728 phHal4Nfc_Hal4Reset( phHal_sHwReference_t *pHwRef, void *pContext ) argument
877 phHal4Nfc_LowerNotificationHandler( void *pContext, void *pHwRef, uint8_t type, void *pInfo ) argument
1432 phHal4Nfc_DownloadComplete( void *pContext, void *pHwRef, uint8_t type, void *pInfo ) argument
[all...]
H A DphHciNfc.c68 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;
87 phHciNfc_Initialise( void *psHciHandle, void *pHwRef, phHciNfc_Init_t init_mode, phHal_sHwConfig_t *pHwConfig, pphNfcIF_Notification_CB_t pHalNotify, void *psContext, phNfcLayer_sCfg_t *psHciLayerCfg ) argument
209 phHciNfc_Release( void *psHciHandle, void *pHwRef, pphNfcIF_Notification_CB_t pHalReleaseCB, void *psContext ) argument
366 phHciNfc_Configure( void *psHciHandle, void *pHwRef, phHal_eConfigType_t config_type, phHal_uConfig_t *pConfig ) argument
465 phHciNfc_Config_Discovery( void *psHciHandle, void *pHwRef, phHal_sADD_Cfg_t *pPollConfig ) argument
529 phHciNfc_Restart_Discovery( void *psHciHandle, void *pHwRef, uint8_t re_poll ) argument
656 phHciNfc_Config_Emulation( void *psHciHandle, void *pHwRef, phHal_sEmulationCfg_t *pEmulationCfg ) argument
738 phHciNfc_Switch_SwpMode( void *psHciHandle, void *pHwRef, phHal_eSWP_Mode_t swp_mode ) argument
804 phHciNfc_Switch_SmxMode( void *psHciHandle, void *pHwRef, phHal_eSmartMX_Mode_t smx_mode, phHal_sADD_Cfg_t *pPollConfig ) argument
924 phHciNfc_Connect( void *psHciHandle, void *pHwRef, phHal_sRemoteDevInformation_t *p_target_info ) argument
1018 phHciNfc_Reactivate( void *psHciHandle, void *pHwRef, phHal_sRemoteDevInformation_t *p_target_info ) argument
1118 phHciNfc_Disconnect( void *psHciHandle, void *pHwRef, uint8_t re_poll ) argument
1229 phHciNfc_Exchange_Data( void *psHciHandle, void *pHwRef, phHal_sRemoteDevInformation_t *p_target_info, phHciNfc_XchgInfo_t *p_xchg_info ) argument
1336 phHciNfc_Send_Data( void *psHciHandle, void *pHwRef, phHal_sRemoteDevInformation_t *p_remote_dev_info, phHciNfc_XchgInfo_t *p_send_param ) argument
1582 phHciNfc_PRBS_Test( void *psHciHandle, void *pHwRef, uint32_t test_type, phNfc_sData_t *test_param ) argument
1620 phHciNfc_System_Test( void *psHciHandle, void *pHwRef, uint32_t test_type, phNfc_sData_t *test_param ) argument
1670 phHciNfc_System_Configure( void *psHciHandle, void *pHwRef, uint32_t config_type, uint8_t config_value ) argument
1707 phHciNfc_System_Get_Info( void *psHciHandle, void *pHwRef, uint32_t config_type, uint8_t *p_config_value ) argument
[all...]
H A DphHciNfc_Felica.c80 void *pHwRef,
93 void *pHwRef,
273 void *pHwRef
282 || (NULL == pHwRef)
320 phHciNfc_Send_Generic_Cmd( psHciContext, pHwRef,
335 phHciNfc_Send_Generic_Cmd( psHciContext, pHwRef,
350 phHciNfc_Send_Generic_Cmd( psHciContext, pHwRef,
381 pHwRef,
561 void *pHwRef,
575 if( (NULL == psHciContext) || (NULL == pHwRef) || (NUL
559 phHciNfc_Recv_Felica_Response( void *psContext, void *pHwRef, uint8_t *pResponse, uint8_t length ) argument
741 phHciNfc_Recv_Felica_Event( void *psContext, void *pHwRef, uint8_t *pEvent, uint8_t length ) argument
830 phHciNfc_Felica_Request_Mode( phHciNfc_sContext_t *psHciContext, void *pHwRef) argument
881 phHciNfc_Send_Felica_Command( phHciNfc_sContext_t *psContext, void *pHwRef, uint8_t pipe_id, uint8_t cmd ) argument
[all...]
H A DphHciNfc_IDMgmt.c102 phHal_sHwReference_t *pHwRef,
112 void *pHwRef,
272 void *pHwRef
312 pHwRef, p_pipe_info );
328 phHciNfc_Send_Generic_Cmd( psHciContext, pHwRef,
342 phHciNfc_Send_Generic_Cmd( psHciContext, pHwRef,
356 phHciNfc_Send_Generic_Cmd( psHciContext, pHwRef,
370 phHciNfc_Send_Generic_Cmd( psHciContext, pHwRef,
384 phHciNfc_Send_Generic_Cmd( psHciContext, pHwRef,
398 phHciNfc_Send_Generic_Cmd( psHciContext, pHwRef,
651 phHciNfc_Recv_IDMgmt_Response( void *psContext, void *pHwRef, uint8_t *pResponse, uint8_t length ) argument
761 phHciNfc_IDMgmt_InfoUpdate( phHciNfc_sContext_t *psHciContext, phHal_sHwReference_t *pHwRef, uint8_t index, uint8_t *reg_value, uint8_t reg_length ) argument
[all...]
H A DphHciNfc_ISO15693.c79 void *pHwRef,
92 void *pHwRef,
257 void *pHwRef
263 || (NULL == pHwRef)
301 phHciNfc_Send_Generic_Cmd( psHciContext, pHwRef,
316 phHciNfc_Send_Generic_Cmd( psHciContext, pHwRef,
345 phHciNfc_Tag_Notify(psHciContext, pHwRef,
435 void *pHwRef,
449 if( (NULL == psHciContext) || (NULL == pHwRef) || (NULL == pResponse)
555 void *pHwRef,
433 phHciNfc_Recv_ISO15693_Response( void *psContext, void *pHwRef, uint8_t *pResponse, uint8_t length ) argument
553 phHciNfc_Recv_ISO15693_Event( void *psContext, void *pHwRef, uint8_t *pEvent, uint8_t length ) argument
636 phHciNfc_Send_ISO15693_Command( phHciNfc_sContext_t *psHciContext, void *pHwRef, uint8_t pipe_id, uint8_t cmd ) argument
718 phHciNfc_ISO15693_Set_AFI( void *psContext, void *pHwRef, uint8_t afi_value ) argument
[all...]
H A DphHciNfc_Jewel.c68 void *pHwRef,
81 void *pHwRef,
258 void *pHwRef
267 || (NULL == pHwRef)
307 pHwRef, pipeid,
338 phHciNfc_Tag_Notify(psHciContext, pHwRef,
440 void *pHwRef,
454 if( (NULL == psHciContext) || (NULL == pHwRef) || (NULL == pResponse)
627 void *pHwRef,
640 if( (NULL == psHciContext) || (NULL == pHwRef) || (NUL
438 phHciNfc_Recv_Jewel_Response( void *psContext, void *pHwRef, uint8_t *pResponse, uint8_t length ) argument
625 phHciNfc_Recv_Jewel_Event( void *psContext, void *pHwRef, uint8_t *pEvent, uint8_t length ) argument
706 phHciNfc_Send_Jewel_Command( phHciNfc_sContext_t *psContext, void *pHwRef, uint8_t pipe_id, uint8_t cmd ) argument
788 phHciNfc_Jewel_GetRID( phHciNfc_sContext_t *psHciContext, void *pHwRef) argument
[all...]
H A DphHciNfc_PollingLoop.c124 * \param[in] pHwRef pHwRef is the Information of
145 void *pHwRef,
158 void *pHwRef,
238 void *pHwRef
270 pHwRef, p_pipe_info );
284 void *pHwRef
288 if( (NULL == psHciContext) || (NULL == pHwRef) )
312 pHwRef, p_pipe_info );
328 } /* End of if( (NULL == psHciContext) || (NULL == pHwRef) ) */
333 phHciNfc_PollLoop_Cfg( void *psHciHandle, void *pHwRef, uint8_t cfg_type, void *pcfg_info ) argument
583 phHciNfc_Recv_PollLoop_Response( void *psContext, void *pHwRef, uint8_t *pResponse, uint8_t length ) argument
665 phHciNfc_Recv_PollLoop_Event( void *psContext, void *pHwRef, uint8_t *pEvent, uint8_t length ) argument
[all...]
H A DphHciNfc_RFReader.c113 void *pHwRef,
121 void *pHwRef,
268 void *pHwRef
325 pHwRef, p_pipe_info );
371 pHwRef, activate_enable );
422 pHwRef, p_pipe_info );
469 pHwRef, p_pipe_info );
511 pHwRef, p_pipe_info );
549 pHwRef, p_pipe_info );
584 pHwRef, p_pipe_inf
646 phHciNfc_ReaderMgmt_Initiate_Discovery( phHciNfc_sContext_t *psHciContext, void *pHwRef, uint8_t reader_pipe_id ) argument
682 phHciNfc_ReaderMgmt_End_Discovery( phHciNfc_sContext_t *psHciContext, void *pHwRef, uint8_t reader_pipe_id ) argument
1116 phHciNfc_ReaderMgmt_Select( phHciNfc_sContext_t *psHciContext, void *pHwRef, phHal_eRemDevType_t target_type ) argument
1288 phHciNfc_ReaderMgmt_UICC_Dispatch( phHciNfc_sContext_t *psHciContext, void *pHwRef, phHal_eRemDevType_t target_type ) argument
1363 phHciNfc_ReaderMgmt_Reactivate( phHciNfc_sContext_t *psHciContext, void *pHwRef, phHal_eRemDevType_t target_type ) argument
1734 phHciNfc_ReaderMgmt_Deselect( phHciNfc_sContext_t *psHciContext, void *pHwRef, phHal_eRemDevType_t target_type, uint8_t re_poll ) argument
1859 phHciNfc_ReaderMgmt_Exchange_Data( phHciNfc_sContext_t *psHciContext, void *pHwRef, phHciNfc_XchgInfo_t *p_xchg_info ) argument
2206 phHciNfc_Send_RFReader_Event( phHciNfc_sContext_t *psHciContext, void *pHwRef, uint8_t pipe_id, uint8_t event ) argument
2292 phHciNfc_Send_RFReader_Command( phHciNfc_sContext_t *psHciContext, void *pHwRef, uint8_t pipe_id, uint8_t cmd ) argument
[all...]
H A DphHciNfc_RFReaderA.c84 void *pHwRef,
97 void *pHwRef,
241 void *pHwRef
249 || (NULL == pHwRef)
287 phHciNfc_Send_Generic_Cmd( psHciContext, pHwRef,
302 phHciNfc_Send_Generic_Cmd( psHciContext, pHwRef,
317 phHciNfc_Send_Generic_Cmd( psHciContext, pHwRef,
348 pHwRef,
494 void *pHwRef,
508 if( (NULL == psHciContext) || (NULL == pHwRef) || (NUL
492 phHciNfc_Recv_ReaderA_Response( void *psContext, void *pHwRef, uint8_t *pResponse, uint8_t length ) argument
791 phHciNfc_Recv_ReaderA_Event( void *psContext, void *pHwRef, uint8_t *pEvent, uint8_t length ) argument
880 phHciNfc_ReaderA_Auto_Activate( void *psContext, void *pHwRef, uint8_t activate_enable ) argument
924 phHciNfc_ReaderA_Set_DataRateMax( void *psContext, void *pHwRef, uint8_t data_rate_value ) argument
965 phHciNfc_Send_ReaderA_Command( phHciNfc_sContext_t *psHciContext, void *pHwRef, uint8_t pipe_id, uint8_t cmd ) argument
[all...]
H A DphHciNfc_RFReaderB.c74 void *pHwRef,
87 void *pHwRef,
266 void *pHwRef
272 || (NULL == pHwRef)
309 phHciNfc_Send_Generic_Cmd( psHciContext, pHwRef,
324 phHciNfc_Send_Generic_Cmd( psHciContext, pHwRef,
340 phHciNfc_Send_Generic_Cmd( psHciContext, pHwRef,
356 phHciNfc_Send_Generic_Cmd( psHciContext, pHwRef,
373 phHciNfc_Send_Generic_Cmd( psHciContext, pHwRef,
402 pHwRef,
421 phHciNfc_Recv_ReaderB_Response( void *psContext, void *pHwRef, uint8_t *pResponse, uint8_t length ) argument
602 phHciNfc_Recv_ReaderB_Event( void *psContext, void *pHwRef, uint8_t *pEvent, uint8_t length ) argument
812 phHciNfc_ReaderB_Set_AFI( void *psContext, void *pHwRef, uint8_t afi_value ) argument
864 phHciNfc_ReaderB_Set_LayerData( void *psContext, void *pHwRef, phNfc_sData_t *layer_data_info ) argument
[all...]
H A DphHciNfc_SWP.c70 void *pHwRef,
83 void *pHwRef,
93 void *pHwRef,
211 void *pHwRef,
225 if( (NULL == psHciContext) || (NULL == pHwRef) || (NULL == pResponse)
298 void *pHwRef,
306 if((NULL == psHciContext)||(NULL == pHwRef))
334 status = phHciNfc_Send_Generic_Cmd(psHciContext, pHwRef,
347 void *pHwRef
354 if((NULL == psHciContext)||(NULL == pHwRef))
209 phHciNfc_Recv_SWP_Response( void *psContext, void *pHwRef, uint8_t *pResponse, uint8_t length ) argument
296 phHciNfc_SWP_Configure_Default( void *psHciHandle, void *pHwRef, uint8_t enable_type ) argument
420 phHciNfc_SWP_Protection( void *psHciHandle, void *pHwRef, uint8_t mode ) argument
518 phHciNfc_SWP_Configure_Mode( void *psHciHandle, void *pHwRef, uint8_t uicc_mode ) argument
572 phHciNfc_Recv_SWP_Event( void *psContext, void *pHwRef, uint8_t *pEvent, uint8_t length ) argument
648 phHciNfc_Send_SWP_Event( phHciNfc_sContext_t *psHciContext, void *pHwRef, uint8_t pipe_id, uint8_t event ) argument
754 phHciNfc_SWP_Config_Sequence( phHciNfc_sContext_t *psHciContext, void *pHwRef, phHal_sEmulationCfg_t *ps_emulation_cfg ) argument
[all...]
H A DphHciNfc_WI.c73 void *pHwRef,
86 void *pHwRef,
99 void *pHwRef,
279 void *pHwRef,
287 if( (NULL == psHciContext)||(NULL == pHwRef))
316 status = phHciNfc_Send_Generic_Cmd(psHciContext,pHwRef,
327 void *pHwRef
333 if( (NULL == psHciContext)||(NULL == pHwRef))
359 status = phHciNfc_Send_Generic_Cmd(psHciContext,pHwRef,
372 void *pHwRef,
277 phHciNfc_WI_Configure_Default( void *psHciHandle, void *pHwRef, uint8_t enable_type ) argument
370 phHciNfc_WI_Configure_Mode( void *psHciHandle, void *pHwRef, phHal_eSmartMX_Mode_t e_smx_mode ) argument
421 phHciNfc_WI_Configure_Notifications( void *psHciHandle, void *pHwRef, phHciNfc_WI_Events_t eNotification ) argument
485 phHciNfc_Send_WI_Event( phHciNfc_sContext_t *psHciContext, void *pHwRef, uint8_t pipe_id, uint8_t event ) argument
549 phHciNfc_Recv_WI_Response( void *psContext, void *pHwRef, uint8_t *pResponse, uint8_t length ) argument
645 phHciNfc_Recv_WI_Event( void *psContext, void *pHwRef, uint8_t *pEvent, uint8_t length ) argument
[all...]
H A DphHciNfc_AdminMgmt.c117 * \param[in] pHwRef pHwRef is the Information of
136 void *pHwRef,
150 phHal_sHwReference_t *pHwRef,
160 void *pHwRef,
174 void *pHwRef,
201 void *pHwRef
210 || (NULL == pHwRef )
265 pHwRef,p_pipe_info );
280 phHciNfc_Send_Generic_Cmd( psHciContext, pHwRef,
528 phHciNfc_Admin_CE_Init( phHciNfc_sContext_t *psHciContext, void *pHwRef, phHciNfc_GateID_t ce_gate ) argument
596 phHciNfc_Admin_Release( phHciNfc_sContext_t *psHciContext, void *pHwRef, phHciNfc_HostID_t host_type ) argument
635 phHciNfc_Send_Admin_Event( phHciNfc_sContext_t *psHciContext, void *pHwRef, uint8_t event, uint8_t length, void *params ) argument
699 phHciNfc_Send_Admin_Cmd( phHciNfc_sContext_t *psHciContext, void *pHwRef, uint8_t cmd, uint8_t length, void *params ) argument
823 phHciNfc_Recv_Admin_Response( void *psContext, void *pHwRef, uint8_t *pResponse, uint8_t length ) argument
953 phHciNfc_Recv_Admin_Cmd( void *psContext, void *pHwRef, uint8_t *pCmd, uint8_t length ) argument
1087 phHciNfc_Recv_Admin_Event( void *psContext, void *pHwRef, uint8_t *pEvent, uint8_t length ) argument
1139 phHciNfc_Admin_InfoUpdate( phHciNfc_sContext_t *psHciContext, phHal_sHwReference_t *pHwRef, uint8_t index, uint8_t *reg_value, uint8_t reg_length ) argument
[all...]
H A DphHciNfc_Emulation.c132 void *pHwRef,
145 void *pHwRef,
162 void *pHwRef
174 if( (TRUE == ((phHal_sHwReference_t *)pHwRef)->uicc_connected)
375 void *pHwRef
440 pHwRef, p_pipe_info );
457 status = phHciNfc_NfcIP_SetMode( psHciContext, pHwRef,
476 status = phHciNfc_NfcIP_SetMergeSak( psHciContext, pHwRef,
501 pHwRef, p_pipe_info );
529 psHciContext, pHwRef, eEnableEvent
1036 phHciNfc_Emulation_Cfg( phHciNfc_sContext_t *psHciContext, void *pHwRef, phHciNfc_eConfigType_t cfg_type ) argument
1155 phHciNfc_Recv_Uicc_Cmd( void *psContext, void *pHwRef, uint8_t *pCmd, uint8_t length ) argument
1250 phHciNfc_Recv_Uicc_Event( void *psContext, void *pHwRef, uint8_t *pEvent, uint8_t length ) argument
[all...]
H A DphHciNfc_Generic.c106 * \param[in] pHwRef pHwRef is the Information of
124 void *pHwRef,
137 void *pHwRef,
151 void *pHwRef,
164 void *pHwRef,
177 void *pHwRef,
191 void *pHwRef,
230 * \param[in] pHwRef pHwRef i
284 phHal_sHwReference_t *pHwRef = gpsHciContext->p_hw_ref; local
546 phHciNfc_Send( void *psContext, void *pHwRef, uint8_t *pdata, uint8_t length ) argument
604 phHciNfc_Receive( void *psContext, void *pHwRef, uint8_t *pdata, uint8_t length ) argument
730 phHciNfc_Receive_HCP( phHciNfc_sContext_t *psHciContext, void *pHwRef, uint8_t *pdata, uint8_t length ) argument
817 phHciNfc_Process_HCP( phHciNfc_sContext_t *psHciContext, void *pHwRef, void *pdata, uint8_t length ) argument
891 phHciNfc_Process_Response( phHciNfc_sContext_t *psHciContext, void *pHwRef, void *pdata, uint8_t length ) argument
978 phHciNfc_Error_Response( phHciNfc_sContext_t *psHciContext, void *pHwRef, void *pdata, uint8_t length ) argument
1055 phHciNfc_Process_Event( phHciNfc_sContext_t *psHciContext, void *pHwRef, void *pdata, uint8_t length ) argument
1173 phHciNfc_Process_Command( phHciNfc_sContext_t *psHciContext, void *pHwRef, void *pdata, uint8_t length ) argument
1351 phHciNfc_Send_Generic_Cmd( phHciNfc_sContext_t *psHciContext, void *pHwRef, uint8_t pipe_id, uint8_t cmd ) argument
1449 phHciNfc_Set_Param( phHciNfc_sContext_t *psHciContext, void *pHwRef, phHciNfc_Pipe_Info_t *p_pipe_info, uint8_t reg_index, void *p_param, uint16_t param_length ) argument
1505 phHciNfc_Send_Complete( void *psContext, void *pHwRef, phNfc_sTransactionInfo_t *pInfo ) argument
1612 phHciNfc_Receive_Complete( void *psContext, void *pHwRef, phNfc_sTransactionInfo_t *pInfo ) argument
1656 phHciNfc_Notify( pphNfcIF_Notification_CB_t p_upper_notify, void *p_upper_context, void *pHwRef, uint8_t type, void *pInfo ) argument
1674 phHciNfc_Tag_Notify( phHciNfc_sContext_t *psHciContext, void *pHwRef, uint8_t type, void *pInfo ) argument
1723 phHciNfc_Target_Select_Notify( phHciNfc_sContext_t *psHciContext, void *pHwRef, uint8_t type, void *pInfo ) argument
1775 phHciNfc_Release_Notify( phHciNfc_sContext_t *psHciContext, void *pHwRef, uint8_t type, void *pInfo ) argument
1794 phHciNfc_Notify_Event( void *psContext, void *pHwRef, uint8_t type, void *pInfo ) argument
[all...]
H A DphHciNfc_Sequence.c117 void *pHwRef
129 * \param[in] pHwRef pHwRef is the Information of
143 void *pHwRef
154 * \param[in] pHwRef pHwRef is the Information of
168 void *pHwRef
175 void *pHwRef,
195 void *pHwRef,
205 void *pHwRef
631 phHciNfc_Error_Sequence( void *psContext, void *pHwRef, NFCSTATUS error_status, void *pdata, uint8_t length ) argument
2430 phHciNfc_Test_Sequence( phHciNfc_sContext_t *psHciContext, void *pHwRef, NFCSTATUS test_status, uint8_t *pdata, uint8_t length ) argument
2479 phHciNfc_IO_Sequence( phHciNfc_sContext_t *psHciContext, void *pHwRef, NFCSTATUS io_status, uint8_t *pdata, uint8_t length ) argument
[all...]
H A DphHciNfc_DevMgmt.c152 phHal_sHwReference_t *pHwRef,
162 void *pHwRef,
175 void *pHwRef,
189 void *pHwRef,
198 void *pHwRef,
374 void *pHwRef,
385 if( (NULL == psHciContext) || (NULL == pHwRef) )
412 status = phHciNfc_Send_DevMgmt_Command( psHciContext, pHwRef,
423 void *pHwRef,
434 if( (NULL == psHciContext) || (NULL == pHwRef) )
372 phHciNfc_DevMgmt_Configure( phHciNfc_sContext_t *psHciContext, void *pHwRef, uint16_t address, uint8_t value ) argument
421 phHciNfc_DevMgmt_Get_Info( phHciNfc_sContext_t *psHciContext, void *pHwRef, uint16_t address, uint8_t *p_val ) argument
1114 phHciNfc_DevMgmt_Test( void *psContext, void *pHwRef, uint8_t test_type, phNfc_sData_t *test_param ) argument
1190 phHciNfc_Recv_DevMgmt_Response( void *psContext, void *pHwRef, uint8_t *pResponse, uint8_t length ) argument
1300 phHciNfc_Recv_DevMgmt_Event( void *psContext, void *pHwRef, uint8_t *pEvent, uint8_t length ) argument
1416 phHciNfc_DevMgmt_InfoUpdate( phHciNfc_sContext_t *psHciContext, phHal_sHwReference_t *pHwRef, uint8_t index, uint8_t *reg_value, uint8_t reg_length ) argument
1474 phHciNfc_Send_DevMgmt_Command( phHciNfc_sContext_t *psHciContext, void *pHwRef, uint8_t pipe_id, uint8_t cmd ) argument
1563 phHciNfc_Send_DevMgmt_Event( phHciNfc_sContext_t *psHciContext, void *pHwRef, uint8_t pipe_id, uint8_t event ) argument
[all...]
H A DphHciNfc_NfcIPMgmt.c107 void *pHwRef,
133 void *pHwRef,
146 void *pHwRef,
159 void *pHwRef,
172 void *pHwRef,
185 void *pHwRef,
295 void *pHwRef
300 if( (NULL == psHciContext) || (NULL == pHwRef) )
346 status = phHciNfc_Send_HCP( psHciContext, pHwRef);
357 void *pHwRef,
355 phHciNfc_Recv_Initiator_Response( void *pContext, void *pHwRef, uint8_t *pResponse, uint8_t length ) argument
409 phHciNfc_Recv_Initiator_Event( void *psContext, void *pHwRef, uint8_t *pEvent, uint8_t length ) argument
557 phHciNfc_Recv_Target_Response( void *pContext, void *pHwRef, uint8_t *pResponse, uint8_t length ) argument
611 phHciNfc_Recv_Target_Event( void *psContext, void *pHwRef, uint8_t *pEvent, uint8_t length ) argument
740 phHciNfc_Recv_NfcIP_Event( phHciNfc_sContext_t *psHciContext, void *pHwRef, uint8_t *pEvent, uint8_t length ) argument
853 phHciNfc_NfcIP_RecvData( phHciNfc_sContext_t *psHciContext, void *pHwRef, uint8_t *pResponse, uint8_t length ) argument
920 phHciNfc_NfcIP_Send_Data( phHciNfc_sContext_t *psHciContext, void *pHwRef, phHciNfc_XchgInfo_t *sData ) argument
1591 phHciNfc_NfcIP_SetMode( phHciNfc_sContext_t *psHciContext, void *pHwRef, phHciNfc_eNfcIPType_t nfciptype, uint8_t nfcip_mode ) argument
1645 phHciNfc_NfcIP_SetNAD( phHciNfc_sContext_t *psHciContext, void *pHwRef, phHciNfc_eNfcIPType_t nfciptype, uint8_t nad ) argument
1698 phHciNfc_NfcIP_SetDID( phHciNfc_sContext_t *psHciContext, void *pHwRef, uint8_t did ) argument
1744 phHciNfc_NfcIP_SetOptions( phHciNfc_sContext_t *psHciContext, void *pHwRef, phHciNfc_eNfcIPType_t nfciptype, uint8_t nfcip_options ) argument
1788 phHciNfc_NfcIP_SetATRInfo( phHciNfc_sContext_t *psHciContext, void *pHwRef, phHciNfc_eNfcIPType_t nfciptype, phHal_sNfcIPCfg_t *atr_info ) argument
1845 phHciNfc_NfcIP_SetPSL1( phHciNfc_sContext_t *psHciContext, void *pHwRef, uint8_t psl1 ) argument
1891 phHciNfc_NfcIP_SetPSL2( phHciNfc_sContext_t *psHciContext, void *pHwRef, uint8_t psl2 ) argument
1937 phHciNfc_NfcIP_GetStatus( phHciNfc_sContext_t *psHciContext, void *pHwRef, phHciNfc_eNfcIPType_t nfciptype ) argument
1986 phHciNfc_NfcIP_GetParam( phHciNfc_sContext_t *psHciContext, void *pHwRef, phHciNfc_eNfcIPType_t nfciptype ) argument
2094 phHciNfc_NfcIP_GetATRInfo( phHciNfc_sContext_t *psHciContext, void *pHwRef, phHciNfc_eNfcIPType_t nfciptype ) argument
2150 phHciNfc_NfcIP_SetMergeSak( phHciNfc_sContext_t *psHciContext, void *pHwRef, uint8_t sak_value ) argument
[all...]
/external/libnfc-nci/halimpl/pn54x/dnld/
H A DphDnldNfc.c1177 ** Parameters pHwRef - pointer to the hardware device
1188 NFCSTATUS phDnldNfc_ReadMem(void *pHwRef, pphDnldNfc_RspCb_t pNotify, void *pContext) argument
/external/libnfc-nxp/Linux_x86/
H A DphDal4Nfc.c206 NFCSTATUS phDal4Nfc_Unregister(void *pContext, void *pHwRef )
210 if ((NULL == pContext) && (NULL == pHwRef))
241 NFCSTATUS phDal4Nfc_Init(void *pContext, void *pHwRef )
247 if ((NULL != pContext) && (NULL != pHwRef))
250 pgDalHwContext = (phHal_sHwReference_t *)pHwRef;
271 result = phDal4Nfc_Config(&hw_config, pHwRef );
290 NFCSTATUS phDal4Nfc_Shutdown( void *pContext, void *pHwRef) argument
313 NFCSTATUS phDal4Nfc_ConfigRelease(void *pHwRef) argument
377 NFCSTATUS phDal4Nfc_Write( void *pContext, void *pHwRef,uint8_t *pBuffer, uint16_t length) argument
385 if ((NULL != pContext) && (NULL != pHwRef)
444 phDal4Nfc_Read( void *pContext, void *pHwRef,uint8_t *pBuffer, uint16_t length) argument
503 phDal4Nfc_ReadWait(void *pContext, void *pHwRef,uint8_t *pBuffer, uint16_t length) argument
517 phDal4Nfc_ReadWaitCancel( void *pContext, void *pHwRef) argument
[all...]

Completed in 462 milliseconds

12