Lines Matching refs:pContext
61 void *pContext,
82 void *pContext,
350 void *pContext in phHal4Nfc_Open() argument
417 Hal4Ctxt->sUpperLayerInfo.psUpperLayerCtxt = pContext; in phHal4Nfc_Open()
457 void *pContext in phHal4Nfc_Ioctl() argument
506 …Hal4Ctxt->sUpperLayerInfo.psUpperLayerCtxt = pContext; … in phHal4Nfc_Ioctl()
651 Hal4Ctxt->sUpperLayerInfo.psUpperLayerCtxt = pContext; in phHal4Nfc_Ioctl()
668 void *pContext in phHal4Nfc_Close() argument
702 Hal4Ctxt->sUpperLayerInfo.psUpperLayerCtxt = pContext; in phHal4Nfc_Close()
730 void *pContext in phHal4Nfc_Hal4Reset() argument
745 Hal4Ctxt->sUpperLayerInfo.psUpperLayerCtxt = pContext; in phHal4Nfc_Hal4Reset()
822 void *pContext in phHal4Nfc_GetDeviceCapabilities() argument
827 if(psDevCapabilities == NULL || psHwReference == NULL || pContext == NULL) in phHal4Nfc_GetDeviceCapabilities()
878 void *pContext, in phHal4Nfc_LowerNotificationHandler() argument
886 || (NULL == pContext)) in phHal4Nfc_LowerNotificationHandler()
899 Hal4Ctxt = (phHal4Nfc_Hal4Ctxt_t *)pContext; in phHal4Nfc_LowerNotificationHandler()
906 Hal4Ctxt = (phHal4Nfc_Hal4Ctxt_t *)pContext; in phHal4Nfc_LowerNotificationHandler()
1433 void *pContext, in phHal4Nfc_DownloadComplete() argument
1446 if((NULL == pInfo) || (NULL == pHwRef) || (NULL == pContext)) in phHal4Nfc_DownloadComplete()
1453 Hal4Ctxt = (phHal4Nfc_Hal4Ctxt_t *)pContext; in phHal4Nfc_DownloadComplete()