1DPM_SUSPEND_NOIRQ(9) Device drivers infrastructure DPM_SUSPEND_NOIRQ(9)
23
4
NAME
6dpm_suspend_noirq - Execute “late suspend” callbacks for non-sysdev
7devices.
8
SYNOPSIS
10int dpm_suspend_noirq(pm_message_t state);
11
ARGUMENTS
13state
14PM transition of the system being carried out.
15
DESCRIPTION
17Prevent device drivers from receiving interrupts and call the “noirq”
18suspend handlers for all non-sysdev devices.
19
COPYRIGHT
21Kernel Hackers Manual 2.6. June 2019 DPM_SUSPEND_NOIRQ(9)