Searched refs:SpuriousWakeupError (Results 1 – 7 of 7) sorted by relevance
73 class SpuriousWakeupError(SuspendFailure): class139 raise SpuriousWakeupError('Woke from suspend early')276 raise SpuriousWakeupError('Received spurious wakeup in kernel.')359 raise SpuriousWakeupError('wakeup_count changed before suspend')
320 for b, e, s in sys_power.SpuriousWakeupError.S3_ALLOWLIST:326 raise sys_power.SpuriousWakeupError('Spurious wake in S3: %s | %s'489 for b, w in sys_power.SpuriousWakeupError.S0_ALLOWLIST:498 raise sys_power.SpuriousWakeupError('Spurious wake '582 except sys_power.SpuriousWakeupError:
26 except sys_power.SpuriousWakeupError:
101 except sys_power.SpuriousWakeupError:
124 if type(failure) is sys_power.SpuriousWakeupError: spurious += 1
183 except sys_power.SpuriousWakeupError as e:
3488 except sys_power.SpuriousWakeupError: