sysfs.c (2fc2991175bf77395e6b15fe6b2304d3bf72da40) | sysfs.c (8c65b4a60450590e79a28e9717ceffa9e4debb3f) |
---|---|
1/* 2 * drivers/base/power/sysfs.c - sysfs entries for device PM 3 */ 4 5#include <linux/device.h> | 1/* 2 * drivers/base/power/sysfs.c - sysfs entries for device PM 3 */ 4 5#include <linux/device.h> |
6#include <linux/string.h> |
|
6#include "power.h" 7 8 9/** 10 * state - Control current power state of device 11 * 12 * show() returns the current power state of the device. '0' indicates 13 * the device is on. Other values (1-3) indicate the device is in a low --- 128 unchanged lines hidden --- | 7#include "power.h" 8 9 10/** 11 * state - Control current power state of device 12 * 13 * show() returns the current power state of the device. '0' indicates 14 * the device is on. Other values (1-3) indicate the device is in a low --- 128 unchanged lines hidden --- |