Searched refs:p_device_mgmt_info (Results 1 – 3 of 3) sorted by relevance
214 phHciNfc_DevMgmt_Info_t *p_device_mgmt_info=NULL; in phHciNfc_DevMgmt_Init_Resources() local222 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 …]
393 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()
643 void *p_device_mgmt_info; member