Home
last modified time | relevance | path

Searched refs:p_device_mgmt_info (Results 1 – 3 of 3) sorted by relevance

/external/libnfc-nxp/src/
DphHciNfc_DevMgmt.c214 phHciNfc_DevMgmt_Info_t *p_device_mgmt_info=NULL; in phHciNfc_DevMgmt_Init_Resources() local
222 if(( NULL == psHciContext->p_device_mgmt_info ) && in phHciNfc_DevMgmt_Init_Resources()
223 (phHciNfc_Allocate_Resource((void **)(&p_device_mgmt_info), in phHciNfc_DevMgmt_Init_Resources()
226 psHciContext->p_device_mgmt_info = p_device_mgmt_info; in phHciNfc_DevMgmt_Init_Resources()
227 p_device_mgmt_info->current_seq = DEV_MGMT_PIPE_OPEN; in phHciNfc_DevMgmt_Init_Resources()
228 p_device_mgmt_info->next_seq = DEV_MGMT_PIPE_OPEN; in phHciNfc_DevMgmt_Init_Resources()
229 p_device_mgmt_info->p_pipe_info = NULL; in phHciNfc_DevMgmt_Init_Resources()
250 && ( NULL != psHciContext->p_device_mgmt_info ) in phHciNfc_DevMgmt_Get_PipeID()
255 psHciContext->p_device_mgmt_info)->p_pipe_info ; in phHciNfc_DevMgmt_Get_PipeID()
284 && ( NULL != psHciContext->p_device_mgmt_info ) in phHciNfc_DevMgmt_Get_Test_Result()
[all …]
DphHciNfc_Generic.c393 if(NULL !=(*ppsHciContext)->p_device_mgmt_info) in phHciNfc_Release_Resources()
395 phOsalNfc_FreeMemory((*ppsHciContext)->p_device_mgmt_info); in phHciNfc_Release_Resources()
396 (*ppsHciContext)->p_device_mgmt_info = NULL; in phHciNfc_Release_Resources()
DphHciNfc_Generic.h643 void *p_device_mgmt_info; member