Searched refs:status_check_timer (Results 1 – 1 of 1) sorted by relevance
126 struct timer_list status_check_timer; member564 status_check_timer); in speedtch_status_poll()570 mod_timer(&instance->status_check_timer, jiffies + msecs_to_jiffies(instance->poll_delay)); in speedtch_status_poll()617 timer_delete(&instance->status_check_timer); in speedtch_handle_int()681 mod_timer(&instance->status_check_timer, jiffies + msecs_to_jiffies(1000)); in speedtch_atm_start()693 timer_delete_sync(&instance->status_check_timer); in speedtch_atm_stop()867 timer_setup(&instance->status_check_timer, speedtch_status_poll, 0); in speedtch_bind()