X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=Documentation%2Fpower%2Fruntime_pm.txt;h=0784bc3a2ab51bd2d624644d6ea5a41e44529307;hb=019d8817b1b064c2bacfbcf40fc68184438ad05a;hp=e76dc0ad4d2b7393c0f6e55d51c2eab5686d6ed1;hpb=8a7b8ff41ddc811f3e06d0bf6892bc3e2b1764b7;p=deliverable%2Flinux.git diff --git a/Documentation/power/runtime_pm.txt b/Documentation/power/runtime_pm.txt index e76dc0ad4d2b..0784bc3a2ab5 100644 --- a/Documentation/power/runtime_pm.txt +++ b/Documentation/power/runtime_pm.txt @@ -445,10 +445,6 @@ drivers/base/power/runtime.c and include/linux/pm_runtime.h: bool pm_runtime_status_suspended(struct device *dev); - return true if the device's runtime PM status is 'suspended' - bool pm_runtime_suspended_if_enabled(struct device *dev); - - return true if the device's runtime PM status is 'suspended' and its - 'power.disable_depth' field is equal to 1 - void pm_runtime_allow(struct device *dev); - set the power.runtime_auto flag for the device and decrease its usage counter (used by the /sys/devices/.../power/control interface to