Name

dpm_suspend_noirq — Power down all regular (non-sysdev) devices.

Synopsis

int dpm_suspend_noirq (pm_message_t state);
 

Arguments

state

PM transition of the system being carried out.

Description

Prevent device drivers from receiving interrupts and call the noirq suspend handlers.

Must be called under dpm_list_mtx.