Lines Matching refs:t
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);
194 static void t_idle(struct timer_list *t);
999 void (*handler)(struct timer_list *t), in __scc_start_tx_timer() argument
1017 void (*handler)(struct timer_list *t), in scc_start_tx_timer() argument
1128 static void t_dwait(struct timer_list *t) in t_dwait() argument
1130 struct scc_channel *scc = from_timer(scc, t, tx_t); in t_dwait()
1170 static void t_txdelay(struct timer_list *t) in t_txdelay() argument
1172 struct scc_channel *scc = from_timer(scc, t, tx_t); in t_txdelay()
1191 static void t_tail(struct timer_list *t) in t_tail() argument
1193 struct scc_channel *scc = from_timer(scc, t, tx_t); in t_tail()
1218 static void t_busy(struct timer_list *t) in t_busy() argument
1220 struct scc_channel *scc = from_timer(scc, t, tx_wdog); in t_busy()
1237 static void t_maxkeyup(struct timer_list *t) in t_maxkeyup() argument
1239 struct scc_channel *scc = from_timer(scc, t, tx_wdog); in t_maxkeyup()
1271 static void t_idle(struct timer_list *t) in t_idle() argument
1273 struct scc_channel *scc = from_timer(scc, t, tx_t); in t_idle()
1404 static void scc_stop_calibrate(struct timer_list *t) in scc_stop_calibrate() argument
1406 struct scc_channel *scc = from_timer(scc, t, tx_wdog); in scc_stop_calibrate()