Searched refs:ENGINE_WAKEUP_ASLEEP (Results 1 – 2 of 2) sorted by relevance
59 result |= ENGINE_WAKEUP_ASLEEP; in __intel_breadcrumbs_wakeup()125 if (intel_engine_wakeup(engine) & ENGINE_WAKEUP_ASLEEP) { in intel_breadcrumbs_hangcheck()247 if (intel_engine_wakeup(engine) & ENGINE_WAKEUP_ASLEEP) in intel_engine_disarm_breadcrumbs()
1021 #define ENGINE_WAKEUP_ASLEEP BIT(1) macro