Searched refs:vup_timer (Results 1 – 2 of 2) sorted by relevance
77 osi_alarm_t *vup_timer; member
203 if (p_dev->vup_timer) { in btc_hh_stop_vup_timer()204 osi_alarm_free(p_dev->vup_timer); in btc_hh_stop_vup_timer()205 p_dev->vup_timer = NULL; in btc_hh_stop_vup_timer()264 if (p_dev->vup_timer) { in btc_hh_start_vup_timer()265 osi_alarm_free(p_dev->vup_timer); in btc_hh_start_vup_timer()266 p_dev->vup_timer = NULL; in btc_hh_start_vup_timer()268 …if ((p_dev->vup_timer = osi_alarm_new("btc_hh.vup_timer", btc_hh_timer_timeout, p_dev, BTC_TIMEOUT… in btc_hh_start_vup_timer()1254 if (btc_hh_cb.devices[i].vup_timer) { in btc_hh_cb_handler()1255 osi_alarm_free(btc_hh_cb.devices[i].vup_timer); in btc_hh_cb_handler()