Home
last modified time | relevance | path

Searched refs:show_idx (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/drivers/power/
H A Dcharge_animation.c581 int start_idx = 0, show_idx = -1, old_show_idx = IMAGE_RECALC_IDX; in charge_animation_show() local
643 show_idx = IMAGE_LOWPOWER_IDX(image_num); in charge_animation_show()
644 charge_show_bmp(image[show_idx].name); in charge_animation_show()
742 debug("step2 (%d)... show_idx=%d\n", screen_on, show_idx); in charge_animation_show()
817 show_idx = IMAGE_RECALC_IDX; in charge_animation_show()
826 if (show_idx == IMAGE_RECALC_IDX) { in charge_animation_show()
841 __func__, show_idx, screen_on); in charge_animation_show()
844 show_idx = start_idx; in charge_animation_show()
848 debug("step3 (%d)... show_idx=%d\n", screen_on, show_idx); in charge_animation_show()
898 if (old_show_idx != show_idx) { in charge_animation_show()
[all …]