Home | History | Annotate | Download | only in src

Lines Matching defs:psHciContext

69                                 phHciNfc_sContext_t     *psHciContext,
107 phHciNfc_sContext_t *psHciContext
112 if( NULL == psHciContext )
118 if (NULL != psHciContext->p_iso_15693_info)
122 else if(( NULL == psHciContext->p_iso_15693_info ) &&
127 psHciContext->p_iso_15693_info = ps_15693_info;
144 phHciNfc_sContext_t *psHciContext,
149 if( (NULL != psHciContext)
151 && ( NULL != psHciContext->p_iso_15693_info )
156 psHciContext->p_iso_15693_info ;
169 phHciNfc_sContext_t *psHciContext,
175 if((NULL == psHciContext) || (NULL == pPipeInfo))
179 else if(NULL == psHciContext->p_iso_15693_info)
187 psHciContext->p_iso_15693_info ;
205 phHciNfc_sContext_t *psHciContext,
212 if (NULL == psHciContext)
216 else if(NULL == psHciContext->p_iso_15693_info)
224 psHciContext->p_iso_15693_info;
261 phHciNfc_sContext_t *psHciContext = ((phHciNfc_sContext_t *)psHciHandle);
262 if( (NULL == psHciContext)
268 else if((NULL == psHciContext->p_iso_15693_info) ||
270 ((phHciNfc_ISO15693_Info_t *)(psHciContext->p_iso_15693_info))->
282 psHciContext->p_iso_15693_info;
301 phHciNfc_Send_Generic_Cmd( psHciContext, pHwRef,
316 phHciNfc_Send_Generic_Cmd( psHciContext, pHwRef,
345 phHciNfc_Tag_Notify(psHciContext, pHwRef,
365 phHciNfc_sContext_t *psHciContext,
376 (psHciContext->p_iso_15693_info);
445 phHciNfc_sContext_t *psHciContext =
449 if( (NULL == psHciContext) || (NULL == pHwRef) || (NULL == pResponse)
454 else if(NULL == psHciContext->p_iso_15693_info)
465 psHciContext->p_iso_15693_info;
480 status = phHciNfc_ISO15693_InfoUpdate(psHciContext,
485 status = phHciNfc_ReaderMgmt_Update_Sequence(psHciContext,
493 status = phHciNfc_ReaderMgmt_Update_Sequence(psHciContext,
501 status = phHciNfc_ReaderMgmt_Update_Sequence(psHciContext,
509 status = phHciNfc_ReaderMgmt_Update_Sequence(psHciContext,
520 phHciNfc_Append_HCPFrame(psHciContext->recv_buffer,
522 psHciContext->rx_total = length;
523 psHciContext->rx_index = HCP_HEADER_LEN;
565 phHciNfc_sContext_t *psHciContext =
567 if( (NULL == psHciContext) || (NULL == pHwRef) || (NULL == pEvent)
572 else if((NULL == psHciContext->p_iso_15693_info) ||
574 ((phHciNfc_ISO15693_Info_t *)(psHciContext->p_iso_15693_info))->
588 psHciContext->p_iso_15693_info;
618 psHciContext->host_rf_type = phHal_eISO15693_PCD;
622 phHciNfc_Notify_Event(psHciContext, pHwRef,
637 phHciNfc_sContext_t *psHciContext,
645 if( (NULL == psHciContext) || (NULL == pHwRef) )
649 else if((NULL == psHciContext->p_iso_15693_info) ||
651 ((phHciNfc_ISO15693_Info_t *)(psHciContext->p_iso_15693_info))->
654 ((phHciNfc_ISO15693_Info_t *)(psHciContext->p_iso_15693_info))->
657 ((phHciNfc_ISO15693_Info_t *)(psHciContext->p_iso_15693_info))->
672 psHciContext->p_iso_15693_info ;
681 psHciContext->tx_total = 0 ;
682 hcp_packet = (phHciNfc_HCP_Packet_t *) psHciContext->send_buffer;
693 psHciContext->p_xchg_info->params.tag_info.cmd_type ;
696 psHciContext->p_xchg_info->params.tag_info.addr ;
705 psHciContext->tx_total = length;
706 psHciContext->response_pending = TRUE;
709 status = phHciNfc_Send_HCP( psHciContext, pHwRef);
725 phHciNfc_sContext_t *psHciContext =
728 if( (NULL == psHciContext) || (NULL == pHwRef))
732 else if((NULL == psHciContext->p_iso_15693_info) ||
734 ((phHciNfc_ISO15693_Info_t *)(psHciContext->p_iso_15693_info))->
746 psHciContext->p_iso_15693_info ;
760 status = phHciNfc_Send_Generic_Cmd( psHciContext, pHwRef,