Lines Matching refs:scc_channel
194 static void scc_tx_done(struct scc_channel *);
195 static void scc_start_tx_timer(struct scc_channel *, void (*)(unsigned long), unsigned long);
196 static void scc_start_maxkeyup(struct scc_channel *);
197 static void scc_start_defer(struct scc_channel *);
201 static void init_channel(struct scc_channel *scc);
202 static void scc_key_trx (struct scc_channel *scc, char tx);
203 static void scc_init_timer(struct scc_channel *scc);
205 static int scc_net_alloc(const char *name, struct scc_channel *scc);
209 static void scc_net_rx(struct scc_channel *scc, struct sk_buff *skb);
220 static struct scc_channel SCC_Info[2 * SCC_MAXCHIPS]; /* information per channel */
275 static inline void wr(struct scc_channel *scc, unsigned char reg, in wr()
281 static inline void or(struct scc_channel *scc, unsigned char reg, unsigned char val) in or()
286 static inline void cl(struct scc_channel *scc, unsigned char reg, unsigned char val) in cl()
295 static inline void scc_discard_buffers(struct scc_channel *scc) in scc_discard_buffers()
321 static inline void scc_notify(struct scc_channel *scc, int event) in scc_notify()
340 static inline void flush_rx_FIFO(struct scc_channel *scc) in flush_rx_FIFO()
355 static void start_hunt(struct scc_channel *scc) in start_hunt()
366 static inline void scc_txint(struct scc_channel *scc) in scc_txint()
430 static inline void scc_exint(struct scc_channel *scc) in scc_exint()
515 static inline void scc_rxint(struct scc_channel *scc) in scc_rxint()
563 static inline void scc_spint(struct scc_channel *scc) in scc_spint()
609 static void scc_isr_dispatch(struct scc_channel *scc, int vector) in scc_isr_dispatch()
633 struct scc_channel *scc; in scc_isr()
718 static inline void set_brg(struct scc_channel *scc, unsigned int tc) in set_brg()
726 static inline void set_speed(struct scc_channel *scc) in set_speed()
740 static inline void init_brg(struct scc_channel *scc) in init_brg()
792 static void init_channel(struct scc_channel *scc) in init_channel()
898 static void scc_key_trx(struct scc_channel *scc, char tx) in scc_key_trx()
995 static void __scc_start_tx_timer(struct scc_channel *scc, void (*handler)(unsigned long), unsigned … in __scc_start_tx_timer()
1012 static void scc_start_tx_timer(struct scc_channel *scc, void (*handler)(unsigned long), unsigned lo… in scc_start_tx_timer()
1021 static void scc_start_defer(struct scc_channel *scc) in scc_start_defer()
1038 static void scc_start_maxkeyup(struct scc_channel *scc) in scc_start_maxkeyup()
1060 static void scc_tx_done(struct scc_channel *scc) in scc_tx_done()
1088 static inline int is_grouped(struct scc_channel *scc) in is_grouped()
1091 struct scc_channel *scc2; in is_grouped()
1126 struct scc_channel *scc = (struct scc_channel *) channel; in t_dwait()
1168 struct scc_channel *scc = (struct scc_channel *) channel; in t_txdelay()
1189 struct scc_channel *scc = (struct scc_channel *) channel; in t_tail()
1216 struct scc_channel *scc = (struct scc_channel *) channel; in t_busy()
1235 struct scc_channel *scc = (struct scc_channel *) channel; in t_maxkeyup()
1269 struct scc_channel *scc = (struct scc_channel *) channel; in t_idle()
1279 static void scc_init_timer(struct scc_channel *scc) in scc_init_timer()
1300 static unsigned int scc_set_param(struct scc_channel *scc, unsigned int cmd, unsigned int arg) in scc_set_param()
1369 static unsigned long scc_get_param(struct scc_channel *scc, unsigned int cmd) in scc_get_param()
1402 struct scc_channel *scc = (struct scc_channel *) channel; in scc_stop_calibrate()
1419 scc_start_calibrate(struct scc_channel *scc, int duration, unsigned char pattern) in scc_start_calibrate()
1460 struct scc_channel *scc; in z8530_init()
1513 static int scc_net_alloc(const char *name, struct scc_channel *scc) in scc_net_alloc()
1580 struct scc_channel *scc = (struct scc_channel *) dev->ml_priv; in scc_net_open()
1598 struct scc_channel *scc = (struct scc_channel *) dev->ml_priv; in scc_net_close()
1619 static void scc_net_rx(struct scc_channel *scc, struct sk_buff *skb) in scc_net_rx()
1638 struct scc_channel *scc = (struct scc_channel *) dev->ml_priv; in scc_net_tx()
1711 struct scc_channel *scc = (struct scc_channel *) dev->ml_priv; in scc_net_ioctl()
1958 struct scc_channel *scc = (struct scc_channel *) dev->ml_priv; in scc_net_get_stats()
1974 static inline struct scc_channel *scc_net_seq_idx(loff_t pos) in scc_net_seq_idx()
1996 struct scc_channel *scc = v; in scc_net_seq_next()
2020 const struct scc_channel *scc = v; in scc_net_seq_show()
2133 struct scc_channel *scc; in scc_cleanup_driver()