SYSDEV_SUSPEND

Section: (9)
Updated: 09 October 2005
Index Return to Main Contents

 

NAME

sysdev_suspend - Suspend all system devices.  

SYNOPSIS

"SYNOPSIS"

int sysdev_suspend (pm_message_t state);  

ARGUMENTS

state
Power state to enter.
 

DESCRIPTION

We perform an almost identical operation as sys_device_shutdown above, though calling ->suspend instead. Interrupts are disabled when this called. Devices are responsible for both saving state and quiescing or powering down the device.

This is only called by the device PM core, so we let them handle all synchronization.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION

This document was created by man2html, using the manual pages.
Time: 00:02:54 GMT, October 09, 2005