Home | History | Annotate | Download | only in dev

Lines Matching refs:sbscn_channel

153 static void sbscn_enable_debugport(struct sbscn_channel *ch);
155 void sbscn_config(struct sbscn_channel *ch);
156 void sbscn_shutdown(struct sbscn_channel *ch);
163 void sbscn_loadchannelregs(struct sbscn_channel *);
164 void sbscn_dohwiflow(struct sbscn_channel *);
165 void sbscn_break(struct sbscn_channel *, int);
166 void sbscn_modem(struct sbscn_channel *, int);
167 void tiocm_to_sbscn(struct sbscn_channel *, int, int);
168 int sbscn_to_tiocm(struct sbscn_channel *);
169 void sbscn_iflush(struct sbscn_channel *);
206 integrate void sbscn_rxsoft(struct sbscn_channel *, struct tty *);
207 integrate void sbscn_txsoft(struct sbscn_channel *, struct tty *);
208 integrate void sbscn_stsoft(struct sbscn_channel *, struct tty *);
209 integrate void sbscn_schedrx(struct sbscn_channel *);
304 struct sbscn_channel *ch = &sc->sc_channels[chan];
428 void sbscn_status(struct sbscn_channel *, const char *);
433 sbscn_status(struct sbscn_channel *ch, const char *str)
460 sbscn_enable_debugport(struct sbscn_channel *ch)
481 sbscn_config(struct sbscn_channel *ch)
504 sbscn_shutdown(struct sbscn_channel *ch)
552 struct sbscn_channel *ch;
683 struct sbscn_channel *ch = &sc->sc_channels[SBSCN_CHAN(dev)];
709 struct sbscn_channel *ch = &sc->sc_channels[SBSCN_CHAN(dev)];
719 struct sbscn_channel *ch = &sc->sc_channels[SBSCN_CHAN(dev)];
729 struct sbscn_channel *ch = &sc->sc_channels[SBSCN_CHAN(dev)];
739 struct sbscn_channel *ch = &sc->sc_channels[SBSCN_CHAN(dev)];
749 struct sbscn_channel *ch = &sc->sc_channels[SBSCN_CHAN(dev)];
821 sbscn_schedrx(struct sbscn_channel *ch)
831 sbscn_break(struct sbscn_channel *ch, int onoff)
853 sbscn_modem(struct sbscn_channel *ch, int onoff)
875 tiocm_to_sbscn(struct sbscn_channel *ch, int how, int ttybits)
910 sbscn_to_tiocm(struct sbscn_channel *ch)
982 struct sbscn_channel *ch = &sc->sc_channels[SBSCN_CHAN(tp->t_dev)];
1127 sbscn_iflush(struct sbscn_channel *ch)
1155 sbscn_loadchannelregs(struct sbscn_channel *ch)
1178 struct sbscn_channel *ch = &sc->sc_channels[SBSCN_CHAN(tp->t_dev)];
1208 sbscn_dohwiflow(struct sbscn_channel *ch)
1228 struct sbscn_channel *ch = &sc->sc_channels[SBSCN_CHAN(tp->t_dev)];
1284 struct sbscn_channel *ch = &sc->sc_channels[SBSCN_CHAN(tp->t_dev)];
1301 struct sbscn_channel *ch = arg;
1321 sbscn_rxsoft(struct sbscn_channel *ch, struct tty *tp)
1411 sbscn_txsoft(struct sbscn_channel *ch, struct tty *tp)
1423 sbscn_stsoft(struct sbscn_channel *ch, struct tty *tp)
1461 struct sbscn_channel *ch = arg;
1483 struct sbscn_channel *ch = arg;