Searched refs:notifyList (Results 1 – 6 of 6) sorted by relevance
209 List_List notifyList; /*!< Event notification list */ member
102 .notifyList = {0}, /* list of registered notifications */439 List_put(&PowerCC26X2_module.notifyList, (List_Elem*)pNotifyObj); in Power_registerNotify()954 List_remove(&PowerCC26X2_module.notifyList, (List_Elem *)pNotifyObj); in Power_unregisterNotify()1284 if (!List_empty(&PowerCC26X2_module.notifyList)) { in notify()1286 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
198 static List_List notifyList; variable511 List_put(¬ifyList, (List_Elem *)notifyObj); in Power_registerNotify()532 List_remove(¬ifyList, (List_Elem *)notifyObj); in Power_unregisterNotify()1181 if (!List_empty(¬ifyList)) in PowerCC23X0_notify()1184 elem = List_head(¬ifyList); in PowerCC23X0_notify()