Lines Matching full:autosuspend

229  * Update the last access time of @dev used by the runtime PM autosuspend
330 * pm_runtime_idle - Conditionally set up autosuspend of a device or suspend it.
334 * set up autosuspend of @dev or suspend it (depending on whether or not
335 * autosuspend has been enabled for it).
352 * pm_runtime_autosuspend - Set up autosuspend of a device or suspend it.
355 * Set up autosuspend of @dev or suspend it (depending on whether or not
356 * autosuspend is enabled for it) without engaging its "idle check" callback.
394 * pm_request_autosuspend - Queue up autosuspend of a device.
470 * __pm_runtime_put_autosuspend - Drop device usage counter and queue autosuspend if 0.
482 * pm_runtime_put_autosuspend - Drop device usage counter and queue autosuspend if 0.
500 * return value, set up autosuspend of @dev or suspend it (depending on whether
501 * or not autosuspend has been enabled for it).
529 * pm_runtime_put_sync_autosuspend - Drop device usage counter and autosuspend if 0.
533 * equal to 0, set up autosuspend of @dev or suspend it synchronously (depending
534 * on whether or not autosuspend has been enabled for it).
596 * pm_runtime_use_autosuspend - Allow autosuspend to be used for a device.
599 * Allow the runtime PM autosuspend mechanism to be used for @dev whenever
600 * requested (or "autosuspend" will be handled as direct runtime-suspend for
613 * pm_runtime_dont_use_autosuspend - Prevent autosuspend from being used.
616 * Prevent the runtime PM autosuspend mechanism from being used for @dev which
617 * means that "autosuspend" will be handled as direct runtime-suspend for it