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

/linux-master/kernel/power/
H A Dautosleep.c98 __pm_stay_awake(autosleep_ws);
H A Dwakelock.c241 __pm_stay_awake(wl->ws);
/linux-master/include/linux/
H A Dpm_wakeup.h113 extern void __pm_stay_awake(struct wakeup_source *ws);
181 static inline void __pm_stay_awake(struct wakeup_source *ws) {} function
/linux-master/drivers/base/power/
H A Dwakeup.c598 * __pm_stay_awake - Notify the PM core of a wakeup event.
603 void __pm_stay_awake(struct wakeup_source *ws) function
618 EXPORT_SYMBOL_GPL(__pm_stay_awake); variable
625 * __pm_stay_awake for the @dev's wakeup source object.
639 __pm_stay_awake(dev->power.wakeup);
674 * possible that __pm_stay_awake() will be called in the meantime and
716 * __pm_stay_awake().
/linux-master/fs/
H A Deventpoll.c679 __pm_stay_awake(ws);
695 __pm_stay_awake(ws);
1825 __pm_stay_awake(ep->ws);

Completed in 111 milliseconds