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

/linux-master/drivers/base/power/
H A Dwakeup.c601 * __pm_stay_awake - Notify the PM core of a wakeup event.
606 void __pm_stay_awake(struct wakeup_source *ws) function
621 EXPORT_SYMBOL_GPL(__pm_stay_awake); variable
628 * __pm_stay_awake for the @dev's wakeup source object.
642 __pm_stay_awake(dev->power.wakeup);
677 * possible that __pm_stay_awake() will be called in the meantime and
719 * __pm_stay_awake().
/linux-master/fs/
H A Deventpoll.c679 __pm_stay_awake(ws);
695 __pm_stay_awake(ws);
1861 __pm_stay_awake(ep->ws);
/linux-master/include/linux/
H A Dpm_wakeup.h113 extern void __pm_stay_awake(struct wakeup_source *ws);
180 static inline void __pm_stay_awake(struct wakeup_source *ws) {} function
/linux-master/kernel/power/
H A Dautosleep.c98 __pm_stay_awake(autosleep_ws);
H A Dwakelock.c241 __pm_stay_awake(wl->ws);

Completed in 241 milliseconds