Lines Matching refs:power
25 * power states like "standby", which normally don't turn USB off.)
30 echo shutdown > /sys/power/disk; echo disk > /sys/power/state
34 echo platform > /sys/power/disk; echo disk > /sys/power/state
39 echo suspend > /sys/power/disk; echo disk > /sys/power/state
49 echo N > /sys/power/image_size
63 the init script by using the /sys/power/resume file. It is vital
102 echo 3 > /proc/acpi/sleep # for suspend to ram, but with more power conservative
116 bringing machine down? Suspend to disk, rearrange power cables,
147 A: Yes. That's what echo platform > /sys/power/disk does.
183 A: Do selective suspend during runtime power management, that's okay. But
251 suspend(PMSG_SUSPEND): suspend devices so that we can power off
253 turn the power off
345 /sys/power/resume file from initrd. Be sure not to mount
365 read IMG_SZ < /sys/power/image_size
366 echo -n disk > /sys/power/state
373 echo 0 > /sys/power/image_size
374 echo -n disk > /sys/power/state
394 Your system might well support low-power modes for its USB controllers
397 /sys/power/state file; write "standby" or "mem".) We've not seen any
425 There's the /sys/power/image_size knob that controls the size of the
426 image. If you set it to 0 (eg. by echo 0 > /sys/power/image_size as