Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/build/libraries/spi/ARM9/src/
Dpm.c114 static PMSleepCallbackInfo *PMi_PreSleepCallbackList = NULL; variable
1450 PMi_ExecuteList(PMi_PreSleepCallbackList); in PM_GoSleepMode()
1995 PMi_InsertList(&PMi_PreSleepCallbackList, info, PM_CALLBACK_PRIORITY_MAX, PMi_COMPARE_GT); in PM_AppendPreSleepCallback()
2009 PMi_InsertList(&PMi_PreSleepCallbackList, info, PM_CALLBACK_PRIORITY_MIN, PMi_COMPARE_GE); in PM_PrependPreSleepCallback()
2053 PMi_InsertList(&PMi_PreSleepCallbackList, info, priority, PMi_COMPARE_GT); in PMi_InsertPreSleepCallbackEx()
2093 PMi_DeleteList(&PMi_PreSleepCallbackList, info); in PM_DeletePreSleepCallback()
2121 PMi_ClearList(&PMi_PreSleepCallbackList); in PM_ClearPreSleepCallback()
2706 p = PMi_PreSleepCallbackList; in PM_DumpSleepCallback()