Searched refs:notifyList (Results 1 – 2 of 2) sorted by relevance
125 if (LIST_GetSize((list_handle_t) & (s_pmHandle->notifyList[i])) != 0UL) in PM_notifyPowerStateEntry()127 currElement = (pm_notify_element_t *)(void *)(s_pmHandle->notifyList[i].head); in PM_notifyPowerStateEntry()166 if (LIST_GetSize((list_handle_t) & (s_pmHandle->notifyList[i])) != 0UL) in PM_notifyPowerStateExit()168 currElement = (pm_notify_element_t *)(void *)(s_pmHandle->notifyList[i].head); in PM_notifyPowerStateExit()248 LIST_Init((list_handle_t) & (handle->notifyList[kPM_NotifyGroup0]), 0UL); in PM_CreateHandle()249 LIST_Init((list_handle_t) & (handle->notifyList[kPM_NotifyGroup1]), 0UL); in PM_CreateHandle()250 LIST_Init((list_handle_t) & (handle->notifyList[kPM_NotifyGroup2]), 0UL); in PM_CreateHandle()475 if (LIST_AddTail((list_handle_t) & (s_pmHandle->notifyList[groupId]), in PM_RegisterNotify()
302 list_label_t notifyList[3U]; /*!< The header of 3 group notification. */ member