Searched refs:status_check_timer (Results 1 – 1 of 1) sorted by relevance
126 struct timer_list status_check_timer; member563 status_check_timer); in speedtch_status_poll()569 mod_timer(&instance->status_check_timer, jiffies + msecs_to_jiffies(instance->poll_delay)); in speedtch_status_poll()615 del_timer(&instance->status_check_timer); in speedtch_handle_int()679 mod_timer(&instance->status_check_timer, jiffies + msecs_to_jiffies(1000)); in speedtch_atm_start()691 del_timer_sync(&instance->status_check_timer); in speedtch_atm_stop()865 timer_setup(&instance->status_check_timer, speedtch_status_poll, 0); in speedtch_bind()