Lines Matching refs:pPipeInfo
166 phHciNfc_Pipe_Info_t *pPipeInfo = NULL; in phHciNfc_Uicc_Connectivity() local
173 pPipeInfo = psHciContext->p_pipe_list[NXP_PIPE_CONNECTIVITY]; in phHciNfc_Uicc_Connectivity()
175 && (NULL == pPipeInfo)) in phHciNfc_Uicc_Connectivity()
177 status = phHciNfc_Allocate_Resource((void **)&pPipeInfo, in phHciNfc_Uicc_Connectivity()
179 if((NULL != pPipeInfo) in phHciNfc_Uicc_Connectivity()
183 pPipeInfo->pipe.source.host_id = in phHciNfc_Uicc_Connectivity()
186 pPipeInfo->pipe.source.gate_id = in phHciNfc_Uicc_Connectivity()
189 pPipeInfo->pipe.dest.host_id = in phHciNfc_Uicc_Connectivity()
192 pPipeInfo->pipe.dest.gate_id = in phHciNfc_Uicc_Connectivity()
195 pPipeInfo->pipe.pipe_id = (uint8_t) NXP_PIPE_CONNECTIVITY; in phHciNfc_Uicc_Connectivity()
199 NXP_PIPE_CONNECTIVITY, pPipeInfo); in phHciNfc_Uicc_Connectivity()
202 psHciContext->p_pipe_list[NXP_PIPE_CONNECTIVITY] = pPipeInfo; in phHciNfc_Uicc_Connectivity()
207 (void)phOsalNfc_FreeMemory(pPipeInfo); in phHciNfc_Uicc_Connectivity()
253 phHciNfc_Pipe_Info_t *pPipeInfo in phHciNfc_Uicc_Update_PipeInfo() argument
274 p_emulation_mgmt_info->p_uicc_pipe_info = pPipeInfo; in phHciNfc_Uicc_Update_PipeInfo()
275 if ( NULL != pPipeInfo) in phHciNfc_Uicc_Update_PipeInfo()
279 pPipeInfo->recv_cmd = &phHciNfc_Recv_Uicc_Cmd; in phHciNfc_Uicc_Update_PipeInfo()
280 pPipeInfo->recv_event = &phHciNfc_Recv_Uicc_Event; in phHciNfc_Uicc_Update_PipeInfo()