Searched refs:LIST_GetSize (Results 1 – 3 of 3) sorted by relevance
125 if (LIST_GetSize((list_handle_t) & (s_pmHandle->notifyList[i])) != 0UL) in PM_notifyPowerStateEntry()166 if (LIST_GetSize((list_handle_t) & (s_pmHandle->notifyList[i])) != 0UL) in PM_notifyPowerStateExit()674 if (LIST_GetSize((list_handle_t) & (s_pmHandle->wakeupSourceList)) != 0UL) in PM_HandleWakeUpEvent()
202 uint32_t LIST_GetSize(list_handle_t list);
471 uint32_t LIST_GetSize(list_handle_t list) in LIST_GetSize() function