Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/char/
Dmoxa.c229 static struct timer_list moxaEmptyTimer[MAX_PORTS]; variable
324 del_timer(&moxaEmptyTimer[i]); in cleanup_module()
427 init_timer(&moxaEmptyTimer[i]); in moxa_init()
428 moxaEmptyTimer[i].function = check_xmit_empty; in moxa_init()
429 moxaEmptyTimer[i].data = (unsigned long) & moxaChannels[i]; in moxa_init()
674 del_timer(&moxaEmptyTimer[ch->port]); in moxa_close()
1187 del_timer(&moxaEmptyTimer[ch->port]); in setup_empty_event()
1188 moxaEmptyTimer[ch->port].expires = jiffies + HZ; in setup_empty_event()
1190 add_timer(&moxaEmptyTimer[ch->port]); in setup_empty_event()
1200 del_timer(&moxaEmptyTimer[ch->port]); in check_xmit_empty()
[all …]