Searched refs:FwFormat (Results 1 – 3 of 3) sorted by relevance
214 phDnldNfc_FwFormat_t FwFormat; /*FW file format either lib or bin*/ member
744 gpphDnldContext->FwFormat = FW_FORMAT_UNKNOWN; in phDnldNfc_InitImgInfo()755 gpphDnldContext->FwFormat = FW_FORMAT_BIN; in phDnldNfc_InitImgInfo()758 gpphDnldContext->FwFormat = FW_FORMAT_SO; in phDnldNfc_InitImgInfo()954 if (gpphDnldContext->FwFormat == FW_FORMAT_SO) { in phDnldNfc_CloseFwLibHandle()961 } else if (gpphDnldContext->FwFormat == FW_FORMAT_BIN) { in phDnldNfc_CloseFwLibHandle()
211 phDnldNfc_FwFormat_t FwFormat; /*FW file format either lib or bin*/ member