Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
charger_global_desc Struct Reference

#include <charger-manager.h>

Data Fields

charrtc_name
 
bool(* rtc_only_wakeup )(void)
 
bool assume_timer_stops_in_suspend
 

Detailed Description

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.

Field Documentation

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.

bool(* rtc_only_wakeup)(void)

Definition at line 63 of file charger-manager.h.


The documentation for this struct was generated from the following file: