Lines Matching full:autosuspend
228 * Update the last access time of @dev used by the runtime PM autosuspend
326 * pm_runtime_idle - Conditionally set up autosuspend of a device or suspend it.
330 * set up autosuspend of @dev or suspend it (depending on whether or not
331 * autosuspend has been enabled for it).
348 * pm_runtime_autosuspend - Set up autosuspend of a device or suspend it.
351 * Set up autosuspend of @dev or suspend it (depending on whether or not
352 * autosuspend is enabled for it) without engaging its "idle check" callback.
390 * pm_request_autosuspend - Queue up autosuspend of a device.
466 * pm_runtime_put_autosuspend - Drop device usage counter and queue autosuspend if 0.
484 * return value, set up autosuspend of @dev or suspend it (depending on whether
485 * or not autosuspend has been enabled for it).
513 * pm_runtime_put_sync_autosuspend - Drop device usage counter and autosuspend if 0.
517 * equal to 0, set up autosuspend of @dev or suspend it synchronously (depending
518 * on whether or not autosuspend has been enabled for it).
573 * pm_runtime_use_autosuspend - Allow autosuspend to be used for a device.
576 * Allow the runtime PM autosuspend mechanism to be used for @dev whenever
577 * requested (or "autosuspend" will be handled as direct runtime-suspend for
590 * pm_runtime_dont_use_autosuspend - Prevent autosuspend from being used.
593 * Prevent the runtime PM autosuspend mechanism from being used for @dev which
594 * means that "autosuspend" will be handled as direct runtime-suspend for it