Home
last modified time | relevance | path

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

/TwlSDK-5.4/build/libraries/spi/ARM9/src/
Dpm.c81 static void PMi_InsertList(PMGenCallbackInfo **listp, PMGenCallbackInfo *info, int priority, int me…
1855 static void PMi_InsertList(PMGenCallbackInfo **listp, PMGenCallbackInfo *info, int priority, int me… in PMi_InsertList() function
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()
2032 PMi_InsertList(&PMi_PostSleepCallbackList, info, PM_CALLBACK_PRIORITY_MAX, PMi_COMPARE_GT); in PM_AppendPostSleepCallback()
2046 PMi_InsertList(&PMi_PostSleepCallbackList, info, PM_CALLBACK_PRIORITY_MIN, PMi_COMPARE_GE); in PM_PrependPostSleepCallback()
2062 PMi_InsertList(&PMi_PreSleepCallbackList, info, priority, PMi_COMPARE_GT); in PMi_InsertPreSleepCallbackEx()
2083 PMi_InsertList(&PMi_PostSleepCallbackList, info, priority, PMi_COMPARE_GT); in PMi_InsertPostSleepCallbackEx()
2266 PMi_InsertList(&PMi_PreExitCallbackList, info, PM_CALLBACK_PRIORITY_MAX, PMi_COMPARE_GT); in PM_AppendPreExitCallback()
2280 PMi_InsertList(&PMi_PostExitCallbackList, info, PM_CALLBACK_PRIORITY_MAX, PMi_COMPARE_GT); in PM_AppendPostExitCallback()
[all …]