Home | History | Annotate | Download | only in src

Lines Matching refs:psHciContext

98                         phHciNfc_sContext_t     *psHciContext,
107 phHciNfc_sContext_t *psHciContext,
118 phHciNfc_sContext_t *psHciContext,
131 phHciNfc_sContext_t *psHciContext
137 if( NULL == psHciContext )
143 if(( NULL == psHciContext->p_wi_info ) &&
147 psHciContext->p_wi_info = p_WI_info;
163 phHciNfc_sContext_t *psHciContext,
169 if( (NULL != psHciContext)
171 && ( NULL != psHciContext->p_wi_info )
176 psHciContext->p_wi_info ;
189 phHciNfc_sContext_t *psHciContext,
196 if( NULL == psHciContext )
200 else if(NULL == psHciContext->p_wi_info)
208 psHciContext->p_wi_info ;
228 phHciNfc_sContext_t *psHciContext,
234 if( NULL == psHciContext )
238 else if ( NULL == psHciContext->p_wi_info )
246 psHciContext->p_wi_info ;
285 phHciNfc_sContext_t *psHciContext = ((phHciNfc_sContext_t *)psHciHandle);
287 if( (NULL == psHciContext)||(NULL == pHwRef))
291 else if ( NULL == psHciContext->p_wi_info )
301 p_wi_info = (phHciNfc_WI_Info_t*)psHciContext->p_wi_info;
316 status = phHciNfc_Send_Generic_Cmd(psHciContext,pHwRef,
331 phHciNfc_sContext_t *psHciContext = ((phHciNfc_sContext_t *)psHciHandle);
333 if( (NULL == psHciContext)||(NULL == pHwRef))
337 else if ( NULL == psHciContext->p_wi_info )
347 p_wiinfo = (phHciNfc_WI_Info_t*)psHciContext->p_wi_info;
359 status = phHciNfc_Send_Generic_Cmd(psHciContext,pHwRef,
378 phHciNfc_sContext_t *psHciContext = ((phHciNfc_sContext_t *)psHciHandle);
380 if( (NULL == psHciContext)||(NULL == pHwRef))
384 else if ( NULL == psHciContext->p_wi_info )
394 p_wi_info = (phHciNfc_WI_Info_t*)psHciContext->p_wi_info;
408 status = phHciNfc_Send_WI_Event( psHciContext, pHwRef,
429 phHciNfc_sContext_t *psHciContext = ((phHciNfc_sContext_t *)psHciHandle);
431 if( (NULL == psHciContext)||(NULL == pHwRef))
435 else if ( NULL == psHciContext->p_wi_info )
446 p_wi_info = (phHciNfc_WI_Info_t*)psHciContext->p_wi_info;
469 status = phHciNfc_Send_Generic_Cmd(psHciContext,pHwRef,
486 psHciContext,
499 if( (NULL == psHciContext)
501 ||(NULL == psHciContext->p_pipe_list[pipe_id])
511 psHciContext->p_pipe_list[pipe_id];
512 psHciContext->tx_total = 0 ;
517 hcp_packet = (phHciNfc_HCP_Packet_t *) psHciContext->send_buffer;
537 psHciContext->tx_total = length;
540 status = phHciNfc_Send_HCP( psHciContext, pHwRef );
561 phHciNfc_sContext_t *psHciContext =
565 if( (NULL == psHciContext) || (NULL == pHwRef) || (NULL == pResponse)
570 else if(NULL == psHciContext->p_wi_info)
578 p_wiinfo = (phHciNfc_WI_Info_t *)psHciContext->p_wi_info ;
594 status = phHciNfc_WI_InfoUpdate (psHciContext,
609 status = phHciNfc_EmuMgmt_Update_Seq(psHciContext,
616 status = phHciNfc_EmuMgmt_Update_Seq(psHciContext,
623 status = phHciNfc_EmuMgmt_Update_Seq(psHciContext,
659 phHciNfc_sContext_t *psHciContext =(phHciNfc_sContext_t *)psContext;
662 if( (NULL == psHciContext) || (NULL == pHwRef) || (NULL == pEvent)
667 else if(NULL == psHciContext->p_wi_info)
678 p_wi_info = (phHciNfc_WI_Info_t *)psHciContext->p_wi_info ;
744 phHciNfc_Notify_Event( psHciContext, pHwRef,
754 phHciNfc_sContext_t *psHciContext,
763 p_wiinfo = psHciContext->p_wi_info;