Searched refs:notifyList (Results 1 – 5 of 5) sorted by relevance
209 List_List notifyList; /*!< Event notification list */ member
100 .notifyList = {0}, /* list of registered notifications */441 List_put(&PowerCC26X2_module.notifyList, (List_Elem*)pNotifyObj); in Power_registerNotify()932 List_remove(&PowerCC26X2_module.notifyList, (List_Elem *)pNotifyObj); in Power_unregisterNotify()1262 if (!List_empty(&PowerCC26X2_module.notifyList)) { in notify()1264 elem = List_head(&PowerCC26X2_module.notifyList); in notify()
468 List_List notifyList; /*!< Event notification list */ member
339 List_put(&PowerCC32XX_module.notifyList, (List_Elem*)pNotifyObj); in Power_registerNotify()815 List_remove(&PowerCC32XX_module.notifyList, (List_Elem *)pNotifyObj); in Power_unregisterNotify()1158 if (!List_empty(&PowerCC32XX_module.notifyList)) { in notify()1160 elem = List_head(&PowerCC32XX_module.notifyList); in notify()
559 List_List notifyList; member