Home | History | Annotate | Download | only in dev

Lines Matching refs:sbjcn_channel

138 static void sbjcncn_grabdword(struct sbjcn_channel *ch);
139 static char sbjcncn_nextbyte(struct sbjcn_channel *ch);
143 static void sbjcn_enable_debugport(struct sbjcn_channel *ch);
145 void sbjcn_config(struct sbjcn_channel *ch);
146 void sbjcn_shutdown(struct sbjcn_channel *ch);
153 void sbjcn_loadchannelregs(struct sbjcn_channel *);
154 void sbjcn_dohwiflow(struct sbjcn_channel *);
155 void sbjcn_break(struct sbjcn_channel *, int);
156 void sbjcn_modem(struct sbjcn_channel *, int);
157 void tiocm_to_sbjcn(struct sbjcn_channel *, int, int);
158 int sbjcn_to_tiocm(struct sbjcn_channel *);
159 void sbjcn_iflush(struct sbjcn_channel *);
193 integrate void sbjcn_rxsoft(struct sbjcn_channel *, struct tty *);
194 integrate void sbjcn_txsoft(struct sbjcn_channel *, struct tty *);
195 integrate void sbjcn_stsoft(struct sbjcn_channel *, struct tty *);
196 integrate void sbjcn_schedrx(struct sbjcn_channel *);
197 integrate void sbjcn_recv(struct sbjcn_channel *ch);
276 struct sbjcn_channel *ch = &sc->sc_channels[chan];
392 void sbjcn_status(struct sbjcn_channel *, char *);
397 sbjcn_status(struct sbjcn_channel *ch, char *str)
424 sbjcn_enable_debugport(struct sbjcn_channel *ch)
439 sbjcn_config(struct sbjcn_channel *ch)
461 sbjcn_shutdown(struct sbjcn_channel *ch)
500 struct sbjcn_channel *ch;
627 struct sbjcn_channel *ch = &sc->sc_channels[SBJCN_CHAN(dev)];
653 struct sbjcn_channel *ch = &sc->sc_channels[SBJCN_CHAN(dev)];
663 struct sbjcn_channel *ch = &sc->sc_channels[SBJCN_CHAN(dev)];
673 struct sbjcn_channel *ch = &sc->sc_channels[SBJCN_CHAN(dev)];
683 struct sbjcn_channel *ch = &sc->sc_channels[SBJCN_CHAN(dev)];
755 sbjcn_schedrx(struct sbjcn_channel *ch)
764 sbjcn_break(struct sbjcn_channel *ch, int onoff)
770 sbjcn_modem(struct sbjcn_channel *ch, int onoff)
792 tiocm_to_sbjcn(struct sbjcn_channel *ch, int how, int ttybits)
827 sbjcn_to_tiocm(struct sbjcn_channel *ch)
899 struct sbjcn_channel *ch = &sc->sc_channels[SBJCN_CHAN(tp->t_dev)];
1044 sbjcn_iflush(struct sbjcn_channel *ch)
1062 sbjcn_loadchannelregs(struct sbjcn_channel *ch)
1070 struct sbjcn_channel *ch = &sc->sc_channels[SBJCN_CHAN(tp->t_dev)];
1100 sbjcn_dohwiflow(struct sbjcn_channel *ch)
1119 struct sbjcn_channel *ch = &sc->sc_channels[SBJCN_CHAN(tp->t_dev)];
1179 struct sbjcn_channel *ch = &sc->sc_channels[SBJCN_CHAN(tp->t_dev)];
1196 struct sbjcn_channel *ch = arg;
1216 sbjcn_rxsoft(struct sbjcn_channel *ch, struct tty *tp)
1305 sbjcn_txsoft(struct sbjcn_channel *ch, struct tty *tp)
1317 sbjcn_stsoft(struct sbjcn_channel *ch, struct tty *tp)
1353 sbjcn_recv(struct sbjcn_channel *ch)
1434 struct sbjcn_channel *ch = arg;
1455 static char sbjcncn_nextbyte(struct sbjcn_channel *ch)
1466 static void sbjcncn_grabdword(struct sbjcn_channel *ch)