Searched defs:psHciHandle (Results 1 - 12 of 12) sorted by relevance

/external/libnfc-nxp/src/
H A DphHciNfc_CE_A.c556 void *psHciHandle,
563 phHciNfc_sContext_t *psHciContext = ((phHciNfc_sContext_t *)psHciHandle);
555 phHciNfc_CE_A_Mode( void *psHciHandle, void *pHwRef, uint8_t enable_type ) argument
H A DphHciNfc_CE_B.c324 void *psHciHandle,
331 phHciNfc_sContext_t *psHciContext = ((phHciNfc_sContext_t *)psHciHandle);
323 phHciNfc_CE_B_Mode( void *psHciHandle, void *pHwRef, uint8_t enable_type ) argument
H A DphHciNfc.c67 void *psHciHandle,
88 void *psHciHandle,
104 if( (NULL == psHciHandle) || (NULL == pHwRef) || (NULL == pHalNotify)
110 else if ( NULL != *(phHciNfc_sContext_t **)psHciHandle )
151 *((phHciNfc_sContext_t **)psHciHandle) = psHciContext;
210 void *psHciHandle,
216 phHciNfc_sContext_t *psHciContext = ((phHciNfc_sContext_t *)psHciHandle);
219 if( (NULL == psHciHandle)
301 void *psHciHandle,
305 phHciNfc_sContext_t *psHciContext = ((phHciNfc_sContext_t *)psHciHandle);
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
874 phHciNfc_Select_Next_Target( void *psHciHandle, void *pHwRef ) 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
1487 phHciNfc_Presence_Check( void *psHciHandle, void *pHwRef ) 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
1747 phHciNfc_Get_Link_Status( void *psHciHandle, void *pHwRef ) argument
[all...]
H A DphHciNfc_Felica.c272 void *psHciHandle,
278 ((phHciNfc_sContext_t *)psHciHandle);
271 phHciNfc_Felica_Info_Sequence( void *psHciHandle, void *pHwRef ) argument
H A DphHciNfc_ISO15693.c256 void *psHciHandle,
261 phHciNfc_sContext_t *psHciContext = ((phHciNfc_sContext_t *)psHciHandle);
255 phHciNfc_ISO15693_Info_Sequence( void *psHciHandle, void *pHwRef ) argument
H A DphHciNfc_Jewel.c257 void *psHciHandle,
263 ((phHciNfc_sContext_t *)psHciHandle);
256 phHciNfc_Jewel_Info_Sequence( void *psHciHandle, void *pHwRef ) argument
H A DphHciNfc_PollingLoop.c334 void *psHciHandle,
341 phHciNfc_sContext_t *psHciContext = ((phHciNfc_sContext_t *)psHciHandle);
333 phHciNfc_PollLoop_Cfg( void *psHciHandle, void *pHwRef, uint8_t cfg_type, void *pcfg_info ) argument
H A DphHciNfc_RFReaderA.c240 void *psHciHandle,
245 phHciNfc_sContext_t *psHciContext = ((phHciNfc_sContext_t *)psHciHandle);
1199 void *psHciHandle,
1204 phHciNfc_sContext_t *psHciContext = ((phHciNfc_sContext_t *)psHciHandle);
1248 void *psHciHandle,
1253 phHciNfc_sContext_t *psHciContext = ((phHciNfc_sContext_t *)psHciHandle);
239 phHciNfc_ReaderA_Info_Sequence( void *psHciHandle, void *pHwRef ) argument
1198 phHciNfc_ReaderA_App_Data( void *psHciHandle, void *pHwRef ) argument
1247 phHciNfc_ReaderA_Fwi_Sfgt( void *psHciHandle, void *pHwRef ) argument
H A DphHciNfc_RFReaderB.c265 void *psHciHandle,
270 phHciNfc_sContext_t *psHciContext = ((phHciNfc_sContext_t *)psHciHandle);
264 phHciNfc_ReaderB_Info_Sequence( void *psHciHandle, void *pHwRef ) argument
H A DphHciNfc_SWP.c297 void *psHciHandle,
304 phHciNfc_sContext_t *psHciContext = ((phHciNfc_sContext_t *)psHciHandle);
346 void *psHciHandle,
352 phHciNfc_sContext_t *psHciContext = ((phHciNfc_sContext_t *)psHciHandle);
389 void *psHciHandle,
395 psHciHandle);
421 void *psHciHandle,
428 phHciNfc_sContext_t *psHciContext = ((phHciNfc_sContext_t *)psHciHandle);
519 void *psHciHandle,
527 psHciHandle);
296 phHciNfc_SWP_Configure_Default( void *psHciHandle, void *pHwRef, uint8_t enable_type ) argument
345 phHciNfc_SWP_Get_Status( void *psHciHandle, void *pHwRef ) argument
388 phHciNfc_SWP_Get_Bitrate( void *psHciHandle, void *pHwRef ) 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
[all...]
H A DphHciNfc_WI.c278 void *psHciHandle,
285 phHciNfc_sContext_t *psHciContext = ((phHciNfc_sContext_t *)psHciHandle);
326 void *psHciHandle,
331 phHciNfc_sContext_t *psHciContext = ((phHciNfc_sContext_t *)psHciHandle);
371 void *psHciHandle,
378 phHciNfc_sContext_t *psHciContext = ((phHciNfc_sContext_t *)psHciHandle);
422 void *psHciHandle,
429 phHciNfc_sContext_t *psHciContext = ((phHciNfc_sContext_t *)psHciHandle);
277 phHciNfc_WI_Configure_Default( void *psHciHandle, void *pHwRef, uint8_t enable_type ) argument
325 phHciNfc_WI_Get_Default( void *psHciHandle, void *pHwRef ) 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
H A DphHal4Nfc_Internal.h197 void *psHciHandle; member in struct:phHal4Nfc_Hal4Ctxt

Completed in 89 milliseconds