Searched refs:pFwLibHandle (Results 1 – 1 of 1) sorted by relevance
29 static void *pFwLibHandle; /* Global firmware lib handle used in this file only */ variable1124 if(pFwLibHandle != NULL) in phDnldNfc_LoadFW()1127 pFwLibHandle = NULL; in phDnldNfc_LoadFW()1131 pFwLibHandle = dlopen(pathName, RTLD_LAZY); in phDnldNfc_LoadFW()1135 if(pFwLibHandle == NULL) in phDnldNfc_LoadFW()1144 pImageInfo = (void*)dlsym(pFwLibHandle,"gphDnldNfc_DlSeq"); in phDnldNfc_LoadFW()1153 pImageInfoLen = (void*)dlsym(pFwLibHandle,"gphDnldNfc_DlSeqSz"); in phDnldNfc_LoadFW()1199 if (pFwLibHandle != NULL) in phDnldNfc_LoadRecoveryFW()1202 pFwLibHandle = NULL; in phDnldNfc_LoadRecoveryFW()1205 pFwLibHandle = dlopen (pathName, RTLD_LAZY); in phDnldNfc_LoadRecoveryFW()[all …]