Home
last modified time | relevance | path

Searched refs:pfwImageCtx (Results 1 – 1 of 1) sorted by relevance

/hardware/nxp/uwb/halimpl/hal/sr200/
Dfwd_hdll.cc30 static phFWD_Status_t openFwBinFile(phUwbFWImageContext_t *pfwImageCtx);
31 static phFWD_Status_t openFwSoFile(phUwbFWImageContext_t *pfwImageCtx);
32 static phFWD_Status_t phNxpUciHal_fw_recovery(phUwbFWImageContext_t *pfwImageCtx);
186 phFWD_Status_t getFwImageCtx(phUwbFWImageContext_t *pfwImageCtx) { in getFwImageCtx() argument
194 int maxSrcLen = (FILEPATH_MAXLEN - strlen(pfwImageCtx->default_fw_path)) - 1; in getFwImageCtx()
207 strncat(pfwImageCtx->default_fw_path, pDefaultFwFileName, maxSrcLen); in getFwImageCtx()
210 strncat(pfwImageCtx->default_fw_path, configured_fw_name, maxSrcLen); in getFwImageCtx()
213 NXPLOG_FWDNLD_D("fw file path : %s", pfwImageCtx->default_fw_path); in getFwImageCtx()
217 pfwImageCtx->fw_dnld_config = SO_FILE_BASED_FW_DOWNLOAD; in getFwImageCtx()
219 status = openFwSoFile(pfwImageCtx); in getFwImageCtx()
[all …]