Lines Matching full:autosuspend
191 * Update the last access time of @dev used by the runtime PM autosuspend
286 * pm_runtime_idle - Conditionally set up autosuspend of a device or suspend it.
290 * set up autosuspend of @dev or suspend it (depending on whether or not
291 * autosuspend has been enabled for it).
308 * pm_runtime_autosuspend - Set up autosuspend of a device or suspend it.
311 * Set up autosuspend of @dev or suspend it (depending on whether or not
312 * autosuspend is enabled for it) without engaging its "idle check" callback.
350 * pm_request_autosuspend - Queue up autosuspend of a device.
423 * pm_runtime_put_autosuspend - Drop device usage counter and queue autosuspend if 0.
441 * return value, set up autosuspend of @dev or suspend it (depending on whether
442 * or not autosuspend has been enabled for it).
470 * pm_runtime_put_sync_autosuspend - Drop device usage counter and autosuspend if 0.
474 * equal to 0, set up autosuspend of @dev or suspend it synchronously (depending
475 * on whether or not autosuspend has been enabled for it).
530 * pm_runtime_use_autosuspend - Allow autosuspend to be used for a device.
533 * Allow the runtime PM autosuspend mechanism to be used for @dev whenever
534 * requested (or "autosuspend" will be handled as direct runtime-suspend for
543 * pm_runtime_dont_use_autosuspend - Prevent autosuspend from being used.
546 * Prevent the runtime PM autosuspend mechanism from being used for @dev which
547 * means that "autosuspend" will be handled as direct runtime-suspend for it