Lines Matching refs:get_timer
280 get_timer(priv->auto_screen_off_timeout) > in check_key_press()
318 get_timer(priv->suspend_delay_timeout) <= SYSTEM_SUSPEND_DELAY_MS) in system_suspend_enter()
358 priv->suspend_delay_timeout = get_timer(0); in system_suspend_enter()
694 charge_start = get_timer(0); in charge_animation_show()
695 delta = get_timer(0); in charge_animation_show()
704 if (!first_poll_fg && get_timer(delta) < FUEL_GAUGE_POLL_MS) in charge_animation_show()
707 delta = get_timer(0); in charge_animation_show()
788 debug_start = get_timer(0); in charge_animation_show()
789 if (get_timer(debug_start) > 30000) { in charge_animation_show()
790 debug_start = get_timer(0); in charge_animation_show()
793 get_timer(0) / 1000, soc, voltage, in charge_animation_show()
845 show_start = get_timer(0); in charge_animation_show()
911 priv->auto_screen_off_timeout = get_timer(0); in charge_animation_show()
921 if (get_timer(show_start) > image[show_idx].period) { in charge_animation_show()
922 show_start = get_timer(0); in charge_animation_show()
968 priv->suspend_delay_timeout = get_timer(0); in charge_animation_show()
1020 ms = get_timer(charge_start); in charge_animation_show()