Lines Matching full:battery
7 Charger Manager provides in-kernel battery charger management that
9 and where each battery may have multiple chargers attached and the userland
14 represents an independent battery with chargers. If there are multiple
27 different information about the battery status. This framework
32 While the battery is being charged and the system is in suspend-to-RAM,
33 we may need to monitor the battery health by looking at the ambient or
34 battery temperature. We can accomplish this by waking up the system
36 monitoring the battery health and tasks, and user processes that are
41 only affects the charging time, but the lifespan of the battery.
50 * Support for premature full-battery event handling
51 If the battery voltage drops by "fullbatt_vchkdrop_uV" after
52 "fullbatt_vchkdrop_ms" from the full-battery event, the framework
98 When cm_suspend_again is called, it monitors every battery. The suspend_ops
111 For each battery charged independently from other batteries (if a series of
113 battery), an instance of Charger Manager is attached to it. The following
118 The power-supply-class name of the battery. Default is
119 "battery" if psy_name is NULL. Users can access the psy entries
124 do not poll this battery.
126 always poll this battery.
128 poll this battery if and only if an external power
131 poll this battery if and only if the battery is being charged.
135 battery voltage drop fullbatt_vchkdrop_ms after the battery is fully
137 Manager will try to recharge the battery by disabling and enabling
144 that the battery is full (capacity = 100) if the battery is not being
145 charged and the battery voltage is equal to or greater than
150 this battery every polling_interval_ms or more frequently.
154 assume that the battery exists.
156 assume that the battery does not exists.
158 get battery presence information from fuel gauge.
160 get battery presence from chargers.
167 the battery is {"FULL" or not FULL} or {"FULL", "Charging",
182 The source of temperature can be battery or ambient one according to
199 At the charger/battery-related events such as battery-pulled-out,
203 a) charger-on/off b) external-power-in/out c) battery-in/out (while charging)