|
@@ -387,10 +387,12 @@ extern int unregister_pm_notifier(struct notifier_block *nb);
|
|
|
|
|
|
/* drivers/base/power/wakeup.c */
|
|
/* drivers/base/power/wakeup.c */
|
|
extern bool events_check_enabled;
|
|
extern bool events_check_enabled;
|
|
|
|
+extern unsigned int pm_wakeup_irq;
|
|
|
|
|
|
extern bool pm_wakeup_pending(void);
|
|
extern bool pm_wakeup_pending(void);
|
|
extern void pm_system_wakeup(void);
|
|
extern void pm_system_wakeup(void);
|
|
extern void pm_wakeup_clear(void);
|
|
extern void pm_wakeup_clear(void);
|
|
|
|
+extern void pm_system_irq_wakeup(unsigned int irq_number);
|
|
extern bool pm_get_wakeup_count(unsigned int *count, bool block);
|
|
extern bool pm_get_wakeup_count(unsigned int *count, bool block);
|
|
extern bool pm_save_wakeup_count(unsigned int count);
|
|
extern bool pm_save_wakeup_count(unsigned int count);
|
|
extern void pm_wakep_autosleep_enabled(bool set);
|
|
extern void pm_wakep_autosleep_enabled(bool set);
|
|
@@ -440,6 +442,7 @@ static inline int unregister_pm_notifier(struct notifier_block *nb)
|
|
static inline bool pm_wakeup_pending(void) { return false; }
|
|
static inline bool pm_wakeup_pending(void) { return false; }
|
|
static inline void pm_system_wakeup(void) {}
|
|
static inline void pm_system_wakeup(void) {}
|
|
static inline void pm_wakeup_clear(void) {}
|
|
static inline void pm_wakeup_clear(void) {}
|
|
|
|
+static inline void pm_system_irq_wakeup(unsigned int irq_number) {}
|
|
|
|
|
|
static inline void lock_system_sleep(void) {}
|
|
static inline void lock_system_sleep(void) {}
|
|
static inline void unlock_system_sleep(void) {}
|
|
static inline void unlock_system_sleep(void) {}
|