• Home
  • Raw
  • Download

Lines Matching refs:psHwReference

42                         phHal_sHwReference_t     *psHwReference,  in phHal4Nfc_ConfigParameters()  argument
52 if(NULL == psHwReference in phHal4Nfc_ConfigParameters()
61 else if((NULL == psHwReference->hal_context) in phHal4Nfc_ConfigParameters()
63 psHwReference->hal_context)->Hal4CurrentState in phHal4Nfc_ConfigParameters()
66 psHwReference->hal_context)->Hal4NextState in phHal4Nfc_ConfigParameters()
74 Hal4Ctxt = psHwReference->hal_context; in phHal4Nfc_ConfigParameters()
164 (void *)psHwReference, in phHal4Nfc_ConfigParameters()
190 phHal_sHwReference_t *psHwReference, in phHal4Nfc_ConfigureDiscovery() argument
199 if(NULL == psHwReference in phHal4Nfc_ConfigureDiscovery()
207 else if((NULL == psHwReference->hal_context) in phHal4Nfc_ConfigureDiscovery()
209 psHwReference->hal_context)->Hal4CurrentState in phHal4Nfc_ConfigureDiscovery()
212 psHwReference->hal_context)->Hal4NextState in phHal4Nfc_ConfigureDiscovery()
220 Hal4Ctxt = psHwReference->hal_context; in phHal4Nfc_ConfigureDiscovery()
287 (void *)psHwReference, in phHal4Nfc_ConfigureDiscovery()
299 (void *)psHwReference, in phHal4Nfc_ConfigureDiscovery()
890 phHal_sHwReference_t *psHwReference, in phHal4Nfc_RegisterNotification() argument
898 if(NULL == pNotificationHandler || NULL == psHwReference) in phHal4Nfc_RegisterNotification()
903 else if((NULL == psHwReference->hal_context) in phHal4Nfc_RegisterNotification()
905 psHwReference->hal_context)->Hal4CurrentState in phHal4Nfc_RegisterNotification()
908 psHwReference->hal_context)->Hal4NextState in phHal4Nfc_RegisterNotification()
917 Hal4Ctxt = (phHal4Nfc_Hal4Ctxt_t *)psHwReference->hal_context; in phHal4Nfc_RegisterNotification()
952 phHal_sHwReference_t *psHwReference, in phHal4Nfc_UnregisterNotification() argument
959 if(psHwReference == NULL) in phHal4Nfc_UnregisterNotification()
964 else if((NULL == psHwReference->hal_context) in phHal4Nfc_UnregisterNotification()
966 psHwReference->hal_context)->Hal4CurrentState in phHal4Nfc_UnregisterNotification()
969 psHwReference->hal_context)->Hal4NextState in phHal4Nfc_UnregisterNotification()
978 Hal4Ctxt = (phHal4Nfc_Hal4Ctxt_t *)psHwReference->hal_context; in phHal4Nfc_UnregisterNotification()