Home
last modified time | relevance | path

Searched refs:List_put (Results 1 – 12 of 12) sorted by relevance

/hal_ti-latest/simplelink_lpf3/source/ti/drivers/batterymonitor/
DBatteryMonitorLPF3.c378 List_put(&notificationList, &notifyObject->link); in BatteryMonitor_registerNotifyHigh()
413 List_put(&notificationList, &notifyObject->link); in BatteryMonitor_registerNotifyLow()
449 List_put(&notificationList, &notifyObject->link); in BatteryMonitor_registerNotifyRange()
/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()
437 List_put(consumedBuffers, consumedBuffer); in List_consumeAndStore()
/hal_ti-latest/simplelink/source/ti/drivers/utils/
DList.h230 extern void List_put(List_List *list, List_Elem *elem);
DList.c113 void List_put(List_List *list, List_Elem *elem) in List_put() function
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/utils/
DList.h231 extern void List_put(List_List *list, List_Elem *elem);
DList.c114 void List_put(List_List *list, List_Elem *elem) in List_put() function
/hal_ti-latest/simplelink/source/ti/drivers/temperature/
DTemperatureCC26X2.c459 List_put(&notificationList, &notifyObject->link); in Temperature_registerNotifyHigh()
492 List_put(&notificationList, &notifyObject->link); in Temperature_registerNotifyLow()
526 List_put(&notificationList, &notifyObject->link); in Temperature_registerNotifyRange()
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/temperature/
DTemperatureLPF3.c426 List_put(&notificationList, &notifyObject->link); in Temperature_registerNotifyHigh()
461 List_put(&notificationList, &notifyObject->link); in Temperature_registerNotifyLow()
497 List_put(&notificationList, &notifyObject->link); in Temperature_registerNotifyRange()
/hal_ti-latest/simplelink/source/ti/drivers/rf/
DRFCC26X2_multiMode.c1659 List_put(pPendQueue, (List_Elem*)pCmdNew); in RF_defaultSubmitPolicy()
1666 List_put(pPendQueue, (List_Elem*)pCmdNew); in RF_defaultSubmitPolicy()
2486 List_put(&RF_cmdQ.pDone, (List_Elem*)(*ppActiveCmd)); in RF_hwiCpe0Active()
3768 List_put(&RF_cmdQ.pDone, (List_Elem*)pElem); in RF_discardPendCmd()
4757 List_put(&RF_cmdQ.pPend, (List_Elem*)pCmd); in RF_postCmd()
/hal_ti-latest/simplelink/source/ti/drivers/power/
DPowerCC26X2.c439 List_put(&PowerCC26X2_module.notifyList, (List_Elem*)pNotifyObj); in Power_registerNotify()
DPowerCC32XX.c339 List_put(&PowerCC32XX_module.notifyList, (List_Elem*)pNotifyObj); in Power_registerNotify()
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/power/
DPowerCC23X0.c511 List_put(&notifyList, (List_Elem *)notifyObj); in Power_registerNotify()