Home | History | Annotate | Download | only in src

Lines Matching refs:psHwReference

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