Lines Matching refs:driver
7 resume transitions in a driver, it is necessary to suspend and resume a fully
8 functional system with this driver loaded. Moreover, that should be done
15 resume without the driver being tested. Thus, if possible, you should first
17 testing the new driver. Please see Documentation/power/basic-pm-debugging.txt
20 2. Testing the driver
23 without the new driver, you are ready to test it:
25 a) Build the driver as a module, load it and try the test modes of hibernation
28 b) Load the driver and attempt to hibernate in the "reboot", "shutdown" and
31 c) Compile the driver directly into the kernel and try the test modes of
34 d) Attempt to hibernate with the driver compiled directly into the kernel
39 not the driver is built as a module.]
41 f) Attempt to suspend to RAM using the s2ram tool with the driver loaded
45 should be mixed with the STR tests. If any of them fails, the driver cannot be