Lines Matching refs:ws
89 extern void wakeup_source_destroy(struct wakeup_source *ws);
90 extern void wakeup_source_add(struct wakeup_source *ws);
91 extern void wakeup_source_remove(struct wakeup_source *ws);
94 extern void wakeup_source_unregister(struct wakeup_source *ws);
100 extern void __pm_stay_awake(struct wakeup_source *ws);
102 extern void __pm_relax(struct wakeup_source *ws);
104 extern void pm_wakeup_ws_event(struct wakeup_source *ws, unsigned int msec, bool hard);
124 static inline void wakeup_source_destroy(struct wakeup_source *ws) {} in wakeup_source_destroy() argument
126 static inline void wakeup_source_add(struct wakeup_source *ws) {} in wakeup_source_add() argument
128 static inline void wakeup_source_remove(struct wakeup_source *ws) {} in wakeup_source_remove() argument
136 static inline void wakeup_source_unregister(struct wakeup_source *ws) {} in wakeup_source_unregister() argument
170 static inline void __pm_stay_awake(struct wakeup_source *ws) {} in __pm_stay_awake() argument
174 static inline void __pm_relax(struct wakeup_source *ws) {} in __pm_relax() argument
178 static inline void pm_wakeup_ws_event(struct wakeup_source *ws, in pm_wakeup_ws_event() argument
186 static inline void __pm_wakeup_event(struct wakeup_source *ws, unsigned int msec) in __pm_wakeup_event() argument
188 return pm_wakeup_ws_event(ws, msec, false); in __pm_wakeup_event()