Home
last modified time | relevance | path

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

/TwlSDK-5.2.1/build/libraries/spi/ARM9/src/
Dpm.c54 #define PMi_COMPARE_GE 1 // Compare by '>=' macro
1879 if (method == PMi_COMPARE_GE && p->priority >= priority ) in PMi_InsertList()
2018 PMi_InsertList(&PMi_PreSleepCallbackList, info, PM_CALLBACK_PRIORITY_MIN, PMi_COMPARE_GE); in PM_PrependPreSleepCallback()
2046 PMi_InsertList(&PMi_PostSleepCallbackList, info, PM_CALLBACK_PRIORITY_MIN, PMi_COMPARE_GE); in PM_PrependPostSleepCallback()
2294 PMi_InsertList(&PMi_PreExitCallbackList, info, PM_CALLBACK_PRIORITY_MIN, PMi_COMPARE_GE); in PM_PrependPreExitCallback()
2308 PMi_InsertList(&PMi_PostExitCallbackList, info, PM_CALLBACK_PRIORITY_MIN, PMi_COMPARE_GE); in PM_PrependPostExitCallback()