Lines Matching refs:suspend
1 Testing suspend and resume support in device drivers
6 Unfortunately, to effectively test the support for the system-wide suspend and
7 resume transitions in a driver, it is necessary to suspend and resume a fully
10 (aka suspend to disk or STD) and suspend to RAM (STR), because each of these
14 Of course, for this purpose the test system has to be known to suspend and
16 resolve all suspend/resume-related problems in the test system before you start
18 for more information about the debugging of suspend/resume functionality.
22 Once you have resolved the suspend/resume-related problems with your test system
37 e) Try the test modes of suspend (see: Documentation/power/basic-pm-debugging.txt,
41 f) Attempt to suspend to RAM using the s2ram tool with the driver loaded
46 regarded as suspend/resume-safe.