• Home
  • Raw
  • Download

Lines Matching refs:psHciContext

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