Lines Matching refs:psContext
123 void *psContext,
547 void *psContext, in phHciNfc_Send() argument
557 phHciNfc_sContext_t *psHciContext= (phHciNfc_sContext_t *)psContext; in phHciNfc_Send()
605 void *psContext, in phHciNfc_Receive() argument
615 phHciNfc_sContext_t *psHciContext= (phHciNfc_sContext_t *)psContext; in phHciNfc_Receive()
1506 void *psContext, in phHciNfc_Send_Complete() argument
1515 if ( (NULL != psContext) in phHciNfc_Send_Complete()
1520 phHciNfc_sContext_t *psHciContext = (phHciNfc_sContext_t *)psContext; in phHciNfc_Send_Complete()
1613 void *psContext, in phHciNfc_Receive_Complete() argument
1623 if ( (NULL != psContext) in phHciNfc_Receive_Complete()
1628 phHciNfc_sContext_t *psHciContext = (phHciNfc_sContext_t *)psContext; in phHciNfc_Receive_Complete()
1795 void *psContext, in phHciNfc_Notify_Event() argument
1803 if ( (NULL != psContext) in phHciNfc_Notify_Event()
1808 phHciNfc_sContext_t *psHciContext = (phHciNfc_sContext_t *)psContext; in phHciNfc_Notify_Event()
1838 status = phHciNfc_Resume_Sequence(psContext ,pHwRef); in phHciNfc_Notify_Event()
1852 phHciNfc_Release_Notify( psContext,pHwRef, in phHciNfc_Notify_Event()
1859 phHciNfc_Receive_Complete(psContext,pHwRef,pInfo); in phHciNfc_Notify_Event()
1866 phHciNfc_Send_Complete(psContext,pHwRef,pInfo); in phHciNfc_Notify_Event()