Searched refs:RPM_ASYNC (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/linux/
H A Dpm_runtime.h18 #define RPM_ASYNC 0x01 /* Request is asynchronous */ macro
363 return __pm_runtime_idle(dev, RPM_ASYNC);
372 return __pm_runtime_resume(dev, RPM_ASYNC);
384 return __pm_runtime_suspend(dev, RPM_ASYNC | RPM_AUTO);
396 return __pm_runtime_resume(dev, RPM_GET_PUT | RPM_ASYNC);
448 return __pm_runtime_idle(dev, RPM_GET_PUT | RPM_ASYNC);
460 return __pm_runtime_suspend(dev, RPM_GET_PUT | RPM_ASYNC | RPM_AUTO);
473 RPM_GET_PUT | RPM_ASYNC | RPM_AUTO);
/linux-master/drivers/base/power/
H A Druntime.c462 * the RPM_ASYNC flag is set then queue an idle-notification request; otherwise
507 if (rpmflags & RPM_ASYNC) {
547 * or wait for it to finish, depending on the RPM_NOWAIT and RPM_ASYNC
548 * flags. If the RPM_ASYNC flag is set then queue a suspend request;
575 if (dev->power.runtime_status == RPM_RESUMING && !(rpmflags & RPM_ASYNC))
622 if (rpmflags & (RPM_ASYNC | RPM_NOWAIT)) {
657 if (rpmflags & RPM_ASYNC) {
703 rpm_idle(parent, RPM_ASYNC);
754 * RPM_NOWAIT and RPM_ASYNC flags. Similarly, if there's a suspend running in
756 * suspending (deferred_resume) or wait for it to finish. If the RPM_ASYNC
[all...]

Completed in 111 milliseconds