Searched refs:tst_timer (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/atm/
H A Didt77252.c1531 tst_timer(struct timer_list *t) function
1533 struct idt77252_dev *card = from_timer(card, t, tst_timer);
1549 mod_timer(&card->tst_timer, jiffies + 1);
1586 mod_timer(&card->tst_timer, jiffies + 1);
1634 if (timer_pending(&card->tst_timer))
1664 if (!timer_pending(&card->tst_timer))
1665 mod_timer(&card->tst_timer, jiffies + 1);
1684 if (timer_pending(&card->tst_timer))
1707 if (!timer_pending(&card->tst_timer))
1708 mod_timer(&card->tst_timer, jiffie
[all...]
H A Didt77252.h399 struct timer_list tst_timer; member in struct:idt77252_dev

Completed in 99 milliseconds