Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/build/libraries/spi/ARM9/src/
Dpm.c53 #define PMi_COMPARE_GT 0 // compare by '>' macro
1866 if (method == PMi_COMPARE_GT && p->priority > priority ) in PMi_InsertList()
1995 PMi_InsertList(&PMi_PreSleepCallbackList, info, PM_CALLBACK_PRIORITY_MAX, PMi_COMPARE_GT); in PM_AppendPreSleepCallback()
2023 PMi_InsertList(&PMi_PostSleepCallbackList, info, PM_CALLBACK_PRIORITY_MAX, PMi_COMPARE_GT); in PM_AppendPostSleepCallback()
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()
2315 PMi_InsertList(&PMi_PreExitCallbackList, info, priority, PMi_COMPARE_GT); in PMi_InsertPreExitCallbackEx()
2336 PMi_InsertList(&PMi_PostExitCallbackList, info, priority, PMi_COMPARE_GT); in PMi_InsertPostExitCallbackEx()