Searched refs:pImgInfo (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);133 extern NFCSTATUS phDnldNfc_LoadRecoveryFW(uint8_t** pImgInfo,
961 NFCSTATUS phDnldNfc_LoadFW(uint8_t** pImgInfo, uint16_t* pImgInfoLen) { in phDnldNfc_LoadFW() argument991 (*pImgInfo) = (*(uint8_t**)pImageInfo); in phDnldNfc_LoadFW()1016 NFCSTATUS phDnldNfc_LoadBinFW(uint8_t** pImgInfo, uint16_t* pImgInfoLen) { in phDnldNfc_LoadBinFW() argument1078 *pImgInfo = (uint8_t*)pFwHandle; in phDnldNfc_LoadBinFW()1100 NFCSTATUS phDnldNfc_LoadRecoveryFW(uint8_t** pImgInfo, uint16_t* pImgInfoLen) { in phDnldNfc_LoadRecoveryFW() argument1130 (*pImgInfo) = (*(uint8_t**)pImageInfo); in phDnldNfc_LoadRecoveryFW()