Lines Matching full:autosuspend
153 * pm_runtime_autosuspend_expiration - Get a device's autosuspend-delay expiration time.
156 * Compute the autosuspend-delay expiration time based on the device's
544 * Cancel a pending idle notification, autosuspend or suspend. If
554 * flag is set and the next autosuspend-delay expiration time is in the
555 * future, schedule another autosuspend attempt.
590 * set to expire at or before the autosuspend delay, in rpm_suspend()
731 * If the callback routine failed an autosuspend, and in rpm_suspend()
733 * is a new autosuspend expiration time, automatically in rpm_suspend()
734 * reschedule another autosuspend. in rpm_suspend()
786 * optimization: If an autosuspend timer is running, leave it running in rpm_resume()
1628 * update_autosuspend - Handle a change to a device's autosuspend settings.
1661 /* Maybe we can autosuspend now. */ in update_autosuspend()