Name

device_power_down — Shut down special devices.

Synopsis

int device_power_down (pm_message_t state);
 

Arguments

state

PM transition of the system being carried out.

Description

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

Must be called under dpm_list_mtx.