dpm_resume_noirq(9) Execute early resume callbacks for non-sysdev devices.

SYNOPSIS

void dpm_resume_noirq(pm_message_t state);

ARGUMENTS

state

PM transition of the system being carried out.

DESCRIPTION

Call the "noirq" resume handlers for all devices marked as DPM_OFF_IRQ and enable device drivers to receive interrupts.

COPYRIGHT