Name
device_power_up —
Turn on all devices that need special attention.
Synopsis
void device_power_up ( | pm_message_t | state) ; |
Arguments
state
PM transition of the system being carried out.
Description
Power on system devices, then devices that required we shut them down
with interrupts disabled.
Must be called with interrupts disabled.