Searched refs:PM_CALLBACK_PRIORITY_SYSMAX (Results 1 – 2 of 2) sorted by relevance
146 #define PM_CALLBACK_PRIORITY_SYSMAX 65535 macro151 #define PM_CALLBACK_PRIORITY_NWM PM_CALLBACK_PRIORITY_SYSMAX152 #define PM_CALLBACK_PRIORITY_FS PM_CALLBACK_PRIORITY_SYSMAX -1153 #define PM_CALLBACK_PRIORITY_SNDEX PM_CALLBACK_PRIORITY_SYSMAX -2
2061 SDK_ASSERT(PM_CALLBACK_PRIORITY_SYSMIN <= priority && priority <= PM_CALLBACK_PRIORITY_SYSMAX ); in PMi_InsertPreSleepCallbackEx()2082 SDK_ASSERT(PM_CALLBACK_PRIORITY_SYSMIN <= priority && priority <= PM_CALLBACK_PRIORITY_SYSMAX ); in PMi_InsertPostSleepCallbackEx()2323 SDK_ASSERT(PM_CALLBACK_PRIORITY_SYSMIN <= priority && priority <= PM_CALLBACK_PRIORITY_SYSMAX ); in PMi_InsertPreExitCallbackEx()2344 SDK_ASSERT(PM_CALLBACK_PRIORITY_SYSMIN <= priority && priority <= PM_CALLBACK_PRIORITY_SYSMAX ); in PMi_InsertPostExitCallbackEx()