• Home
  • Raw
  • Download

Lines Matching refs:psHwReference

216             gpphLibContext->psHwReference=(phHal_sHwReference_t *)  in phLibNfc_Mgt_Initialize()
218 (void)memset((void *)gpphLibContext->psHwReference,0, in phLibNfc_Mgt_Initialize()
221 if( gpphLibContext->psHwReference!=NULL) in phLibNfc_Mgt_Initialize()
223 gpphLibContext->psHwReference->p_board_driver = pDriverHandle; in phLibNfc_Mgt_Initialize()
229 gpphLibContext->psHwReference, in phLibNfc_Mgt_Initialize()
273 if(pLibContext->psHwReference->uicc_connected==TRUE) in phLibNfc_InitCb()
280 if(pLibContext->psHwReference->smx_connected==TRUE) in phLibNfc_InitCb()
290 pLibContext->psHwReference, in phLibNfc_InitCb()
311 if(pLibContext->psHwReference!= NULL) in phLibNfc_InitCb()
313 phOsalNfc_FreeMemory(pLibContext->psHwReference); in phLibNfc_InitCb()
314 pLibContext->psHwReference = NULL; in phLibNfc_InitCb()
376 phHal4Nfc_Hal4Reset(pLibContext->psHwReference,(void *)pLibContext); in phLibNfc_Mgt_DeInitialize()
377 if(pLibContext->psHwReference!=NULL) in phLibNfc_Mgt_DeInitialize()
379 phOsalNfc_FreeMemory(pLibContext->psHwReference); in phLibNfc_Mgt_DeInitialize()
380 pLibContext->psHwReference = NULL; in phLibNfc_Mgt_DeInitialize()
399 Status = phHal4Nfc_Close(pLibContext->psHwReference, in phLibNfc_Mgt_DeInitialize()
451 if(pLibContext->psHwReference!=NULL) in phLibNfc_ShutdownCb()
453 phOsalNfc_FreeMemory(pLibContext->psHwReference); in phLibNfc_ShutdownCb()
454 pLibContext->psHwReference = NULL; in phLibNfc_ShutdownCb()
503 gpphLibContext->psHwReference, in phLibNfc_Pending_Shutdown()
862 gpphLibContext->psHwReference, in phLibNfc_Mgt_GetstackCapabilities()
873 gpphLibContext->psHwReference->device_info.fw_version; in phLibNfc_Mgt_GetstackCapabilities()
875 gpphLibContext->psHwReference->device_info.hci_version; in phLibNfc_Mgt_GetstackCapabilities()
877 gpphLibContext->psHwReference->device_info.hw_version; in phLibNfc_Mgt_GetstackCapabilities()
879 gpphLibContext->psHwReference->device_info.model_id; in phLibNfc_Mgt_GetstackCapabilities()
881 gpphLibContext->psHwReference->device_info.full_version,NXP_FULL_VERSION_LEN); in phLibNfc_Mgt_GetstackCapabilities()
941 Status = phHal4Nfc_Close(gpphLibContext->psHwReference, in phLibNfc_Mgt_ConfigureTestMode()
976 gpphLibContext->psHwReference=(phHal_sHwReference_t *) in phLibNfc_Mgt_ConfigureTestMode()
978 (void)memset((void *)gpphLibContext->psHwReference,0, in phLibNfc_Mgt_ConfigureTestMode()
981 if( gpphLibContext->psHwReference!=NULL) in phLibNfc_Mgt_ConfigureTestMode()
983 gpphLibContext->psHwReference->p_board_driver = pDriverHandle; in phLibNfc_Mgt_ConfigureTestMode()
993 gpphLibContext->psHwReference, in phLibNfc_Mgt_ConfigureTestMode()