• Home
  • Raw
  • Download

Lines Matching refs:psHciContext

99                             phHciNfc_sContext_t     *psHciContext,
108 phHciNfc_sContext_t *psHciContext,
122 phHciNfc_sContext_t *psHciContext, in phHciNfc_ReaderB_Get_PipeID() argument
128 if( (NULL != psHciContext) in phHciNfc_ReaderB_Get_PipeID()
130 && ( NULL != psHciContext->p_reader_b_info ) in phHciNfc_ReaderB_Get_PipeID()
135 psHciContext->p_reader_b_info ; in phHciNfc_ReaderB_Get_PipeID()
147 phHciNfc_sContext_t *psHciContext in phHciNfc_ReaderB_Init_Resources() argument
152 if( NULL == psHciContext ) in phHciNfc_ReaderB_Init_Resources()
159 ( NULL == psHciContext->p_reader_b_info ) && in phHciNfc_ReaderB_Init_Resources()
164 psHciContext->p_reader_b_info = p_rdr_b_info; in phHciNfc_ReaderB_Init_Resources()
180 phHciNfc_sContext_t *psHciContext, in phHciNfc_ReaderB_Update_Info() argument
187 if (NULL == psHciContext) in phHciNfc_ReaderB_Update_Info()
191 else if(NULL == psHciContext->p_reader_b_info) in phHciNfc_ReaderB_Update_Info()
199 psHciContext->p_reader_b_info ; in phHciNfc_ReaderB_Update_Info()
231 phHciNfc_sContext_t *psHciContext, in phHciNfc_ReaderB_Update_PipeInfo() argument
238 if( NULL == psHciContext ) in phHciNfc_ReaderB_Update_PipeInfo()
242 else if(NULL == psHciContext->p_reader_b_info) in phHciNfc_ReaderB_Update_PipeInfo()
250 psHciContext->p_reader_b_info ; in phHciNfc_ReaderB_Update_PipeInfo()
270 phHciNfc_sContext_t *psHciContext = ((phHciNfc_sContext_t *)psHciHandle); in phHciNfc_ReaderB_Info_Sequence() local
271 if( (NULL == psHciContext) in phHciNfc_ReaderB_Info_Sequence()
277 else if((NULL == psHciContext->p_reader_b_info) || in phHciNfc_ReaderB_Info_Sequence()
279 ((phHciNfc_ReaderB_Info_t *)(psHciContext->p_reader_b_info))-> in phHciNfc_ReaderB_Info_Sequence()
291 psHciContext->p_reader_b_info ; in phHciNfc_ReaderB_Info_Sequence()
309 phHciNfc_Send_Generic_Cmd( psHciContext, pHwRef, in phHciNfc_ReaderB_Info_Sequence()
324 phHciNfc_Send_Generic_Cmd( psHciContext, pHwRef, in phHciNfc_ReaderB_Info_Sequence()
340 phHciNfc_Send_Generic_Cmd( psHciContext, pHwRef, in phHciNfc_ReaderB_Info_Sequence()
356 phHciNfc_Send_Generic_Cmd( psHciContext, pHwRef, in phHciNfc_ReaderB_Info_Sequence()
373 phHciNfc_Send_Generic_Cmd( psHciContext, pHwRef, in phHciNfc_ReaderB_Info_Sequence()
401 phHciNfc_Tag_Notify(psHciContext, in phHciNfc_ReaderB_Info_Sequence()
433 phHciNfc_sContext_t *psHciContext = in phHciNfc_Recv_ReaderB_Response() local
436 if( (NULL == psHciContext) || (NULL == pHwRef) || (NULL == pResponse) in phHciNfc_Recv_ReaderB_Response()
441 else if(NULL == psHciContext->p_reader_b_info) in phHciNfc_Recv_ReaderB_Response()
451 psHciContext->p_reader_b_info ; in phHciNfc_Recv_ReaderB_Response()
464 status = phHciNfc_ReaderB_InfoUpdate(psHciContext, in phHciNfc_Recv_ReaderB_Response()
473 status = phHciNfc_ReaderMgmt_Update_Sequence(psHciContext, in phHciNfc_Recv_ReaderB_Response()
481 status = phHciNfc_ReaderMgmt_Update_Sequence(psHciContext, in phHciNfc_Recv_ReaderB_Response()
489 status = phHciNfc_ReaderMgmt_Update_Sequence(psHciContext, in phHciNfc_Recv_ReaderB_Response()
498 status = phHciNfc_ReaderMgmt_Update_Sequence(psHciContext, in phHciNfc_Recv_ReaderB_Response()
509 phHciNfc_Append_HCPFrame(psHciContext->recv_buffer, in phHciNfc_Recv_ReaderB_Response()
511 psHciContext->rx_total = (length - i); in phHciNfc_Recv_ReaderB_Response()
512 status = phHciNfc_Recv_Iso_B_Packet(psHciContext, in phHciNfc_Recv_ReaderB_Response()
578 status = phHciNfc_ReaderMgmt_Update_Sequence(psHciContext, in phHciNfc_Recv_ReaderB_Response()
614 phHciNfc_sContext_t *psHciContext = in phHciNfc_Recv_ReaderB_Event() local
616 if( (NULL == psHciContext) || (NULL == pHwRef) || (NULL == pEvent) in phHciNfc_Recv_ReaderB_Event()
621 else if((NULL == psHciContext->p_reader_b_info) || in phHciNfc_Recv_ReaderB_Event()
623 ((phHciNfc_ReaderB_Info_t *)(psHciContext->p_reader_b_info))-> in phHciNfc_Recv_ReaderB_Event()
637 psHciContext->p_reader_b_info ; in phHciNfc_Recv_ReaderB_Event()
662 psHciContext->host_rf_type = phHal_eISO14443_B_PCD; in phHciNfc_Recv_ReaderB_Event()
667 phHciNfc_Notify_Event(psHciContext, pHwRef, in phHciNfc_Recv_ReaderB_Event()
683 phHciNfc_sContext_t *psHciContext, in phHciNfc_ReaderB_InfoUpdate() argument
694 (psHciContext->p_reader_b_info ); in phHciNfc_ReaderB_InfoUpdate()
787 phHciNfc_sContext_t *psHciContext, in phHciNfc_Recv_Iso_B_Packet() argument
799 psHciContext->rx_index = HCP_HEADER_LEN; in phHciNfc_Recv_Iso_B_Packet()
819 phHciNfc_sContext_t *psHciContext = in phHciNfc_ReaderB_Set_AFI() local
821 if( (NULL == psHciContext) || (NULL == pHwRef)) in phHciNfc_ReaderB_Set_AFI()
825 else if((NULL == psHciContext->p_reader_b_info) || in phHciNfc_ReaderB_Set_AFI()
827 ((phHciNfc_ReaderB_Info_t *)(psHciContext->p_reader_b_info))-> in phHciNfc_ReaderB_Set_AFI()
839 psHciContext->p_reader_b_info ; in phHciNfc_ReaderB_Set_AFI()
856 phHciNfc_Send_Generic_Cmd( psHciContext, pHwRef, in phHciNfc_ReaderB_Set_AFI()
871 phHciNfc_sContext_t *psHciContext = in phHciNfc_ReaderB_Set_LayerData() local
874 if( (NULL == psHciContext) || (NULL == pHwRef) || in phHciNfc_ReaderB_Set_LayerData()
880 else if((NULL == psHciContext->p_reader_b_info) || in phHciNfc_ReaderB_Set_LayerData()
882 ((phHciNfc_ReaderB_Info_t *)(psHciContext->p_reader_b_info))-> in phHciNfc_ReaderB_Set_LayerData()
894 psHciContext->p_reader_b_info ; in phHciNfc_ReaderB_Set_LayerData()
910 status = phHciNfc_Send_Generic_Cmd( psHciContext, pHwRef, in phHciNfc_ReaderB_Set_LayerData()