Name

dpm_resume_noirq — Power on all regular (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.

Must be called under dpm_list_mtx. Device drivers should not receive interrupts while it's being executed.