Searched refs:ptimer (Results 1 – 2 of 2) sorted by relevance
238 mod_timer(&card->ptimer, jiffies+3); in act2000_poll()267 card->ptimer.expires = jiffies + 3; in act2000_command()268 card->ptimer.function = act2000_poll; in act2000_command()269 card->ptimer.data = (unsigned long)card; in act2000_command()270 add_timer(&card->ptimer); in act2000_command()589 init_timer(&card->ptimer); in act2000_alloccard()799 del_timer(&card->ptimer); in act2000_exit()
167 struct timer_list ptimer; /* Poll timer */ member