Lines Matching refs:NULL
371 .pPowerCb = NULL,
372 .pErrCb = NULL,
375 .pClientEventCb = NULL,
424 static void (*pfnUpdateHposcOverride)(uint32_t *pRegOverride) = NULL;
425 static int_fast16_t (*pfnTemperatureUnregisterNotify)(Temperature_NotifyObj *notifyObject) = NULL;
566 List_Elem* pTail = NULL; in RF_queueEnd()
604 return(NULL); in RF_cmdAlloc()
633 return(NULL); in RF_cmdGet()
726 RF_Cmd* pCmd = NULL; in RF_cmdDispatchTime()
882 return(NULL); in RF_ratAllocChannel()
916 ratCh->pClient = NULL; in RF_ratFreeChannel()
917 ratCh->pCb = NULL; in RF_ratFreeChannel()
953 return(NULL); in RF_ratGetChannel()
1088 status = RF_executeDirectImmediateCmd((uint32_t)&ratCh->chCmd, NULL); in RF_ratArmChannel()
1096 status = RF_executeDirectImmediateCmd((uint32_t)ratCh->ioCmd, NULL); in RF_ratArmChannel()
1312 if (RF_currClient == NULL) in RF_ratSetupChannel()
1443 pClientEventCb(RF_Sch.clientHndRadioFreeCb, RF_ClientEventRadioFree, NULL); in RF_issueRadioFreeCb()
1446 RF_Sch.clientHndRadioFreeCb = NULL; in RF_issueRadioFreeCb()
1635 RF_Cmd* pInsertLocation = NULL; in RF_defaultSubmitPolicy()
1707 HwiP_setFunc(&RF_hwiCpe0Obj, RF_hwiCpe0PowerFsm, (uintptr_t)NULL); in RF_corePowerDown()
1733 RF_ratSyncCmd.stop.pNextOp = NULL; in RF_corePowerDown()
1829 bool validCmdTime = RF_cmdDispatchTime(&deltaTimeCmdClockTicks, false, NULL); in RF_calculateDispatchTime()
2011 uint16_t* pTxPower = NULL; in RF_initRadioSetup()
2012 uint32_t* pRegOverride = NULL; in RF_initRadioSetup()
2013 uint32_t* pRegOverrideTxStd = NULL; in RF_initRadioSetup()
2014 uint32_t* pRegOverrideTx20 = NULL; in RF_initRadioSetup()
2079 if(pfnUpdateHposcOverride != NULL) in RF_initRadioSetup()
2094 RF_Cmd* pConflictCmd = NULL; in RF_dispatchNextCmd()
2103 if (NULL == RF_cmdQ.pCurrCmdFg && NULL == RF_cmdQ.pCurrCmdBg) in RF_dispatchNextCmd()
2147 pNextCmd = NULL; in RF_dispatchNextCmd()
2438 RF_Cmd* volatile* ppActiveCmd = NULL; in RF_hwiCpe0Active()
2489 (*ppActiveCmd) = NULL; in RF_hwiCpe0Active()
2549 …mediateCmd(RF_currClient, CMDR_DIR_CMD_2BYTE(CMD_UPDATE_HPOSC_FREQ, relFreqOffsetConverted), NULL); in RF_hposcRfCompensateFxn()
2558 (uintptr_t)NULL); in RF_hposcRfCompensateFxn()
2638 h->state.pCbSync = NULL; in RF_syncCb()
2727 HwiP_setFunc(&RF_hwiCpe0Obj, RF_hwiCpe0Active, (uintptr_t)NULL); in RF_hwiCpe0PowerFsm()
2786 if ((mcePatchFxn != NULL) || (rfePatchFxn != NULL)) in RF_applyRfCorePatch()
2792 if (cpePatchFxn != NULL) in RF_applyRfCorePatch()
2799 if (cpePatchFxn != NULL) in RF_applyRfCorePatch()
2807 if ((mcePatchFxn != NULL) || (rfePatchFxn != NULL)) in RF_applyRfCorePatch()
2813 if (mcePatchFxn != NULL) in RF_applyRfCorePatch()
2819 if (rfePatchFxn != NULL) in RF_applyRfCorePatch()
2881 RF_clkInactivityCallback((uintptr_t)NULL); in RF_setInactivityTimeout()
2982 if(RF_cmdQ.pCurrCmdBg == NULL && in RF_isStateTransitionAllowed()
2983 RF_cmdQ.pCurrCmdFg == NULL) in RF_isStateTransitionAllowed()
3046 pClientEventCb(pNextClient, RF_ClientEventSwitchClientEntered, NULL); in RF_fsmPowerUpState()
3074 if ((RF_currClient->clientConfig.pRfMode->mcePatchFxn != NULL) || in RF_fsmPowerUpState()
3075 (RF_currClient->clientConfig.pRfMode->rfePatchFxn != NULL)) in RF_fsmPowerUpState()
3122 RF_ratSyncCmd.start.pNextOp = NULL; in RF_fsmSetupState()
3159 pOpFs->pNextOp = NULL; in RF_fsmSetupState()
3385 if ((transitionAllowed == true) && (pNextCmd != NULL)) in RF_fsmActiveState()
3391 HwiP_setFunc(&RF_hwiCpe0Obj, RF_hwiCpe0ChangePhy, (uintptr_t)NULL); in RF_fsmActiveState()
3413 pClientEventCb(RF_currClient, RF_ClientEventSwitchClientEntered, NULL); in RF_fsmActiveState()
3438 tmp->pNextOp = NULL; in RF_fsmActiveState()
3455 pOpFs->pNextOp = NULL; in RF_fsmActiveState()
3511 HwiP_setFunc(&RF_hwiCpe0Obj, RF_hwiCpe0Active, (uintptr_t)NULL); in RF_fsmActiveState()
3567 RF_invokeGlobalCallback(RF_GlobalEventRadioPowerDown, NULL); in RF_fsmActiveState()
3679 ClockP_construct(&RF_clkPowerUpObj, &RF_clkPowerUp, 0, NULL); in RF_init()
3680 ClockP_construct(&RF_clkInactivityObj, &RF_clkInactivityCallback, 0, NULL); in RF_init()
3690 (uintptr_t) NULL); /* Parameters */ in RF_init()
3720 RF_invokeGlobalCallback(RF_GlobalEventInit, NULL); in RF_init()
3805 DebugP_assert(h != NULL); in RF_abortCmd()
3808 RF_Cmd* pCmd = NULL; in RF_abortCmd()
4041 uint8_t paOffset = RF_getPAOverrideOffsetAndValue(pOverride, overridePattern, NULL); in RF_searchAndReplacePAOverride()
4071 if (newOverride != NULL) in RF_attachOverrides()
4097 if (newOverride != NULL) in RF_detachOverrides()
4233 *pRegOverrideTxStd = NULL; in RF_decodeOverridePointers()
4234 *pRegOverrideTx20 = NULL; in RF_decodeOverridePointers()
4317 uint16_t* pTxPower = NULL; in RF_updatePaConfiguration()
4318 uint32_t* pRegOverride = NULL; in RF_updatePaConfiguration()
4319 uint32_t* pRegOverrideTxStd = NULL; in RF_updatePaConfiguration()
4320 uint32_t* pRegOverrideTx20 = NULL; in RF_updatePaConfiguration()
4433 DebugP_assert(pObj != NULL); in RF_open()
4443 RFCOverrideUpdate((RF_Op*)pRadioSetup, NULL); in RF_open()
4454 return(NULL); in RF_open()
4474 if (params == NULL) in RF_open()
4526 ClockP_construct(&pObj->state.clkReqAccess, RF_clkReqAccess, 0, NULL); in RF_open()
4537 return(NULL); in RF_open()
4548 DebugP_assert(h != NULL); in RF_close()
4590 RF_Sch.clientHnd[0] = NULL; in RF_close()
4594 RF_Sch.clientHnd[1] = NULL; in RF_close()
4627 if(pfnTemperatureUnregisterNotify != NULL) in RF_close()
4645 RF_currClient = NULL; in RF_close()
4706 DebugP_assert(h != NULL); in RF_postCmd()
4707 DebugP_assert(pOp != NULL); in RF_postCmd()
4783 DebugP_assert(pSchParams != NULL); in RF_ScheduleCmdParams_init()
4809 DebugP_assert(h != NULL); in RF_scheduleCmd()
4810 DebugP_assert(pOp != NULL); in RF_scheduleCmd()
4916 if (RFCC26XX_schedulerPolicy.submitHook == NULL) in RF_scheduleCmd()
4986 DebugP_assert(h != NULL); in RF_pendCmd()
5062 DebugP_assert(h != NULL); in RF_runCmd()
5078 DebugP_assert(h != NULL); in RF_runScheduleCmd()
5094 DebugP_assert(h != NULL); in RF_yield()
5151 DebugP_assert(h != NULL); in RF_cancelCmd()
5169 DebugP_assert(h != NULL); in RF_flushCmd()
5187 DebugP_assert(params != NULL); in RF_Params_init()
5200 DebugP_assert(h != NULL); in RF_runImmediateCmd()
5203 return(RF_runDirectImmediateCmd(h, (uint32_t)pCmd, NULL)); in RF_runImmediateCmd()
5213 DebugP_assert(h != NULL); in RF_runDirectCmd()
5216 return(RF_runDirectImmediateCmd(h, cmd, NULL)); in RF_runDirectCmd()
5226 DebugP_assert(h != NULL); in RF_getRssi()
5315 DebugP_assert(h != NULL); in RF_getCmdOp()
5329 return(NULL); in RF_getCmdOp()
5340 DebugP_assert(channelConfig != NULL); in RF_RatConfigCompare_init()
5356 DebugP_assert(channelConfig != NULL); in RF_RatConfigCapture_init()
5372 DebugP_assert(ioConfig != NULL); in RF_RatConfigOutput_init()
5385 DebugP_assert(h != NULL); in RF_ratCompare()
5398 DebugP_assert(h != NULL); in RF_ratCapture()
5411 DebugP_assert(h != NULL); in RF_ratDisableChannel()
5438 …irectImmediateCmd(RF_currClient, ((uint32_t)CMDR_DIR_CMD_2BYTE(CMD_DISABLE_RAT_CH, config)), NULL); in RF_ratDisableChannel()
5471 DebugP_assert(h != NULL); in RF_control()
5604 DebugP_assert(h != NULL); in RF_requestAccess()
5605 DebugP_assert(pParams != NULL); in RF_requestAccess()
5686 RF_runDirectImmediateCmd(handle, (uint32_t)&configurePaCmd, NULL); in RF_setTxPower()
5704 uint16_t* pTxPower = NULL; in RF_getTxPower()
5705 uint32_t* pRegOverride = NULL; in RF_getTxPower()
5706 uint32_t* pRegOverrideTxStd = NULL; in RF_getTxPower()
5707 uint32_t* pRegOverrideTx20 = NULL; in RF_getTxPower()
5841 (uintptr_t)NULL); in RF_enableHPOSCTemperatureCompensation()