Home
last modified time | relevance | path

Searched refs:pm_runtime_autosuspend (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/include/linux/
Dpm_runtime.h168 static inline int pm_runtime_autosuspend(struct device *dev) in pm_runtime_autosuspend() function
/linux-3.4.99/Documentation/power/
Druntime_pm.txt315 int pm_runtime_autosuspend(struct device *dev);
387 pm_runtime_autosuspend(dev) and return its result
501 pm_runtime_autosuspend()
796 Instead of: pm_runtime_suspend use: pm_runtime_autosuspend;
/linux-3.4.99/drivers/usb/core/
Ddriver.c1742 pm_runtime_autosuspend(dev); in usb_runtime_idle()