Searched refs:cpePatchFxn (Results 1 – 2 of 2) sorted by relevance
1101 void (*cpePatchFxn)(void); ///< Pointer to CPE patch function member
2779 void (*cpePatchFxn)(void) = RF_currClient->clientConfig.pRfMode->cpePatchFxn; in RF_applyRfCorePatch() local2792 if (cpePatchFxn != NULL) in RF_applyRfCorePatch()2799 if (cpePatchFxn != NULL) in RF_applyRfCorePatch()2803 cpePatchFxn(); in RF_applyRfCorePatch()