Searched refs:moxaTimer (Results 1 – 1 of 1) sorted by relevance
227 static struct timer_list moxaTimer; variable320 del_timer(&moxaTimer); in cleanup_module()433 init_timer(&moxaTimer); in moxa_init()434 moxaTimer.function = moxa_poll; in moxa_init()435 moxaTimer.expires = jiffies + (HZ / 50); in moxa_init()437 add_timer(&moxaTimer); in moxa_init()989 del_timer(&moxaTimer); in moxa_poll()992 moxaTimer.function = moxa_poll; in moxa_poll()993 moxaTimer.expires = jiffies + (HZ / 50); in moxa_poll()995 add_timer(&moxaTimer); in moxa_poll()[all …]