Lines Matching full:charge

70  * IF you want to use your own charge images, please:
195 /* charge mode */ in charge_animation_ofdata_to_platdata()
197 dev_read_u32_default(dev, "rockchip,uboot-charge-on", 0); in charge_animation_ofdata_to_platdata()
199 dev_read_u32_default(dev, "rockchip,android-charge-on", 0); in charge_animation_ofdata_to_platdata()
202 dev_read_u32_default(dev, "rockchip,uboot-exit-charge-auto", 0); in charge_animation_ofdata_to_platdata()
204 dev_read_u32_default(dev, "rockchip,uboot-exit-charge-level", 0); in charge_animation_ofdata_to_platdata()
206 dev_read_u32_default(dev, "rockchip,uboot-exit-charge-voltage", 0); in charge_animation_ofdata_to_platdata()
476 * Call the fuel/charge again to update something specific in sys_shutdown()
480 * fuel/charge need to update something before shutdown. in sys_shutdown()
532 * including charge current, coulometer or other. in charge_extrem_low_power()
557 printf("Extrem low charge: exit by ctrl+c\n"); in charge_extrem_low_power()
590 * 1. Extrem low power charge? in charge_animation_show()
593 * 4. U-Boot charge enabled by dts config? in charge_animation_show()
594 * 5. Screen off before charge? in charge_animation_show()
595 * 6. Enter charge ! in charge_animation_show()
599 printf("Exit charge: battery is not exist\n"); in charge_animation_show()
603 /* Extrem low power charge */ in charge_animation_show()
606 printf("extrem low power charge failed, ret=%d\n", ret); in charge_animation_show()
612 printf("Exit charge: due to preboot cmd '%s'\n", preboot); in charge_animation_show()
616 /* Not valid charge mode, exit */ in charge_animation_show()
621 printf("Exit charge: due to boot mode\n"); in charge_animation_show()
651 printf("Exit charge: due to charger offline\n"); in charge_animation_show()
655 /* Enter android charge, set property for kernel */ in charge_animation_show()
658 printf("Android charge mode\n"); in charge_animation_show()
661 /* Not enable U-Boot charge, exit */ in charge_animation_show()
663 printf("Exit charge: due to not enable uboot charge\n"); in charge_animation_show()
769 printf("soc(%d%%) exit charge animation...\n", in charge_animation_show()
775 printf("vol(%d) exit charge animation...\n", in charge_animation_show()
888 printf("battery FULL,exit charge animation\n"); in charge_animation_show()
998 printf("Exit charge animation...\n"); in charge_animation_show()
1011 printf("Exit charge, due to ctrl+c\n"); in charge_animation_show()
1106 /* Initialize charge current */ in charge_animation_probe()
1123 /* Get charge images */ in charge_animation_probe()
1127 printf("Enable charge animation display\n"); in charge_animation_probe()
1133 { .compatible = "rockchip,uboot-charge" },
1138 .name = "charge-animation",