Searched refs:PMi_COMPARE_GT (Results 1 – 1 of 1) sorted by relevance
| /TwlSDK-5.4/build/libraries/spi/ARM9/src/ |
| D | pm.c | 53 #define PMi_COMPARE_GT 0 // Compare by '>' macro 1875 if (method == PMi_COMPARE_GT && p->priority > priority ) in PMi_InsertList() 2004 PMi_InsertList(&PMi_PreSleepCallbackList, info, PM_CALLBACK_PRIORITY_MAX, PMi_COMPARE_GT); in PM_AppendPreSleepCallback() 2032 PMi_InsertList(&PMi_PostSleepCallbackList, info, PM_CALLBACK_PRIORITY_MAX, PMi_COMPARE_GT); in PM_AppendPostSleepCallback() 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() 2324 PMi_InsertList(&PMi_PreExitCallbackList, info, priority, PMi_COMPARE_GT); in PMi_InsertPreExitCallbackEx() 2345 PMi_InsertList(&PMi_PostExitCallbackList, info, priority, PMi_COMPARE_GT); in PMi_InsertPostExitCallbackEx()
|