Searched refs:powerup_timer (Results 1 – 2 of 2) sorted by relevance
191 struct timer_list powerup_timer; member
772 mod_timer(&info->powerup_timer, in startup()2426 init_timer(&zss->powerup_timer); in chan_init()2427 zss->powerup_timer.function = powerup_done; in chan_init()2428 zss->powerup_timer.data = (unsigned long) zss; in chan_init()