Home
last modified time | relevance | path

Searched refs:List_next (Results 1 – 11 of 11) sorted by relevance

/hal_ti-latest/simplelink_lpf3/source/ti/drivers/rcl/
DRCL_Buffer.c229 nextBuffer = (RCL_MultiBuffer *) List_next((List_Elem *) nextBuffer); in RCL_MultiBuffer_RxEntry_next()
244 nextBuffer = (RCL_MultiBuffer *) List_next((List_Elem *) nextBuffer); in RCL_MultiBuffer_RxEntry_next()
292 head = (RCL_MultiBuffer *) List_next((List_Elem *) head); in RCL_MultiBuffer_RxEntry_consume()
305 curBuffer = (RCL_MultiBuffer *) List_next((List_Elem *)curBuffer); in RCL_MultiBuffer_findFirstWritableBuffer()
339 curBuffer = (RCL_MultiBuffer *) List_next((List_Elem *)curBuffer); in RCL_MultiBuffer_getBuffer()
377 nextBuffer = (RCL_MultiBuffer *) List_next((List_Elem *)curBuffer); in RCL_MultiBuffer_findAvailableRxSpace()
416 multiBuffer = (RCL_MultiBuffer *) List_next((List_Elem *)multiBuffer); in RxEntry_isAtEnd()
/hal_ti-latest/simplelink/source/ti/drivers/utils/
DList.h203 static inline List_Elem *List_next(List_Elem *elem) in List_next() function
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/utils/
DList.h204 static inline List_Elem *List_next(List_Elem *elem) in List_next() function
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/batterymonitor/
DBatteryMonitorLPF3.c200 notifyLink = List_next(notifyLink); in setNextThresholds()
231 List_Elem *notifyLinkNext = List_next(notifyLink); in walkNotifyList()
/hal_ti-latest/simplelink/source/ti/drivers/temperature/
DTemperatureCC26X2.c282 notifyLink = List_next(notifyLink); in setNextThresholds()
312 List_Elem *notifyLinkNext = List_next(notifyLink); in walkNotifyList()
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/temperature/
DTemperatureLPF3.c235 notifyLink = List_next(notifyLink); in setNextThresholds()
267 List_Elem *notifyLinkNext = List_next(notifyLink); in walkNotifyList()
/hal_ti-latest/simplelink/source/ti/drivers/i2s/
DI2SCC32XX.c754 interface->activeTransfer = (I2S_Transaction*)List_next(&transactionFinished->queueElement); in handleDMATransaction()
768 else if((I2S_Transaction*)List_next(&transactionFinished->queueElement) != NULL){ in handleDMATransaction()
771 … interface->activeTransfer = (I2S_Transaction*)List_next(&transactionFinished->queueElement); in handleDMATransaction()
925 interface->activeTransfer = (I2S_Transaction*)List_next(&transaction->queueElement); in handleCPUTransaction()
934 else if(List_next(&newTransaction->queueElement) == NULL) { in handleCPUTransaction()
/hal_ti-latest/simplelink/source/ti/drivers/rf/
DRFCC26X2_multiMode.c577 pHead = List_next(pHead); in RF_queueEnd()
749 pTempCmd = (RF_Cmd*)List_next((List_Elem*)pTempCmd); in RF_cmdDispatchTime()
1593 if (RF_verifyGap(newCmd, it, (RF_Cmd*)List_next((List_Elem*)it))) in RF_howToSchedule()
1602 it = (RF_Cmd*)List_next((List_Elem*)it); in RF_howToSchedule()
1651 if (List_next((List_Elem*)pInsertLocation)) in RF_defaultSubmitPolicy()
1654 List_insert(pPendQueue, (List_Elem*)pCmdNew, List_next((List_Elem*)pInsertLocation)); in RF_defaultSubmitPolicy()
3740 pElem = (RF_Cmd*)List_next((List_Elem*)pElem); in RF_discardPendCmd()
3748 RF_Cmd* pNextElem = (RF_Cmd*)List_next((List_Elem*)pElem); in RF_discardPendCmd()
/hal_ti-latest/simplelink/source/ti/drivers/power/
DPowerCC26X2.c1306 elem = List_next(elem); in notify()
DPowerCC32XX.c1180 elem = List_next(elem); in notify()
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/power/
DPowerCC23X0.c1220 elem = List_next(elem); in PowerCC23X0_notify()