Searched refs:__pm_relax (Results 1 - 5 of 5) sorted by relevance

/linux-master/kernel/power/
H A Dautosleep.c104 __pm_relax(autosleep_ws);
H A Dwakelock.c277 __pm_relax(wl->ws);
/linux-master/include/linux/
H A Dpm_wakeup.h115 extern void __pm_relax(struct wakeup_source *ws);
185 static inline void __pm_relax(struct wakeup_source *ws) {} function
/linux-master/drivers/base/power/
H A Dwakeup.c157 __pm_relax(ws);
671 * __pm_relax() may be called directly or from a timer function.
673 * started, but before the timer function calls __pm_relax(), it is
676 * by the __pm_relax() called from the timer function, but in such a
712 * __pm_relax - Notify the PM core that processing of a wakeup event has ended.
720 void __pm_relax(struct wakeup_source *ws) function
732 EXPORT_SYMBOL_GPL(__pm_relax); variable
738 * Execute __pm_relax() for the @dev's wakeup source object.
748 __pm_relax(dev->power.wakeup);
/linux-master/fs/
H A Deventpoll.c760 __pm_relax(ep->ws);
973 __pm_relax(ep_wakeup_source(epi));
1826 __pm_relax(ws);

Completed in 242 milliseconds