Lines Matching refs:get_timer
279 get_timer(priv->auto_screen_off_timeout) > in check_key_press()
317 get_timer(priv->suspend_delay_timeout) <= SYSTEM_SUSPEND_DELAY_MS) in system_suspend_enter()
357 priv->suspend_delay_timeout = get_timer(0); in system_suspend_enter()
693 charge_start = get_timer(0); in charge_animation_show()
694 delta = get_timer(0); in charge_animation_show()
703 if (!first_poll_fg && get_timer(delta) < FUEL_GAUGE_POLL_MS) in charge_animation_show()
706 delta = get_timer(0); in charge_animation_show()
787 debug_start = get_timer(0); in charge_animation_show()
788 if (get_timer(debug_start) > 30000) { in charge_animation_show()
789 debug_start = get_timer(0); in charge_animation_show()
792 get_timer(0) / 1000, soc, voltage, in charge_animation_show()
844 show_start = get_timer(0); in charge_animation_show()
910 priv->auto_screen_off_timeout = get_timer(0); in charge_animation_show()
920 if (get_timer(show_start) > image[show_idx].period) { in charge_animation_show()
921 show_start = get_timer(0); in charge_animation_show()
967 priv->suspend_delay_timeout = get_timer(0); in charge_animation_show()
1019 ms = get_timer(charge_start); in charge_animation_show()