Searched refs:pImgInfoLen (Results 1 – 2 of 2) sorted by relevance
131 extern NFCSTATUS phDnldNfc_LoadFW(uint8_t** pImgInfo, uint16_t* pImgInfoLen);132 extern NFCSTATUS phDnldNfc_LoadBinFW(uint8_t** pImgInfo, uint16_t* pImgInfoLen);134 uint16_t* pImgInfoLen);
961 NFCSTATUS phDnldNfc_LoadFW(uint8_t** pImgInfo, uint16_t* pImgInfoLen) { in phDnldNfc_LoadFW() argument999 (*pImgInfoLen) = (uint16_t)(*((uint16_t*)pImageInfoLen)); in phDnldNfc_LoadFW()1016 NFCSTATUS phDnldNfc_LoadBinFW(uint8_t** pImgInfo, uint16_t* pImgInfoLen) { in phDnldNfc_LoadBinFW() argument1079 *pImgInfoLen = (uint16_t)(bytesRead & 0xFFFF); in phDnldNfc_LoadBinFW()1100 NFCSTATUS phDnldNfc_LoadRecoveryFW(uint8_t** pImgInfo, uint16_t* pImgInfoLen) { in phDnldNfc_LoadRecoveryFW() argument1137 (*pImgInfoLen) = (uint16_t)(*((uint16_t*)pImageInfoLen)); in phDnldNfc_LoadRecoveryFW()