Lines Matching refs:pHwRef

122                         void                    *pHwRef,
145 void *pHwRef, in phHciNfc_Create_Pipe() argument
173 status = phHciNfc_Send_Admin_Cmd( psHciContext, pHwRef, in phHciNfc_Create_Pipe()
189 void *pHwRef, in phHciNfc_Update_Pipe() argument
225 pHwRef, p_pipe_seq ); in phHciNfc_Update_Pipe()
257 status = phHciNfc_LinkMgmt_Initialise( psHciContext,pHwRef ); in phHciNfc_Update_Pipe()
260 status = phHciNfc_ReaderMgmt_Initialise( psHciContext,pHwRef ); in phHciNfc_Update_Pipe()
264 status = phHciNfc_EmuMgmt_Initialise( psHciContext,pHwRef ); in phHciNfc_Update_Pipe()
283 void *pHwRef, in phHciNfc_Delete_Pipe() argument
291 || (NULL == pHwRef) in phHciNfc_Delete_Pipe()
299 cmd_status = phHciNfc_Send_Admin_Cmd( psHciContext, pHwRef, in phHciNfc_Delete_Pipe()
313 void *pHwRef, in phHciNfc_CE_Pipes_OP() argument
321 if( (NULL == psHciContext) || (NULL == pHwRef) ) in phHciNfc_CE_Pipes_OP()
339 status = phHciNfc_Create_Pipe( psHciContext, pHwRef, in phHciNfc_CE_Pipes_OP()
356 status = phHciNfc_Create_Pipe( psHciContext, pHwRef, in phHciNfc_CE_Pipes_OP()
374 status = phHciNfc_Create_Pipe( psHciContext, pHwRef, in phHciNfc_CE_Pipes_OP()
387 status = phHciNfc_Delete_Pipe( psHciContext, pHwRef, in phHciNfc_CE_Pipes_OP()
400 status = phHciNfc_Delete_Pipe( psHciContext, pHwRef, in phHciNfc_CE_Pipes_OP()
431 void *pHwRef, in phHciNfc_Create_All_Pipes() argument
438 if( (NULL == psHciContext) || (NULL == pHwRef) in phHciNfc_Create_All_Pipes()
463 status = phHciNfc_Create_Pipe( psHciContext, pHwRef, in phHciNfc_Create_All_Pipes()
484 status = phHciNfc_Create_Pipe( psHciContext, pHwRef, in phHciNfc_Create_All_Pipes()
508 status = phHciNfc_Create_Pipe( psHciContext, pHwRef, in phHciNfc_Create_All_Pipes()
529 status = phHciNfc_Create_Pipe( psHciContext, pHwRef, in phHciNfc_Create_All_Pipes()
551 status = phHciNfc_Create_Pipe( psHciContext, pHwRef, in phHciNfc_Create_All_Pipes()
575 status = phHciNfc_Create_Pipe( psHciContext, pHwRef, in phHciNfc_Create_All_Pipes()
598 status = phHciNfc_Create_Pipe( psHciContext, pHwRef, in phHciNfc_Create_All_Pipes()
621 status = phHciNfc_Create_Pipe( psHciContext, pHwRef, in phHciNfc_Create_All_Pipes()
643 status = phHciNfc_Create_Pipe( psHciContext, pHwRef, in phHciNfc_Create_All_Pipes()
666 status = phHciNfc_Create_Pipe( psHciContext, pHwRef, in phHciNfc_Create_All_Pipes()
688 status = phHciNfc_Create_Pipe( psHciContext, pHwRef, in phHciNfc_Create_All_Pipes()
710 status = phHciNfc_Create_Pipe( psHciContext, pHwRef, in phHciNfc_Create_All_Pipes()
740 void *pHwRef, in phHciNfc_Delete_All_Pipes() argument
748 if( (NULL == psHciContext) || (NULL == pHwRef) ) in phHciNfc_Delete_All_Pipes()
761 pHwRef, ADM_CLEAR_ALL_PIPE, in phHciNfc_Delete_All_Pipes()
1048 void *pHwRef, in phHciNfc_Open_Pipe() argument
1057 || ( NULL == pHwRef ) in phHciNfc_Open_Pipe()
1070 cmd_status = phHciNfc_Send_Generic_Cmd( psHciContext,pHwRef, in phHciNfc_Open_Pipe()
1091 void *pHwRef, in phHciNfc_Close_Pipe() argument
1100 || ( NULL == pHwRef ) in phHciNfc_Close_Pipe()
1114 psHciContext, pHwRef, pipe_id, in phHciNfc_Close_Pipe()