Lines Matching defs:charge_animation_pdata
15 struct charge_animation_pdata { struct
16 int android_charge; /* android charge, 1: enable, 0: disable */
17 int uboot_charge; /* u-boot charge, 1: enable, 0: disable */
19 int auto_exit_charge; /* energy enough auto exit uboot charging*/
20 int exit_charge_voltage;/* lowest voltage allowed to exit charging */
21 int exit_charge_level; /* lowest soc level allowed to exit charging */
22 int low_power_voltage; /* below this voltage, force system into charge mode anyway */
23 int screen_on_voltage; /* lowest voltage allowed to turn on screen */
25 int system_suspend; /* enter ATF system suspend, 1: enable, 0: disable */
26 int auto_wakeup_interval;/* timeout seconds to auto wakeup system */
27 int auto_wakeup_screen_invert;/* auto wakeup system, 1: enable, 0: disable */
28 int auto_off_screen_interval;/* timeout seconds to auto turn off screen */
30 struct regulator_mem *regulators_mem; /* assigned regulator suspend state */