Lines Matching refs:psHciContext
82 phHciNfc_sContext_t *psHciContext,
105 phHciNfc_sContext_t *psHciContext,
117 phHciNfc_sContext_t *psHciContext,
123 if( (NULL != psHciContext)
125 && ( NULL != psHciContext->p_swp_info )
130 psHciContext->p_swp_info ;
141 phHciNfc_SWP_Init_Resources(phHciNfc_sContext_t *psHciContext)
146 if( NULL == psHciContext )
152 if(( NULL == psHciContext->p_swp_info ) &&
156 psHciContext->p_swp_info = ps_swp_info;
173 phHciNfc_sContext_t *psHciContext,
180 if( NULL == psHciContext )
184 else if(NULL == psHciContext->p_swp_info)
192 psHciContext->p_swp_info ;
221 phHciNfc_sContext_t *psHciContext =
225 if( (NULL == psHciContext) || (NULL == pHwRef) || (NULL == pResponse)
230 else if(NULL == psHciContext->p_swp_info)
240 psHciContext->p_swp_info ;
254 status = phHciNfc_SWP_InfoUpdate(psHciContext,
284 status = phHciNfc_EmuMgmt_Update_Seq(psHciContext,
304 phHciNfc_sContext_t *psHciContext = ((phHciNfc_sContext_t *)psHciHandle);
306 if((NULL == psHciContext)||(NULL == pHwRef))
310 else if(NULL == psHciContext->p_swp_info)
319 ps_swp_info = (phHciNfc_SWP_Info_t*)psHciContext->p_swp_info;
334 status = phHciNfc_Send_Generic_Cmd(psHciContext, pHwRef,
352 phHciNfc_sContext_t *psHciContext = ((phHciNfc_sContext_t *)psHciHandle);
354 if((NULL == psHciContext)||(NULL == pHwRef))
358 else if(NULL == psHciContext->p_swp_info)
367 ps_swp_info = (phHciNfc_SWP_Info_t*)psHciContext->p_swp_info;
378 status = phHciNfc_Send_Generic_Cmd(psHciContext, pHwRef,
394 phHciNfc_sContext_t *psHciContext = ((phHciNfc_sContext_t *)
397 if((NULL == psHciContext) || (NULL == pHwRef))
401 else if(NULL == psHciContext->p_swp_info)
409 ps_swp_info = (phHciNfc_SWP_Info_t*)psHciContext->p_swp_info;
411 status = phHciNfc_DevMgmt_Get_Info(psHciContext, pHwRef,
428 phHciNfc_sContext_t *psHciContext = ((phHciNfc_sContext_t *)psHciHandle);
430 if((NULL == psHciContext)||(NULL == pHwRef))
434 else if(NULL == psHciContext->p_swp_info)
443 ps_swp_info = (phHciNfc_SWP_Info_t*)psHciContext->p_swp_info;
458 status = phHciNfc_Send_Generic_Cmd(psHciContext, pHwRef,
473 phHciNfc_sContext_t *psHciContext,
483 psHciContext->p_swp_info ;
526 phHciNfc_sContext_t *psHciContext = ((phHciNfc_sContext_t *)
529 if( (NULL == psHciContext)||(NULL == pHwRef))
533 else if ( NULL == psHciContext->p_swp_info )
543 ps_swp_info = (phHciNfc_SWP_Info_t*)psHciContext->p_swp_info;
557 status = phHciNfc_Send_SWP_Event( psHciContext, pHwRef,
584 phHciNfc_sContext_t *psHciContext =
589 if( (NULL == psHciContext) || (NULL == pHwRef) || (NULL == pEvent)
594 else if(NULL == psHciContext->p_swp_info)
603 psHciContext->p_swp_info ;
635 phHciNfc_Notify_Event( psHciContext, pHwRef,
649 phHciNfc_sContext_t *psHciContext,
663 psHciContext->p_pipe_list[pipe_id];
664 psHciContext->tx_total = 0 ;
667 hcp_packet = (phHciNfc_HCP_Packet_t *) psHciContext->send_buffer;
683 psHciContext->tx_total = length;
686 status = phHciNfc_Send_HCP( psHciContext, pHwRef );
689 ((phHciNfc_SWP_Info_t *)psHciContext->p_swp_info)->current_seq =
690 ((phHciNfc_SWP_Info_t *)psHciContext->p_swp_info)->next_seq;
699 phHciNfc_sContext_t *psHciContext,
705 if( NULL == psHciContext )
709 else if( NULL == psHciContext->p_swp_info )
717 psHciContext->p_swp_info ;
755 phHciNfc_sContext_t *psHciContext,
763 if ((NULL == psHciContext) || (NULL == pHwRef) ||
768 else if( NULL == psHciContext->p_swp_info )
779 ps_swp_info = (phHciNfc_SWP_Info_t *)psHciContext->p_swp_info;
793 status = phHciNfc_SWP_Configure_Default( psHciContext,
805 status = phHciNfc_SWP_Configure_Mode( psHciContext,