Lines Matching refs:scc_channel

195 static void scc_tx_done(struct scc_channel *);
196 static void scc_start_tx_timer(struct scc_channel *,
198 static void scc_start_maxkeyup(struct scc_channel *);
199 static void scc_start_defer(struct scc_channel *);
203 static void init_channel(struct scc_channel *scc);
204 static void scc_key_trx (struct scc_channel *scc, char tx);
205 static void scc_init_timer(struct scc_channel *scc);
207 static int scc_net_alloc(const char *name, struct scc_channel *scc);
211 static void scc_net_rx(struct scc_channel *scc, struct sk_buff *skb);
223 static struct scc_channel SCC_Info[2 * SCC_MAXCHIPS]; /* information per channel */
278 static inline void wr(struct scc_channel *scc, unsigned char reg, in wr()
284 static inline void or(struct scc_channel *scc, unsigned char reg, unsigned char val) in or()
289 static inline void cl(struct scc_channel *scc, unsigned char reg, unsigned char val) in cl()
298 static inline void scc_discard_buffers(struct scc_channel *scc) in scc_discard_buffers()
324 static inline void scc_notify(struct scc_channel *scc, int event) in scc_notify()
343 static inline void flush_rx_FIFO(struct scc_channel *scc) in flush_rx_FIFO()
358 static void start_hunt(struct scc_channel *scc) in start_hunt()
369 static inline void scc_txint(struct scc_channel *scc) in scc_txint()
433 static inline void scc_exint(struct scc_channel *scc) in scc_exint()
518 static inline void scc_rxint(struct scc_channel *scc) in scc_rxint()
566 static inline void scc_spint(struct scc_channel *scc) in scc_spint()
612 static void scc_isr_dispatch(struct scc_channel *scc, int vector) in scc_isr_dispatch()
636 struct scc_channel *scc; in scc_isr()
721 static inline void set_brg(struct scc_channel *scc, unsigned int tc) in set_brg()
729 static inline void set_speed(struct scc_channel *scc) in set_speed()
743 static inline void init_brg(struct scc_channel *scc) in init_brg()
795 static void init_channel(struct scc_channel *scc) in init_channel()
901 static void scc_key_trx(struct scc_channel *scc, char tx) in scc_key_trx()
998 static void __scc_start_tx_timer(struct scc_channel *scc, in __scc_start_tx_timer()
1016 static void scc_start_tx_timer(struct scc_channel *scc, in scc_start_tx_timer()
1027 static void scc_start_defer(struct scc_channel *scc) in scc_start_defer()
1043 static void scc_start_maxkeyup(struct scc_channel *scc) in scc_start_maxkeyup()
1064 static void scc_tx_done(struct scc_channel *scc) in scc_tx_done()
1092 static inline int is_grouped(struct scc_channel *scc) in is_grouped()
1095 struct scc_channel *scc2; in is_grouped()
1130 struct scc_channel *scc = from_timer(scc, t, tx_t); in t_dwait()
1172 struct scc_channel *scc = from_timer(scc, t, tx_t); in t_txdelay()
1193 struct scc_channel *scc = from_timer(scc, t, tx_t); in t_tail()
1220 struct scc_channel *scc = from_timer(scc, t, tx_wdog); in t_busy()
1239 struct scc_channel *scc = from_timer(scc, t, tx_wdog); in t_maxkeyup()
1273 struct scc_channel *scc = from_timer(scc, t, tx_t); in t_idle()
1283 static void scc_init_timer(struct scc_channel *scc) in scc_init_timer()
1304 static unsigned int scc_set_param(struct scc_channel *scc, unsigned int cmd, unsigned int arg) in scc_set_param()
1373 static unsigned long scc_get_param(struct scc_channel *scc, unsigned int cmd) in scc_get_param()
1406 struct scc_channel *scc = from_timer(scc, t, tx_wdog); in scc_stop_calibrate()
1423 scc_start_calibrate(struct scc_channel *scc, int duration, unsigned char pattern) in scc_start_calibrate()
1463 struct scc_channel *scc; in z8530_init()
1516 static int scc_net_alloc(const char *name, struct scc_channel *scc) in scc_net_alloc()
1582 struct scc_channel *scc = (struct scc_channel *) dev->ml_priv; in scc_net_open()
1600 struct scc_channel *scc = (struct scc_channel *) dev->ml_priv; in scc_net_close()
1621 static void scc_net_rx(struct scc_channel *scc, struct sk_buff *skb) in scc_net_rx()
1640 struct scc_channel *scc = (struct scc_channel *) dev->ml_priv; in scc_net_tx()
1714 struct scc_channel *scc = (struct scc_channel *) dev->ml_priv; in scc_net_siocdevprivate()
1962 struct scc_channel *scc = (struct scc_channel *) dev->ml_priv; in scc_net_get_stats()
1978 static inline struct scc_channel *scc_net_seq_idx(loff_t pos) in scc_net_seq_idx()
2000 struct scc_channel *scc = v; in scc_net_seq_next()
2024 const struct scc_channel *scc = v; in scc_net_seq_show()
2122 struct scc_channel *scc; in scc_cleanup_driver()