Searched refs:status_check_timer (Results 1 – 1 of 1) sorted by relevance
127 struct timer_list status_check_timer; member565 status_check_timer); in speedtch_status_poll()571 mod_timer(&instance->status_check_timer, jiffies + msecs_to_jiffies(instance->poll_delay)); in speedtch_status_poll()618 timer_delete(&instance->status_check_timer); in speedtch_handle_int()682 mod_timer(&instance->status_check_timer, jiffies + msecs_to_jiffies(1000)); in speedtch_atm_start()694 timer_delete_sync(&instance->status_check_timer); in speedtch_atm_stop()868 timer_setup(&instance->status_check_timer, speedtch_status_poll, 0); in speedtch_bind()