Linux Kernel
3.7.1
|
#include <charger-manager.h>
Data Fields | |
char * | rtc_name |
bool(* | rtc_only_wakeup )(void) |
bool | assume_timer_stops_in_suspend |
struct charger_global_desc : the name of RTC used to wake up the system from suspend. : If the system is woken up by waekup-sources other than the RTC or callbacks, Charger Manager should recognize with rtc_only_wakeup() returning false. If the RTC given to CM is the only wakeup reason, rtc_only_wakeup should return true. : Assume that the jiffy timer stops in suspend-to-RAM. When enabled, CM does not rely on jiffies value in suspend_again and assumes that jiffies value does not change during suspend.
Definition at line 60 of file charger-manager.h.
bool assume_timer_stops_in_suspend |
Definition at line 65 of file charger-manager.h.
char* rtc_name |
Definition at line 61 of file charger-manager.h.
Definition at line 63 of file charger-manager.h.