Searched refs:PM_CALLBACK_PRIORITY_SYSMIN (Results 1 – 2 of 2) sorted by relevance
2052 SDK_ASSERT(PM_CALLBACK_PRIORITY_SYSMIN <= priority && priority <= PM_CALLBACK_PRIORITY_SYSMAX ); in PMi_InsertPreSleepCallbackEx()2073 SDK_ASSERT(PM_CALLBACK_PRIORITY_SYSMIN <= priority && priority <= PM_CALLBACK_PRIORITY_SYSMAX ); in PMi_InsertPostSleepCallbackEx()2314 SDK_ASSERT(PM_CALLBACK_PRIORITY_SYSMIN <= priority && priority <= PM_CALLBACK_PRIORITY_SYSMAX ); in PMi_InsertPreExitCallbackEx()2335 SDK_ASSERT(PM_CALLBACK_PRIORITY_SYSMIN <= priority && priority <= PM_CALLBACK_PRIORITY_SYSMAX ); in PMi_InsertPostExitCallbackEx()
143 #define PM_CALLBACK_PRIORITY_SYSMIN (-65535) macro