Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/power/
H A Dcharge_animation.c64 int auto_wakeup_key_state; member
268 if (priv->auto_wakeup_key_state == KEY_PRESS_DOWN) { in check_key_press()
270 priv->auto_wakeup_key_state = KEY_PRESS_NONE; in check_key_press()
376 priv->auto_wakeup_key_state = KEY_PRESS_DOWN; in autowake_timer_handler()
857 priv->auto_wakeup_key_state == KEY_PRESS_DOWN && in charge_animation_show()