taglinefilesource code
scc_channel176drivers/char/scc.cstatic void scc_change_speed(struct scc_channel *scc);
scc_channel177drivers/char/scc.cstatic void kiss_encode(struct scc_channel *scc);
scc_channel179drivers/char/scc.cstatic void init_channel(struct scc_channel *scc);
scc_channel180drivers/char/scc.cstatic void scc_key_trx (struct scc_channel *scc, char tx);
scc_channel181drivers/char/scc.cstatic void scc_txint(register struct scc_channel *scc);
scc_channel182drivers/char/scc.cstatic void scc_exint(register struct scc_channel *scc);
scc_channel183drivers/char/scc.cstatic void scc_rxint(register struct scc_channel *scc);
scc_channel184drivers/char/scc.cstatic void scc_spint(register struct scc_channel *scc);
scc_channel187drivers/char/scc.cstatic void scc_init_timer(struct scc_channel *scc);
scc_channel203drivers/char/scc.cstruct scc_channel SCC_Info[2 * MAXSCC];         /* information per channel */
scc_channel245drivers/char/scc.cwr(register struct scc_channel *scc, register unsigned char reg, register unsigned char val)
scc_channel251drivers/char/scc.cor(register struct scc_channel *scc, register unsigned char reg, register unsigned char val)
scc_channel257drivers/char/scc.ccl(register struct scc_channel *scc, register unsigned char reg, register unsigned char val)
scc_channel515drivers/char/scc.cscc_isr_dispatch(register struct scc_channel *scc, register int vector)
scc_channel540drivers/char/scc.cregister struct scc_channel *scc;
scc_channel628drivers/char/scc.cstatic inline void prepare_next_txframe(register struct scc_channel *scc)
scc_channel644drivers/char/scc.cscc_txint(register struct scc_channel *scc)
scc_channel688drivers/char/scc.cscc_toss_buffer(register struct scc_channel *scc)
scc_channel703drivers/char/scc.cflush_FIFO(register struct scc_channel *scc)
scc_channel723drivers/char/scc.cscc_exint(register struct scc_channel *scc)
scc_channel796drivers/char/scc.cscc_rxint(register struct scc_channel *scc)
scc_channel841drivers/char/scc.ckick_rx_timer(register struct scc_channel *scc)
scc_channel861drivers/char/scc.cscc_spint(register struct scc_channel *scc)
scc_channel912drivers/char/scc.cstatic inline void set_brg(register struct scc_channel *scc, unsigned int tc)
scc_channel926drivers/char/scc.cstatic inline void set_speed(register struct scc_channel *scc)
scc_channel934drivers/char/scc.cstatic inline void init_brg(register struct scc_channel *scc)
scc_channel942drivers/char/scc.cinit_channel(register struct scc_channel *scc)
scc_channel1045drivers/char/scc.cscc_key_trx(struct scc_channel *scc, char tx)
scc_channel1092drivers/char/scc.cstatic inline int is_grouped(register struct scc_channel *scc)
scc_channel1095drivers/char/scc.cstruct scc_channel *scc2;
scc_channel1121drivers/char/scc.cstatic inline void dw_slot_timeout(register struct scc_channel *scc)
scc_channel1153drivers/char/scc.cstatic inline void txdel_timeout(register struct scc_channel *scc)
scc_channel1166drivers/char/scc.cstatic inline void tail_timeout(register struct scc_channel *scc)
scc_channel1203drivers/char/scc.cstatic inline void busy_timeout(register struct scc_channel *scc)
scc_channel1223drivers/char/scc.cstatic inline void maxk_idle_timeout(register struct scc_channel *scc)
scc_channel1232drivers/char/scc.cstatic inline void check_rcv_queue(register struct scc_channel *scc)
scc_channel1264drivers/char/scc.cregister struct scc_channel *scc;
scc_channel1309drivers/char/scc.cscc_init_timer(struct scc_channel *scc)
scc_channel1357drivers/char/scc.ckiss_set_param(struct scc_channel *scc,char cmd, unsigned int val)
scc_channel1400drivers/char/scc.cstatic void kiss_interpret_frame(struct scc_channel * scc)
scc_channel1470drivers/char/scc.cstatic void kiss_store_byte(struct scc_channel *scc, unsigned char ch)
scc_channel1487drivers/char/scc.cstatic inline int kiss_decode(struct scc_channel *scc, unsigned char ch)
scc_channel1541drivers/char/scc.ckiss_encode(register struct scc_channel *scc)
scc_channel1636drivers/char/scc.cstruct scc_channel *scc;
scc_channel1684drivers/char/scc.cstatic inline int scc_paranoia_check(struct scc_channel *scc, kdev_t device,
scc_channel1712drivers/char/scc.cstruct scc_channel *scc;
scc_channel1764drivers/char/scc.cstruct scc_channel *scc = tty->driver_data;
scc_channel1798drivers/char/scc.cscc_change_speed(struct scc_channel * scc)
scc_channel1831drivers/char/scc.cstruct scc_channel * scc = tty->driver_data;
scc_channel2106drivers/char/scc.cstatic inline void check_tx_queue(register struct scc_channel *scc)
scc_channel2142drivers/char/scc.cstruct scc_channel * scc = tty->driver_data;
scc_channel2188drivers/char/scc.cstruct scc_channel *scc = tty->driver_data;
scc_channel2200drivers/char/scc.cstruct scc_channel *scc = tty->driver_data;
scc_channel2211drivers/char/scc.cstruct scc_channel *scc = tty->driver_data;
scc_channel2227drivers/char/scc.cstruct scc_channel *scc = tty->driver_data;
scc_channel2237drivers/char/scc.cstruct scc_channel *scc = tty->driver_data;
scc_channel2252drivers/char/scc.cstruct scc_channel *scc = tty->driver_data;
scc_channel2263drivers/char/scc.cstruct scc_channel *scc = tty->driver_data;
scc_channel2273drivers/char/scc.cstruct scc_channel *scc = tty->driver_data;
scc_channel2284drivers/char/scc.cstruct scc_channel *scc = tty->driver_data;
scc_channel2348drivers/char/scc.cmemset((char *) &SCC_Info[2*chip  ], 0, sizeof(struct scc_channel));
scc_channel2349drivers/char/scc.cmemset((char *) &SCC_Info[2*chip+1], 0, sizeof(struct scc_channel));
scc_channel271include/linux/scc.hstruct scc_channel *scc;