SYSDEV_SUSPEND

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

 

NAME

sysdev_suspend - Suspend all system devices.  

SYNOPSIS

"SYNOPSIS"

int sysdev_suspend (u32 state);  

ARGUMENTS

state
Power state to enter.
 

DESCRIPTION

We perform an almost identical operation as sys_device_shutdown above, though calling ->suspend instead.  

NOTE

Interrupts are disabled when called, so we can't sleep when trying to get the subsystem's rwsem. If that happens, print a nasty warning and return an error.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION
NOTE

This document was created by man2html, using the manual pages.
Time: 07:07:30 GMT, October 06, 2005