Lines Matching full:autosuspend
192 * Update the last access time of @dev used by the runtime PM autosuspend
288 * pm_runtime_idle - Conditionally set up autosuspend of a device or suspend it.
292 * set up autosuspend of @dev or suspend it (depending on whether or not
293 * autosuspend has been enabled for it).
310 * pm_runtime_autosuspend - Set up autosuspend of a device or suspend it.
313 * Set up autosuspend of @dev or suspend it (depending on whether or not
314 * autosuspend is enabled for it) without engaging its "idle check" callback.
352 * pm_request_autosuspend - Queue up autosuspend of a device.
425 * pm_runtime_put_autosuspend - Drop device usage counter and queue autosuspend if 0.
443 * return value, set up autosuspend of @dev or suspend it (depending on whether
444 * or not autosuspend has been enabled for it).
472 * pm_runtime_put_sync_autosuspend - Drop device usage counter and autosuspend if 0.
476 * equal to 0, set up autosuspend of @dev or suspend it synchronously (depending
477 * on whether or not autosuspend has been enabled for it).
532 * pm_runtime_use_autosuspend - Allow autosuspend to be used for a device.
535 * Allow the runtime PM autosuspend mechanism to be used for @dev whenever
536 * requested (or "autosuspend" will be handled as direct runtime-suspend for
545 * pm_runtime_dont_use_autosuspend - Prevent autosuspend from being used.
548 * Prevent the runtime PM autosuspend mechanism from being used for @dev which
549 * means that "autosuspend" will be handled as direct runtime-suspend for it