Home
last modified time | relevance | path

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

/TwlSDK-5.4/build/libraries/spi/ARM9/src/
Dpm.c108 static PMSleepCallbackInfo *PMi_PreSleepCallbackList = NULL; variable
1470 PMi_ExecuteList(PMi_PreSleepCallbackList); in PM_GoSleepMode()
2004 PMi_InsertList(&PMi_PreSleepCallbackList, info, PM_CALLBACK_PRIORITY_MAX, PMi_COMPARE_GT); in PM_AppendPreSleepCallback()
2018 PMi_InsertList(&PMi_PreSleepCallbackList, info, PM_CALLBACK_PRIORITY_MIN, PMi_COMPARE_GE); in PM_PrependPreSleepCallback()
2062 PMi_InsertList(&PMi_PreSleepCallbackList, info, priority, PMi_COMPARE_GT); in PMi_InsertPreSleepCallbackEx()
2102 PMi_DeleteList(&PMi_PreSleepCallbackList, info); in PM_DeletePreSleepCallback()
2130 PMi_ClearList(&PMi_PreSleepCallbackList); in PM_ClearPreSleepCallback()
2719 p = PMi_PreSleepCallbackList; in PM_DumpSleepCallback()