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

/linux-master/include/linux/
H A Dpm_runtime.h21 #define RPM_GET_PUT 0x04 /* Increment/decrement the macro
396 return __pm_runtime_resume(dev, RPM_GET_PUT | RPM_ASYNC);
415 return __pm_runtime_resume(dev, RPM_GET_PUT);
430 ret = __pm_runtime_resume(dev, RPM_GET_PUT);
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);
491 return __pm_runtime_idle(dev, RPM_GET_PUT);
507 return __pm_runtime_suspend(dev, RPM_GET_PUT);
524 return __pm_runtime_suspend(dev, RPM_GET_PUT | RPM_AUT
[all...]
/linux-master/drivers/base/power/
H A Druntime.c1078 * If the RPM_GET_PUT flag is set, decrement the device's usage count and
1091 if (rpmflags & RPM_GET_PUT) {
1116 * If the RPM_GET_PUT flag is set, decrement the device's usage count and
1129 if (rpmflags & RPM_GET_PUT) {
1154 * If the RPM_GET_PUT flag is set, increment the device's usage count. Then
1168 if (rpmflags & RPM_GET_PUT)

Completed in 135 milliseconds