wakeup_source 330 include/acpi/acpi_bus.h struct wakeup_source *ws; wakeup_source 540 include/linux/pm.h struct wakeup_source; wakeup_source 573 include/linux/pm.h struct wakeup_source *wakeup; wakeup_source 83 include/linux/pm_wakeup.h extern void wakeup_source_prepare(struct wakeup_source *ws, const char *name); wakeup_source 84 include/linux/pm_wakeup.h extern struct wakeup_source *wakeup_source_create(const char *name); wakeup_source 85 include/linux/pm_wakeup.h extern void wakeup_source_drop(struct wakeup_source *ws); wakeup_source 86 include/linux/pm_wakeup.h extern void wakeup_source_destroy(struct wakeup_source *ws); wakeup_source 87 include/linux/pm_wakeup.h extern void wakeup_source_add(struct wakeup_source *ws); wakeup_source 88 include/linux/pm_wakeup.h extern void wakeup_source_remove(struct wakeup_source *ws); wakeup_source 89 include/linux/pm_wakeup.h extern struct wakeup_source *wakeup_source_register(const char *name); wakeup_source 90 include/linux/pm_wakeup.h extern void wakeup_source_unregister(struct wakeup_source *ws); wakeup_source 96 include/linux/pm_wakeup.h extern void __pm_stay_awake(struct wakeup_source *ws); wakeup_source 98 include/linux/pm_wakeup.h extern void __pm_relax(struct wakeup_source *ws); wakeup_source 100 include/linux/pm_wakeup.h extern void __pm_wakeup_event(struct wakeup_source *ws, unsigned int msec); wakeup_source 115 include/linux/pm_wakeup.h static inline void wakeup_source_prepare(struct wakeup_source *ws, wakeup_source 118 include/linux/pm_wakeup.h static inline struct wakeup_source *wakeup_source_create(const char *name) wakeup_source 123 include/linux/pm_wakeup.h static inline void wakeup_source_drop(struct wakeup_source *ws) {} wakeup_source 125 include/linux/pm_wakeup.h static inline void wakeup_source_destroy(struct wakeup_source *ws) {} wakeup_source 127 include/linux/pm_wakeup.h static inline void wakeup_source_add(struct wakeup_source *ws) {} wakeup_source 129 include/linux/pm_wakeup.h static inline void wakeup_source_remove(struct wakeup_source *ws) {} wakeup_source 131 include/linux/pm_wakeup.h static inline struct wakeup_source *wakeup_source_register(const char *name) wakeup_source 136 include/linux/pm_wakeup.h static inline void wakeup_source_unregister(struct wakeup_source *ws) {} wakeup_source 168 include/linux/pm_wakeup.h static inline void __pm_stay_awake(struct wakeup_source *ws) {} wakeup_source 172 include/linux/pm_wakeup.h static inline void __pm_relax(struct wakeup_source *ws) {} wakeup_source 176 include/linux/pm_wakeup.h static inline void __pm_wakeup_event(struct wakeup_source *ws, unsigned int msec) {} wakeup_source 182 include/linux/pm_wakeup.h static inline void wakeup_source_init(struct wakeup_source *ws, wakeup_source 189 include/linux/pm_wakeup.h static inline void wakeup_source_trash(struct wakeup_source *ws) wakeup_source 186 include/trace/events/power.h DECLARE_EVENT_CLASS(wakeup_source, wakeup_source 206 include/trace/events/power.h DEFINE_EVENT(wakeup_source, wakeup_source_activate, wakeup_source 213 include/trace/events/power.h DEFINE_EVENT(wakeup_source, wakeup_source_deactivate,