Home
last modified time | relevance | path

Searched refs:List_Elem (Results 1 – 20 of 20) sorted by relevance

/hal_ti-latest/simplelink/source/ti/drivers/utils/
DList.h129 } List_Elem; typedef
132 List_Elem *head;
133 List_Elem *tail;
163 extern List_Elem *List_get(List_List *list);
175 static inline List_Elem *List_head(List_List *list) in List_head()
190 extern void List_insert(List_List *list, List_Elem *newElem,
191 List_Elem *curElem);
203 static inline List_Elem *List_next(List_Elem *elem) in List_next()
218 static inline List_Elem *List_prev(List_Elem *elem) in List_prev()
230 extern void List_put(List_List *list, List_Elem *elem);
[all …]
DList.c61 List_Elem *List_get(List_List *list) in List_get()
63 List_Elem *elem; in List_get()
90 void List_insert(List_List *list, List_Elem *newElem, List_Elem *curElem) in List_insert()
113 void List_put(List_List *list, List_Elem *elem) in List_put()
136 void List_putHead(List_List *list, List_Elem *elem) in List_putHead()
159 void List_remove(List_List *list, List_Elem *elem) in List_remove()
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/utils/
DList.h130 } List_Elem; typedef
134 List_Elem *head;
135 List_Elem *tail;
165 extern List_Elem *List_get(List_List *list);
177 static inline List_Elem *List_head(List_List *list) in List_head()
192 extern void List_insert(List_List *list, List_Elem *newElem, List_Elem *curElem);
204 static inline List_Elem *List_next(List_Elem *elem) in List_next()
219 static inline List_Elem *List_prev(List_Elem *elem) in List_prev()
231 extern void List_put(List_List *list, List_Elem *elem);
240 extern void List_putHead(List_List *list, List_Elem *elem);
[all …]
DList.c59 List_Elem *List_get(List_List *list) in List_get()
61 List_Elem *elem; in List_get()
90 void List_insert(List_List *list, List_Elem *newElem, List_Elem *curElem) in List_insert()
114 void List_put(List_List *list, List_Elem *elem) in List_put()
139 void List_putHead(List_List *list, List_Elem *elem) in List_putHead()
164 void List_remove(List_List *list, List_Elem *elem) in List_remove()
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/rcl/
DRCL_Buffer.c61 List_put(list, (List_Elem *)elem); in RCL_TxBuffer_put()
119 List_put(list, (List_Elem *)elem); in RCL_MultiBuffer_put()
229 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()
433 List_Elem *consumedBuffer = List_get(list); in List_consumeAndStore()
DRCL_Buffer.h60 List_Elem __elem__;
88 List_Elem __elem__;
215 return (RCL_Buffer_TxBuffer *)(((List_Elem *)elem)->next); in RCL_TxBuffer_next()
274 return (RCL_MultiBuffer *)(((List_Elem *)elem)->next); in RCL_MultiBuffer_next()
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/batterymonitor/
DBatteryMonitorLPF3.c181 List_Elem *notifyLink; in setNextThresholds()
217 List_Elem *notifyLink = List_head(&notificationList); in walkNotifyList()
231 List_Elem *notifyLinkNext = List_next(notifyLink); in walkNotifyList()
/hal_ti-latest/simplelink/source/ti/drivers/temperature/
DTemperatureCC26X2.c262 List_Elem *notifyLink; in setNextThresholds()
298 List_Elem *notifyLink = List_head(&notificationList); in walkNotifyList()
312 List_Elem *notifyLinkNext = List_next(notifyLink); in walkNotifyList()
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/temperature/
DTemperatureLPF3.c216 List_Elem *notifyLink; in setNextThresholds()
252 List_Elem *notifyLink = List_head(&notificationList); in walkNotifyList()
267 List_Elem *notifyLinkNext = List_next(notifyLink); in walkNotifyList()
/hal_ti-latest/simplelink/source/ti/drivers/
DTemperature.h322 List_Elem link; /*!< For placing on the notify list */
DPower.h444 List_Elem link; /*!< for placing on the notify list */
DI2S.h677 List_Elem queueElement;
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/
DTemperature.h323 List_Elem link; /*!< For placing on the notify list */
DBatteryMonitor.h304 List_Elem link; /*!< For placing on the notify list */
DPower.h443 List_Elem link; /*!< for placing on the notify list */
/hal_ti-latest/simplelink/source/ti/drivers/rf/
DRFCC26X2_multiMode.c566 List_Elem* pTail = NULL; in RF_queueEnd()
567 List_Elem* pHead = List_head(list); 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()
1644 List_putHead(pPendQueue, (List_Elem*)pCmdNew); in RF_defaultSubmitPolicy()
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()
1659 List_put(pPendQueue, (List_Elem*)pCmdNew); in RF_defaultSubmitPolicy()
1666 List_put(pPendQueue, (List_Elem*)pCmdNew); in RF_defaultSubmitPolicy()
[all …]
DRFCC26X2.h1631 List_Elem _elem; /* Pointer to next and previous elements. */
/hal_ti-latest/simplelink/source/ti/drivers/power/
DPowerCC26X2.c439 List_put(&PowerCC26X2_module.notifyList, (List_Elem*)pNotifyObj); in Power_registerNotify()
954 List_remove(&PowerCC26X2_module.notifyList, (List_Elem *)pNotifyObj); in Power_unregisterNotify()
1281 List_Elem *elem; in notify()
DPowerCC32XX.c339 List_put(&PowerCC32XX_module.notifyList, (List_Elem*)pNotifyObj); in Power_registerNotify()
815 List_remove(&PowerCC32XX_module.notifyList, (List_Elem *)pNotifyObj); in Power_unregisterNotify()
1155 List_Elem *elem; in notify()
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/power/
DPowerCC23X0.c511 List_put(&notifyList, (List_Elem *)notifyObj); in Power_registerNotify()
532 List_remove(&notifyList, (List_Elem *)notifyObj); in Power_unregisterNotify()
1178 List_Elem *elem; in PowerCC23X0_notify()