Home
last modified time | relevance | path

Searched refs:moxaTimer (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/drivers/char/
Dmoxa.c227 static struct timer_list moxaTimer; variable
320 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 …]