Lines Matching refs:timer_list
189 static void t_dwait(struct timer_list *t);
190 static void t_txdelay(struct timer_list *t);
191 static void t_tail(struct timer_list *t);
192 static void t_busy(struct timer_list *);
193 static void t_maxkeyup(struct timer_list *);
194 static void t_idle(struct timer_list *t);
197 void (*)(struct timer_list *), unsigned long);
999 void (*handler)(struct timer_list *t), in __scc_start_tx_timer()
1017 void (*handler)(struct timer_list *t), in scc_start_tx_timer()
1128 static void t_dwait(struct timer_list *t) in t_dwait()
1170 static void t_txdelay(struct timer_list *t) in t_txdelay()
1191 static void t_tail(struct timer_list *t) in t_tail()
1218 static void t_busy(struct timer_list *t) in t_busy()
1237 static void t_maxkeyup(struct timer_list *t) in t_maxkeyup()
1271 static void t_idle(struct timer_list *t) in t_idle()
1404 static void scc_stop_calibrate(struct timer_list *t) in scc_stop_calibrate()