Searched refs:PMi_COMPARE_GE (Results 1 – 1 of 1) sorted by relevance
| /TwlSDK-5.1.0/build/libraries/spi/ARM9/src/ |
| D | pm.c | 54 #define PMi_COMPARE_GE 1 // compare by '>=' macro 1870 if (method == PMi_COMPARE_GE && p->priority >= priority ) in PMi_InsertList() 2009 PMi_InsertList(&PMi_PreSleepCallbackList, info, PM_CALLBACK_PRIORITY_MIN, PMi_COMPARE_GE); in PM_PrependPreSleepCallback() 2037 PMi_InsertList(&PMi_PostSleepCallbackList, info, PM_CALLBACK_PRIORITY_MIN, PMi_COMPARE_GE); in PM_PrependPostSleepCallback() 2285 PMi_InsertList(&PMi_PreExitCallbackList, info, PM_CALLBACK_PRIORITY_MIN, PMi_COMPARE_GE); in PM_PrependPreExitCallback() 2299 PMi_InsertList(&PMi_PostExitCallbackList, info, PM_CALLBACK_PRIORITY_MIN, PMi_COMPARE_GE); in PM_PrependPostExitCallback()
|