diff options
Diffstat (limited to 'drivers/base/power/main.c')
-rw-r--r-- | drivers/base/power/main.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/base/power/main.c b/drivers/base/power/main.c index 12abcf6084a5..9bbbbb13a9db 100644 --- a/drivers/base/power/main.c +++ b/drivers/base/power/main.c | |||
@@ -528,7 +528,7 @@ static void dpm_watchdog_clear(struct dpm_watchdog *wd) | |||
528 | /*------------------------- Resume routines -------------------------*/ | 528 | /*------------------------- Resume routines -------------------------*/ |
529 | 529 | ||
530 | /** | 530 | /** |
531 | * device_resume_noirq - Execute an "early resume" callback for given device. | 531 | * device_resume_noirq - Execute a "noirq resume" callback for given device. |
532 | * @dev: Device to handle. | 532 | * @dev: Device to handle. |
533 | * @state: PM transition of the system being carried out. | 533 | * @state: PM transition of the system being carried out. |
534 | * @async: If true, the device is being resumed asynchronously. | 534 | * @async: If true, the device is being resumed asynchronously. |
@@ -1077,7 +1077,7 @@ static pm_message_t resume_event(pm_message_t sleep_state) | |||
1077 | } | 1077 | } |
1078 | 1078 | ||
1079 | /** | 1079 | /** |
1080 | * device_suspend_noirq - Execute a "late suspend" callback for given device. | 1080 | * __device_suspend_noirq - Execute a "noirq suspend" callback for given device. |
1081 | * @dev: Device to handle. | 1081 | * @dev: Device to handle. |
1082 | * @state: PM transition of the system being carried out. | 1082 | * @state: PM transition of the system being carried out. |
1083 | * @async: If true, the device is being suspended asynchronously. | 1083 | * @async: If true, the device is being suspended asynchronously. |
@@ -1237,7 +1237,7 @@ int dpm_suspend_noirq(pm_message_t state) | |||
1237 | } | 1237 | } |
1238 | 1238 | ||
1239 | /** | 1239 | /** |
1240 | * device_suspend_late - Execute a "late suspend" callback for given device. | 1240 | * __device_suspend_late - Execute a "late suspend" callback for given device. |
1241 | * @dev: Device to handle. | 1241 | * @dev: Device to handle. |
1242 | * @state: PM transition of the system being carried out. | 1242 | * @state: PM transition of the system being carried out. |
1243 | * @async: If true, the device is being suspended asynchronously. | 1243 | * @async: If true, the device is being suspended asynchronously. |
@@ -1439,7 +1439,7 @@ static void dpm_clear_suppliers_direct_complete(struct device *dev) | |||
1439 | } | 1439 | } |
1440 | 1440 | ||
1441 | /** | 1441 | /** |
1442 | * device_suspend - Execute "suspend" callbacks for given device. | 1442 | * __device_suspend - Execute "suspend" callbacks for given device. |
1443 | * @dev: Device to handle. | 1443 | * @dev: Device to handle. |
1444 | * @state: PM transition of the system being carried out. | 1444 | * @state: PM transition of the system being carried out. |
1445 | * @async: If true, the device is being suspended asynchronously. | 1445 | * @async: If true, the device is being suspended asynchronously. |