Searched refs:currentFwLib (Results 1 – 1 of 1) sorted by relevance
285 UWBManifest_t *currentFwLib = NULL; in openFwSoFile() local306 currentFwLib = (UWBManifest_t *)flibptr; in openFwSoFile()307 if (currentFwLib == NULL) { in openFwSoFile()313 printManifest_info(currentFwLib); in openFwSoFile()317 …if(currentFwLib->mwCESFW[MWCESFW_A1V1_RECOVERY_FW_OFFSET] == NULL || currentFwLib->mwCESFW[MWCESFW… in openFwSoFile()324 pfwImageCtx->fwImgSize = currentFwLib->mwCESFW[MWCESFW_A1V1_RECOVERY_FW_OFFSET]->lenCESFW; in openFwSoFile()325 pfwImageCtx->fwImage = currentFwLib->mwCESFW[MWCESFW_A1V1_RECOVERY_FW_OFFSET]->pCESFW; in openFwSoFile()327 if(currentFwLib->mwCESFW[MWCESFW_A1V1_LC_FW_OFFSET] == NULL ) { in openFwSoFile()332 pfwImageCtx->fwImgSize = currentFwLib->mwCESFW[MWCESFW_A1V1_LC_FW_OFFSET]->lenCESFW; in openFwSoFile()333 pfwImageCtx->fwImage = currentFwLib->mwCESFW[MWCESFW_A1V1_LC_FW_OFFSET]->pCESFW; in openFwSoFile()[all …]