RPM_GET_PUT       221 include/linux/pm_runtime.h 	return __pm_runtime_resume(dev, RPM_GET_PUT | RPM_ASYNC);
RPM_GET_PUT       226 include/linux/pm_runtime.h 	return __pm_runtime_resume(dev, RPM_GET_PUT);
RPM_GET_PUT       231 include/linux/pm_runtime.h 	return __pm_runtime_idle(dev, RPM_GET_PUT | RPM_ASYNC);
RPM_GET_PUT       237 include/linux/pm_runtime.h 	    RPM_GET_PUT | RPM_ASYNC | RPM_AUTO);
RPM_GET_PUT       242 include/linux/pm_runtime.h 	return __pm_runtime_idle(dev, RPM_GET_PUT);
RPM_GET_PUT       247 include/linux/pm_runtime.h 	return __pm_runtime_suspend(dev, RPM_GET_PUT);
RPM_GET_PUT       252 include/linux/pm_runtime.h 	return __pm_runtime_suspend(dev, RPM_GET_PUT | RPM_AUTO);