Lines Matching full:autosuspend
152 * pm_runtime_autosuspend_expiration - Get a device's autosuspend-delay expiration time.
155 * Compute the autosuspend-delay expiration time based on the device's
535 * Cancel a pending idle notification, autosuspend or suspend. If
545 * flag is set and the next autosuspend-delay expiration time is in the
546 * future, schedule another autosuspend attempt.
581 * set to expire at or before the autosuspend delay, in rpm_suspend()
722 * If the callback routine failed an autosuspend, and in rpm_suspend()
724 * is a new autosuspend expiration time, automatically in rpm_suspend()
725 * reschedule another autosuspend. in rpm_suspend()
777 * optimization: If an autosuspend timer is running, leave it running in rpm_resume()
1616 * update_autosuspend - Handle a change to a device's autosuspend settings.
1649 /* Maybe we can autosuspend now. */ in update_autosuspend()