Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/build/libraries/spi/ARM9/src/
Dpm.c89 static void PMi_InsertList(PMGenCallbackInfo **listp, PMGenCallbackInfo *info, int priority, int me…
1846 static void PMi_InsertList(PMGenCallbackInfo **listp, PMGenCallbackInfo *info, int priority, int me… in PMi_InsertList() function
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()
2023 PMi_InsertList(&PMi_PostSleepCallbackList, info, PM_CALLBACK_PRIORITY_MAX, PMi_COMPARE_GT); in PM_AppendPostSleepCallback()
2037 PMi_InsertList(&PMi_PostSleepCallbackList, info, PM_CALLBACK_PRIORITY_MIN, PMi_COMPARE_GE); in PM_PrependPostSleepCallback()
2053 PMi_InsertList(&PMi_PreSleepCallbackList, info, priority, PMi_COMPARE_GT); in PMi_InsertPreSleepCallbackEx()
2074 PMi_InsertList(&PMi_PostSleepCallbackList, info, priority, PMi_COMPARE_GT); in PMi_InsertPostSleepCallbackEx()
2257 PMi_InsertList(&PMi_PreExitCallbackList, info, PM_CALLBACK_PRIORITY_MAX, PMi_COMPARE_GT); in PM_AppendPreExitCallback()
2271 PMi_InsertList(&PMi_PostExitCallbackList, info, PM_CALLBACK_PRIORITY_MAX, PMi_COMPARE_GT); in PM_AppendPostExitCallback()
[all …]