|
@@ -379,8 +379,8 @@ drivers/base/power/runtime.c and include/linux/pm_runtime.h:
|
|
|
zero)
|
|
|
|
|
|
bool pm_runtime_suspended(struct device *dev);
|
|
|
- - return true if the device's runtime PM status is 'suspended', or false
|
|
|
- otherwise
|
|
|
+ - return true if the device's runtime PM status is 'suspended' and its
|
|
|
+ 'power.disable_depth' field is equal to zero, or false otherwise
|
|
|
|
|
|
void pm_runtime_allow(struct device *dev);
|
|
|
- set the power.runtime_auto flag for the device and decrease its usage
|