Home | History | Annotate | Download | only in src

Lines Matching refs:psHciContext

93                             phHciNfc_sContext_t     *psHciContext,
102 phHciNfc_sContext_t *psHciContext,
114 phHciNfc_sContext_t *psHciContext,
120 if( (NULL != psHciContext)
122 && ( NULL != psHciContext->p_jewel_info )
126 ps_jewel_info = (phHciNfc_Jewel_Info_t *)psHciContext->p_jewel_info;
138 phHciNfc_sContext_t *psHciContext
143 if( NULL == psHciContext )
150 ( NULL == psHciContext->p_jewel_info ) &&
155 psHciContext->p_jewel_info = ps_jewel_info;
171 phHciNfc_sContext_t *psHciContext,
178 if( NULL == psHciContext )
182 else if(NULL == psHciContext->p_jewel_info)
189 ps_jewel_info = (phHciNfc_Jewel_Info_t *)psHciContext->p_jewel_info ;
207 phHciNfc_sContext_t *psHciContext,
214 if (NULL == psHciContext)
218 else if(NULL == psHciContext->p_jewel_info)
226 psHciContext->p_jewel_info ;
262 phHciNfc_sContext_t *psHciContext =
266 if( (NULL == psHciContext)
272 else if((NULL == psHciContext->p_jewel_info) ||
274 ((phHciNfc_Jewel_Info_t *)(psHciContext->p_jewel_info))->
286 psHciContext->p_jewel_info ;
306 status = phHciNfc_Send_Jewel_Command(psHciContext,
338 phHciNfc_Tag_Notify(psHciContext, pHwRef,
358 phHciNfc_sContext_t *psHciContext,
368 ps_jewel_info = (phHciNfc_Jewel_Info_t *)(psHciContext->p_jewel_info);
407 phHciNfc_sContext_t *psHciContext,
418 (psHciContext->p_jewel_info);
422 status = phHciNfc_Jewel_InfoUpdate(psHciContext,
430 psHciContext->rx_index = HCP_HEADER_LEN;
450 phHciNfc_sContext_t *psHciContext =
454 if( (NULL == psHciContext) || (NULL == pHwRef) || (NULL == pResponse)
459 else if(NULL == psHciContext->p_jewel_info)
468 psHciContext->p_jewel_info ;
483 status = phHciNfc_Jewel_InfoUpdate(psHciContext,
498 status = phHciNfc_ReaderMgmt_Update_Sequence(psHciContext,
506 status = phHciNfc_ReaderMgmt_Update_Sequence(psHciContext,
514 status = phHciNfc_ReaderMgmt_Update_Sequence(psHciContext,
523 phHciNfc_Append_HCPFrame(psHciContext->recv_buffer,
525 psHciContext->rx_total = length;
526 status = phHciNfc_Recv_Jewel_Packet(psHciContext,
542 status = phHciNfc_ReaderMgmt_Update_Sequence(psHciContext,
602 status = phHciNfc_ReaderMgmt_Update_Sequence(psHciContext,
637 phHciNfc_sContext_t *psHciContext =
640 if( (NULL == psHciContext) || (NULL == pHwRef) || (NULL == pEvent)
645 else if((NULL == psHciContext->p_jewel_info) ||
647 ((phHciNfc_Jewel_Info_t *)(psHciContext->p_jewel_info))->
661 psHciContext->p_jewel_info ;
687 psHciContext->host_rf_type = phHal_eJewel_PCD;
692 phHciNfc_Notify_Event(psHciContext, pHwRef,
714 phHciNfc_sContext_t *psHciContext =
716 if( (NULL == psHciContext) || (NULL == pHwRef) )
720 else if((NULL == psHciContext->p_jewel_info) ||
722 ((phHciNfc_Jewel_Info_t *)(psHciContext->p_jewel_info))->
725 ((phHciNfc_Jewel_Info_t *)(psHciContext->p_jewel_info))->
728 ((phHciNfc_Jewel_Info_t *)(psHciContext->p_jewel_info))->
743 psHciContext->p_jewel_info ;
752 psHciContext->tx_total = 0 ;
753 hcp_packet = (phHciNfc_HCP_Packet_t *) psHciContext->send_buffer;
775 psHciContext->tx_total = length;
776 psHciContext->response_pending = TRUE;
779 status = phHciNfc_Send_HCP( psHciContext, pHwRef);
789 phHciNfc_sContext_t *psHciContext,
795 if( (NULL == psHciContext) || (NULL == pHwRef))
799 else if((NULL == psHciContext->p_jewel_info) ||
801 ((phHciNfc_Jewel_Info_t *)(psHciContext->p_jewel_info))->
813 psHciContext->p_jewel_info ;
829 status = phHciNfc_Send_Jewel_Command(psHciContext,