Searched refs:timeout_sec (Results 1 – 1 of 1) sorted by relevance
426 void btu_start_timer(TIMER_LIST_ENT *p_tle, UINT16 type, UINT32 timeout_sec) in btu_start_timer() argument449 p_tle->ticks = timeout_sec; in btu_start_timer()451 osi_alarm_set(alarm, (period_ms_t)(timeout_sec * 1000)); in btu_start_timer()627 void btu_start_timer_oneshot(TIMER_LIST_ENT *p_tle, UINT16 type, UINT32 timeout_sec) in btu_start_timer_oneshot() argument651 p_tle->ticks = timeout_sec; in btu_start_timer_oneshot()652 osi_alarm_set(alarm, (period_ms_t)(timeout_sec * 1000)); in btu_start_timer_oneshot()