switchover_timer 188 drivers/char/tlclk.c static struct timer_list switchover_timer; switchover_timer 808 drivers/char/tlclk.c timer_setup(&switchover_timer, switchover_timeout, 0); switchover_timer 853 drivers/char/tlclk.c del_timer_sync(&switchover_timer); switchover_timer 871 drivers/char/tlclk.c del_timer(&switchover_timer); switchover_timer 923 drivers/char/tlclk.c switchover_timer.expires = jiffies + msecs_to_jiffies(10); switchover_timer 925 drivers/char/tlclk.c mod_timer(&switchover_timer, switchover_timer.expires);