• Home
  • Raw
  • Download

Lines Matching refs:wakeup_source

71 static struct wakeup_source deleted_ws = {
82 struct wakeup_source *wakeup_source_create(const char *name) in wakeup_source_create()
84 struct wakeup_source *ws; in wakeup_source_create()
116 static void wakeup_source_record(struct wakeup_source *ws) in wakeup_source_record()
141 static void wakeup_source_free(struct wakeup_source *ws) in wakeup_source_free()
154 void wakeup_source_destroy(struct wakeup_source *ws) in wakeup_source_destroy()
169 void wakeup_source_add(struct wakeup_source *ws) in wakeup_source_add()
190 void wakeup_source_remove(struct wakeup_source *ws) in wakeup_source_remove()
216 struct wakeup_source *wakeup_source_register(struct device *dev, in wakeup_source_register()
219 struct wakeup_source *ws; in wakeup_source_register()
241 void wakeup_source_unregister(struct wakeup_source *ws) in wakeup_source_unregister()
258 static int device_wakeup_attach(struct device *dev, struct wakeup_source *ws) in device_wakeup_attach()
280 struct wakeup_source *ws; in device_wakeup_enable()
315 struct wakeup_source *ws; in device_wakeup_attach_irq()
337 struct wakeup_source *ws; in device_wakeup_detach_irq()
351 struct wakeup_source *ws; in device_wakeup_arm_wake_irqs()
367 struct wakeup_source *ws; in device_wakeup_disarm_wake_irqs()
382 static struct wakeup_source *device_wakeup_detach(struct device *dev) in device_wakeup_detach()
384 struct wakeup_source *ws; in device_wakeup_detach()
402 struct wakeup_source *ws; in device_wakeup_disable()
488 static bool wakeup_source_not_registered(struct wakeup_source *ws) in wakeup_source_not_registered()
533 static void wakeup_source_activate(struct wakeup_source *ws) in wakeup_source_activate()
558 static void wakeup_source_report_event(struct wakeup_source *ws, bool hard) in wakeup_source_report_event()
578 void __pm_stay_awake(struct wakeup_source *ws) in __pm_stay_awake()
620 static void update_prevent_sleep_time(struct wakeup_source *ws, ktime_t now) in update_prevent_sleep_time()
626 static inline void update_prevent_sleep_time(struct wakeup_source *ws, in update_prevent_sleep_time()
638 static void wakeup_source_deactivate(struct wakeup_source *ws) in wakeup_source_deactivate()
695 void __pm_relax(struct wakeup_source *ws) in __pm_relax()
738 struct wakeup_source *ws = from_timer(ws, t, timer); in pm_wakeup_timer_fn()
765 void pm_wakeup_ws_event(struct wakeup_source *ws, unsigned int msec, bool hard) in pm_wakeup_ws_event()
819 struct wakeup_source *ws, *last_active_ws = NULL; in pm_get_active_wakeup_sources()
850 struct wakeup_source *ws; in pm_print_active_wakeup_sources()
852 struct wakeup_source *last_activity_ws = NULL; in pm_print_active_wakeup_sources()
1001 struct wakeup_source *ws; in pm_wakep_autosleep_enabled()
1029 struct wakeup_source *ws) in print_wakeup_source_stats()
1074 struct wakeup_source *ws; in wakeup_sources_stats_seq_start()
1096 struct wakeup_source *ws = v; in wakeup_sources_stats_seq_next()
1097 struct wakeup_source *next_ws = NULL; in wakeup_sources_stats_seq_next()
1123 struct wakeup_source *ws = v; in wakeup_sources_stats_seq_show()