Home | History | Annotate | Download | only in src

Lines Matching refs:psHciContext

121                         phHciNfc_sContext_t     *psHciContext,
144 phHciNfc_sContext_t *psHciContext,
168 /* if( hciMode_Override == psHciContext->hci_mode ) */
173 status = phHciNfc_Send_Admin_Cmd( psHciContext, pHwRef,
188 phHciNfc_sContext_t *psHciContext,
224 status = phHciNfc_Create_All_Pipes(psHciContext,
230 status = phHciNfc_Update_PipeInfo( psHciContext, p_pipe_seq ,
235 psHciContext->p_pipe_list[pipe_id] = p_pipe_info;
257 status = phHciNfc_LinkMgmt_Initialise( psHciContext,pHwRef );
260 status = phHciNfc_ReaderMgmt_Initialise( psHciContext,pHwRef );
264 status = phHciNfc_EmuMgmt_Initialise( psHciContext,pHwRef );
282 phHciNfc_sContext_t *psHciContext,
290 if( (NULL == psHciContext)
299 cmd_status = phHciNfc_Send_Admin_Cmd( psHciContext, pHwRef,
312 phHciNfc_sContext_t *psHciContext,
321 if( (NULL == psHciContext) || (NULL == pHwRef) )
336 status = phHciNfc_CE_A_Init_Resources ( psHciContext );
339 status = phHciNfc_Create_Pipe( psHciContext, pHwRef,
353 status = phHciNfc_CE_B_Init_Resources ( psHciContext );
356 status = phHciNfc_Create_Pipe( psHciContext, pHwRef,
371 /* status = phHciNfc_Card_Emulation_Init (psHciContext , TYPE_F); */
374 status = phHciNfc_Create_Pipe( psHciContext, pHwRef,
383 status = phHciNfc_CE_A_Get_PipeID( psHciContext, &pipe_id );
384 p_pipe_info = psHciContext->p_pipe_list[pipe_id];
387 status = phHciNfc_Delete_Pipe( psHciContext, pHwRef,
396 status = phHciNfc_CE_B_Get_PipeID( psHciContext, &pipe_id );
397 p_pipe_info = psHciContext->p_pipe_list[pipe_id];
400 status = phHciNfc_Delete_Pipe( psHciContext, pHwRef,
430 phHciNfc_sContext_t *psHciContext,
438 if( (NULL == psHciContext) || (NULL == pHwRef)
456 status = phHciNfc_IDMgmt_Init_Resources (psHciContext);
459 && (hciMode_Session != psHciContext->hci_mode)
463 status = phHciNfc_Create_Pipe( psHciContext, pHwRef,
477 status = phHciNfc_DevMgmt_Init_Resources (psHciContext);
480 psHciContext->hci_mode)
484 status = phHciNfc_Create_Pipe( psHciContext, pHwRef,
486 if(HCI_SELF_TEST == psHciContext->init_mode)
501 status = phHciNfc_PollLoop_Init_Resources (psHciContext);
504 && (hciMode_Session != psHciContext->hci_mode)
508 status = phHciNfc_Create_Pipe( psHciContext, pHwRef,
522 status = phHciNfc_ReaderA_Init_Resources (psHciContext);
525 && (hciMode_Session != psHciContext->hci_mode)
529 status = phHciNfc_Create_Pipe( psHciContext, pHwRef,
544 status = phHciNfc_ReaderB_Init_Resources (psHciContext);
547 && (hciMode_Session != psHciContext->hci_mode)
551 status = phHciNfc_Create_Pipe( psHciContext, pHwRef,
568 status = phHciNfc_Felica_Init_Resources (psHciContext);
571 && (hciMode_Session != psHciContext->hci_mode)
575 status = phHciNfc_Create_Pipe( psHciContext, pHwRef,
591 status = phHciNfc_Jewel_Init_Resources (psHciContext);
594 && (hciMode_Session != psHciContext->hci_mode)
598 status = phHciNfc_Create_Pipe( psHciContext, pHwRef,
614 status = phHciNfc_ISO15693_Init_Resources (psHciContext);
617 && (hciMode_Session != psHciContext->hci_mode)
621 status = phHciNfc_Create_Pipe( psHciContext, pHwRef,
636 status = phHciNfc_Initiator_Init_Resources (psHciContext);
639 && (hciMode_Session != psHciContext->hci_mode)
643 status = phHciNfc_Create_Pipe( psHciContext, pHwRef,
659 status = phHciNfc_Target_Init_Resources (psHciContext);
662 && (hciMode_Session != psHciContext->hci_mode)
666 status = phHciNfc_Create_Pipe( psHciContext, pHwRef,
681 status = phHciNfc_WI_Init_Resources ( psHciContext );
684 && (hciMode_Session != psHciContext->hci_mode)
688 status = phHciNfc_Create_Pipe( psHciContext, pHwRef,
702 status = phHciNfc_SWP_Init_Resources ( psHciContext );
706 && (hciMode_Session != psHciContext->hci_mode)
710 status = phHciNfc_Create_Pipe( psHciContext, pHwRef,
739 phHciNfc_sContext_t *psHciContext,
748 if( (NULL == psHciContext) || (NULL == pHwRef) )
759 p_pipe_info = psHciContext->p_pipe_list[PIPETYPE_STATIC_ADMIN];
760 status = phHciNfc_Send_Admin_Cmd( psHciContext,
781 phHciNfc_sContext_t *psHciContext,
791 (NULL == psHciContext) || (NULL == pPipeSeq)
805 status = phHciNfc_IDMgmt_Update_PipeInfo(psHciContext,
815 status = phHciNfc_DevMgmt_Update_PipeInfo(psHciContext,
819 *pPipeSeq = ( HCI_SELF_TEST != psHciContext->init_mode )?
826 status = phHciNfc_PollLoop_Update_PipeInfo(psHciContext,
836 status = phHciNfc_ReaderA_Update_PipeInfo(psHciContext,
866 status = phHciNfc_ReaderB_Update_PipeInfo(psHciContext,
893 status = phHciNfc_Felica_Update_PipeInfo(psHciContext,
916 status = phHciNfc_Jewel_Update_PipeInfo(psHciContext,
936 status = phHciNfc_ISO15693_Update_PipeInfo(psHciContext,
953 status = phHciNfc_Initiator_Update_PipeInfo(psHciContext,
965 status = phHciNfc_Target_Update_PipeInfo(psHciContext,
976 status = phHciNfc_WI_Update_PipeInfo(psHciContext,
986 status = phHciNfc_SWP_Update_PipeInfo(psHciContext,
996 status = phHciNfc_Uicc_Update_PipeInfo(psHciContext,
1003 status = phHciNfc_CE_A_Update_PipeInfo(psHciContext,
1013 status = phHciNfc_CE_B_Update_PipeInfo(psHciContext,
1047 phHciNfc_sContext_t *psHciContext,
1056 if( (NULL == psHciContext)
1070 cmd_status = phHciNfc_Send_Generic_Cmd( psHciContext,pHwRef,
1090 phHciNfc_sContext_t *psHciContext,
1099 if( (NULL == psHciContext)
1114 psHciContext, pHwRef, pipe_id,