Home
last modified time | relevance | path

Searched refs:p_jewel_info (Results 1 – 4 of 4) sorted by relevance

/external/libnfc-nxp/src/
DphHciNfc_Jewel.c122 && ( NULL != psHciContext->p_jewel_info ) in phHciNfc_Jewel_Get_PipeID()
126 ps_jewel_info = (phHciNfc_Jewel_Info_t *)psHciContext->p_jewel_info; in phHciNfc_Jewel_Get_PipeID()
150 ( NULL == psHciContext->p_jewel_info ) && in phHciNfc_Jewel_Init_Resources()
155 psHciContext->p_jewel_info = ps_jewel_info; in phHciNfc_Jewel_Init_Resources()
182 else if(NULL == psHciContext->p_jewel_info) in phHciNfc_Jewel_Update_PipeInfo()
189 ps_jewel_info = (phHciNfc_Jewel_Info_t *)psHciContext->p_jewel_info ; in phHciNfc_Jewel_Update_PipeInfo()
218 else if(NULL == psHciContext->p_jewel_info) in phHciNfc_Jewel_Update_Info()
226 psHciContext->p_jewel_info ; in phHciNfc_Jewel_Update_Info()
272 else if((NULL == psHciContext->p_jewel_info) || in phHciNfc_Jewel_Info_Sequence()
274 ((phHciNfc_Jewel_Info_t *)(psHciContext->p_jewel_info))-> in phHciNfc_Jewel_Info_Sequence()
[all …]
DphHciNfc_RFReader.c502 psHciContext->p_jewel_info)->p_pipe_info; in phHciNfc_ReaderMgmt_Initialise()
775 if ( (NULL != psHciContext->p_jewel_info ) in phHciNfc_ReaderMgmt_Enable_Discovery()
898 else if((NULL != psHciContext->p_jewel_info ) in phHciNfc_ReaderMgmt_Disable_Discovery()
DphHciNfc_Generic.c428 if(NULL !=(*ppsHciContext)->p_jewel_info) in phHciNfc_Release_Resources()
430 phOsalNfc_FreeMemory((*ppsHciContext)->p_jewel_info); in phHciNfc_Release_Resources()
431 (*ppsHciContext)->p_jewel_info = NULL; in phHciNfc_Release_Resources()
DphHciNfc_Generic.h665 void *p_jewel_info; member