Lines Matching refs:pInfo

57                                     void     *pInfo
64 void *pInfo
68 void *pInfo
73 void *pInfo
78 void *pInfo
85 void *pInfo
96 void *pInfo
107 void *pInfo in phHal4Nfc_OpenComplete() argument
110 NFCSTATUS status = ((phNfc_sCompletionInfo_t *)pInfo)->status; in phHal4Nfc_OpenComplete()
172 void *pInfo in phHal4Nfc_CloseComplete() argument
175 NFCSTATUS status= ((phNfc_sCompletionInfo_t *)pInfo)->status; in phHal4Nfc_CloseComplete()
881 void *pInfo in phHal4Nfc_LowerNotificationHandler() argument
885 if((NULL == pInfo) || (NULL == pHwRef) in phHal4Nfc_LowerNotificationHandler()
915 phHal4Nfc_OpenComplete(Hal4Ctxt,pInfo); in phHal4Nfc_LowerNotificationHandler()
919 phHal4Nfc_IoctlComplete(Hal4Ctxt,pInfo); in phHal4Nfc_LowerNotificationHandler()
922 phHal4Nfc_SelfTestComplete(Hal4Ctxt,pInfo); in phHal4Nfc_LowerNotificationHandler()
926 phHal4Nfc_CloseComplete(Hal4Ctxt,pInfo); in phHal4Nfc_LowerNotificationHandler()
933 phHal4Nfc_ConfigureComplete(Hal4Ctxt,pInfo,type); in phHal4Nfc_LowerNotificationHandler()
937 phHal4Nfc_TargetDiscoveryComplete(Hal4Ctxt,pInfo); in phHal4Nfc_LowerNotificationHandler()
940 phHal4Nfc_ReactivationComplete(Hal4Ctxt,pInfo); in phHal4Nfc_LowerNotificationHandler()
944 phHal4Nfc_HandleEvent(Hal4Ctxt,pInfo); in phHal4Nfc_LowerNotificationHandler()
948 phHal4Nfc_ConnectComplete(Hal4Ctxt,pInfo); in phHal4Nfc_LowerNotificationHandler()
956 phHal4Nfc_PresenceChkComplete(Hal4Ctxt,pInfo); in phHal4Nfc_LowerNotificationHandler()
960 phHal4Nfc_DisconnectComplete(Hal4Ctxt,pInfo); in phHal4Nfc_LowerNotificationHandler()
983 phHal4Nfc_TransceiveComplete(Hal4Ctxt,pInfo); in phHal4Nfc_LowerNotificationHandler()
990 phHal4Nfc_SendCompleteHandler(Hal4Ctxt,pInfo); in phHal4Nfc_LowerNotificationHandler()
994 phHal4Nfc_HandleEmulationEvent(Hal4Ctxt,pInfo); in phHal4Nfc_LowerNotificationHandler()
1014 phHal4Nfc_RecvCompleteHandler(Hal4Ctxt,pInfo); in phHal4Nfc_LowerNotificationHandler()
1017 phHal4Nfc_PresenceChkComplete(Hal4Ctxt,pInfo); in phHal4Nfc_LowerNotificationHandler()
1076 phHal4Nfc_CloseComplete(Hal4Ctxt,pInfo); in phHal4Nfc_LowerNotificationHandler()
1079 phHal4Nfc_SelfTestComplete(Hal4Ctxt,pInfo); in phHal4Nfc_LowerNotificationHandler()
1082 phHal4Nfc_ConfigureComplete(Hal4Ctxt,pInfo,type); in phHal4Nfc_LowerNotificationHandler()
1091 phHal4Nfc_ConfigureComplete(Hal4Ctxt,pInfo,type); in phHal4Nfc_LowerNotificationHandler()
1095 phHal4Nfc_ConnectComplete(Hal4Ctxt,pInfo); in phHal4Nfc_LowerNotificationHandler()
1100 phHal4Nfc_TargetDiscoveryComplete(Hal4Ctxt,pInfo); in phHal4Nfc_LowerNotificationHandler()
1105 phHal4Nfc_ConnectComplete(Hal4Ctxt,pInfo); in phHal4Nfc_LowerNotificationHandler()
1108 phHal4Nfc_DisconnectComplete(Hal4Ctxt,pInfo); in phHal4Nfc_LowerNotificationHandler()
1111 phHal4Nfc_PresenceChkComplete(Hal4Ctxt,pInfo); in phHal4Nfc_LowerNotificationHandler()
1131 void *pInfo in phHal4Nfc_HandleEvent() argument
1134 phHal_sEventInfo_t *psEventInfo = (phHal_sEventInfo_t *)pInfo; in phHal4Nfc_HandleEvent()
1150 phHal4Nfc_P2PActivateComplete(Hal4Ctxt,pInfo); in phHal4Nfc_HandleEvent()
1157 pInfo = &sNotificationInfo; in phHal4Nfc_HandleEvent()
1158 phHal4Nfc_HandleEmulationEvent(Hal4Ctxt,pInfo); in phHal4Nfc_HandleEvent()
1173 phHal4Nfc_HandleP2PDeActivate(Hal4Ctxt,pInfo); in phHal4Nfc_HandleEvent()
1180 pInfo = &sNotificationInfo; in phHal4Nfc_HandleEvent()
1181 phHal4Nfc_HandleEmulationEvent(Hal4Ctxt,pInfo); in phHal4Nfc_HandleEvent()
1203 pInfo = &sNotificationInfo; in phHal4Nfc_HandleEvent()
1204 phHal4Nfc_HandleEmulationEvent(Hal4Ctxt,pInfo); in phHal4Nfc_HandleEvent()
1264 pInfo = &sNotificationInfo; in phHal4Nfc_HandleEvent()
1291 pInfo = &sNotificationInfo; in phHal4Nfc_HandleEvent()
1293 phHal4Nfc_HandleEmulationEvent(Hal4Ctxt,pInfo); in phHal4Nfc_HandleEvent()
1299 pInfo = &sNotificationInfo; in phHal4Nfc_HandleEvent()
1301 phHal4Nfc_HandleEmulationEvent(Hal4Ctxt,pInfo); in phHal4Nfc_HandleEvent()
1310 pInfo = &sNotificationInfo; in phHal4Nfc_HandleEvent()
1312 phHal4Nfc_HandleEmulationEvent(Hal4Ctxt,pInfo); in phHal4Nfc_HandleEvent()
1326 void *pInfo in phHal4Nfc_SelfTestComplete() argument
1331 = (phNfc_sData_t *)(((phNfc_sCompletionInfo_t *)pInfo)->info); in phHal4Nfc_SelfTestComplete()
1347 if (NULL != pInfo) in phHal4Nfc_SelfTestComplete()
1349 status = ((phNfc_sCompletionInfo_t *)pInfo)->status; in phHal4Nfc_SelfTestComplete()
1371 void *pInfo in phHal4Nfc_IoctlComplete() argument
1375 NFCSTATUS status = (((phNfc_sCompletionInfo_t *)pInfo)->status); in phHal4Nfc_IoctlComplete()
1436 void *pInfo in phHal4Nfc_DownloadComplete() argument
1446 if((NULL == pInfo) || (NULL == pHwRef) || (NULL == pContext)) in phHal4Nfc_DownloadComplete()
1460 status = (((phNfc_sCompletionInfo_t *)pInfo)->status); in phHal4Nfc_DownloadComplete()