Lines Matching refs:timer_list
188 static void t_dwait(struct timer_list *t);
189 static void t_txdelay(struct timer_list *t);
190 static void t_tail(struct timer_list *t);
191 static void t_busy(struct timer_list *);
192 static void t_maxkeyup(struct timer_list *);
193 static void t_idle(struct timer_list *t);
196 void (*)(struct timer_list *), unsigned long);
997 void (*handler)(struct timer_list *t), in __scc_start_tx_timer()
1015 void (*handler)(struct timer_list *t), in scc_start_tx_timer()
1126 static void t_dwait(struct timer_list *t) in t_dwait()
1168 static void t_txdelay(struct timer_list *t) in t_txdelay()
1189 static void t_tail(struct timer_list *t) in t_tail()
1216 static void t_busy(struct timer_list *t) in t_busy()
1235 static void t_maxkeyup(struct timer_list *t) in t_maxkeyup()
1269 static void t_idle(struct timer_list *t) in t_idle()
1402 static void scc_stop_calibrate(struct timer_list *t) in scc_stop_calibrate()