Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink/source/ti/drivers/utils/
DList.h248 extern void List_remove(List_List *list, List_Elem *elem);
DList.c159 void List_remove(List_List *list, List_Elem *elem) in List_remove() function
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/utils/
DList.h249 extern void List_remove(List_List *list, List_Elem *elem);
DList.c164 void List_remove(List_List *list, List_Elem *elem) in List_remove() function
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/batterymonitor/
DBatteryMonitorLPF3.c246 List_remove(&notificationList, notifyLink); in walkNotifyList()
473 List_remove(&notificationList, &(notifyObject->link)); in BatteryMonitor_unregisterNotify()
/hal_ti-latest/simplelink/source/ti/drivers/temperature/
DTemperatureCC26X2.c327 List_remove(&notificationList, notifyLink); in walkNotifyList()
548 List_remove(&notificationList, &(notifyObject->link)); in Temperature_unregisterNotify()
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/temperature/
DTemperatureLPF3.c282 List_remove(&notificationList, notifyLink); in walkNotifyList()
521 List_remove(&notificationList, &(notifyObject->link)); in Temperature_unregisterNotify()
/hal_ti-latest/simplelink/source/ti/drivers/power/
DPowerCC26X2.c954 List_remove(&PowerCC26X2_module.notifyList, (List_Elem *)pNotifyObj); in Power_unregisterNotify()
DPowerCC32XX.c815 List_remove(&PowerCC32XX_module.notifyList, (List_Elem *)pNotifyObj); in Power_unregisterNotify()
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/power/
DPowerCC23X0.c532 List_remove(&notifyList, (List_Elem *)notifyObj); in Power_unregisterNotify()
/hal_ti-latest/simplelink/source/ti/drivers/rf/
DRFCC26X2_multiMode.c3767 List_remove(&RF_cmdQ.pPend, (List_Elem*)pElem); in RF_discardPendCmd()