Searched refs:p_reader_mgmt_info (Results 1 – 3 of 3) sorted by relevance
144 phHciNfc_ReaderMgmt_Info_t *p_reader_mgmt_info=NULL; in phHciNfc_ReaderMgmt_Init_Resources() local151 if( ( NULL == psHciContext->p_reader_mgmt_info ) in phHciNfc_ReaderMgmt_Init_Resources()152 && (phHciNfc_Allocate_Resource((void **)(&p_reader_mgmt_info), in phHciNfc_ReaderMgmt_Init_Resources()156 psHciContext->p_reader_mgmt_info = p_reader_mgmt_info; in phHciNfc_ReaderMgmt_Init_Resources()157 p_reader_mgmt_info->rf_gate_cur_seq = READERA_PIPE_OPEN; in phHciNfc_ReaderMgmt_Init_Resources()158 p_reader_mgmt_info->rf_gate_next_seq = END_READER_SEQUENCE; in phHciNfc_ReaderMgmt_Init_Resources()185 phHciNfc_ReaderMgmt_Info_t *p_reader_mgmt_info = NULL; in phHciNfc_ReaderMgmt_Update_Sequence() local192 if( NULL == psHciContext->p_reader_mgmt_info ) in phHciNfc_ReaderMgmt_Update_Sequence()199 p_reader_mgmt_info = (phHciNfc_ReaderMgmt_Info_t *) in phHciNfc_ReaderMgmt_Update_Sequence()200 psHciContext->p_reader_mgmt_info ; in phHciNfc_ReaderMgmt_Update_Sequence()[all …]
645 void *p_reader_mgmt_info; member
398 if(NULL !=(*ppsHciContext)->p_reader_mgmt_info) in phHciNfc_Release_Resources()400 phOsalNfc_FreeMemory((*ppsHciContext)->p_reader_mgmt_info); in phHciNfc_Release_Resources()401 (*ppsHciContext)->p_reader_mgmt_info = NULL; in phHciNfc_Release_Resources()