Lines Matching full:autosuspend
154 * pm_runtime_autosuspend_expiration - Get a device's autosuspend-delay expiration time.
157 * Compute the autosuspend-delay expiration time based on the device's
556 * Cancel a pending idle notification, autosuspend or suspend. If
566 * flag is set and the next autosuspend-delay expiration time is in the
567 * future, schedule another autosuspend attempt.
602 * set to expire at or before the autosuspend delay, in rpm_suspend()
740 * On transient errors, if the callback routine failed an autosuspend, in rpm_suspend()
742 * autosuspend expiration time, automatically reschedule another in rpm_suspend()
743 * autosuspend. in rpm_suspend()
795 * optimization: If an autosuspend timer is running, leave it running in rpm_resume()
1683 * update_autosuspend - Handle a change to a device's autosuspend settings.
1716 /* Maybe we can autosuspend now. */ in update_autosuspend()