1DPM_RESUME_NOIRQ(9) Device drivers infrastructure DPM_RESUME_NOIRQ(9)
23
4
NAME
6dpm_resume_noirq - Execute “early resume” callbacks for non-sysdev
7devices.
8
SYNOPSIS
10void dpm_resume_noirq(pm_message_t state);
11
ARGUMENTS
13state
14PM transition of the system being carried out.
15
DESCRIPTION
17Call the “noirq” resume handlers for all devices marked as DPM_OFF_IRQ
18and enable device drivers to receive interrupts.
19
COPYRIGHT
21Kernel Hackers Manual 2.6. June 2019 DPM_RESUME_NOIRQ(9)