Home
last modified time | relevance | path

Searched defs:charge_animation_pdata (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/u-boot/include/power/
H A Dcharge_animation.h15 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 */
[all …]