Lines Matching refs:wakeup_timer_started
95 uint32_t wakeup_timer_started : 1; // whether wakeup timer is started member
797 assert (s_lp_stat.wakeup_timer_started == 0); in btdm_sleep_enter_phase1_wrapper()
800 s_lp_stat.wakeup_timer_started = 1; in btdm_sleep_enter_phase1_wrapper()
848 if (s_lp_cntl.wakeup_timer_required && s_lp_stat.wakeup_timer_started) { in btdm_sleep_exit_phase3_wrapper()
850 s_lp_stat.wakeup_timer_started = 0; in btdm_sleep_exit_phase3_wrapper()
876 if (s_lp_cntl.wakeup_timer_required && s_lp_stat.wakeup_timer_started) { in btdm_sleep_exit_phase0()
878 s_lp_stat.wakeup_timer_started = 0; in btdm_sleep_exit_phase0()
922 if (s_lp_cntl.wakeup_timer_required && s_lp_stat.wakeup_timer_started) { in async_wakeup_request()
924 s_lp_stat.wakeup_timer_started = 0; in async_wakeup_request()
1508 if (s_lp_stat.wakeup_timer_started) { in btdm_low_power_mode_deinit()
1511 s_lp_stat.wakeup_timer_started = 0; in btdm_low_power_mode_deinit()