Lines Matching refs:com_softc
152 static void com_enable_debugport(struct com_softc *);
154 void com_config(struct com_softc *);
155 void com_shutdown(struct com_softc *);
162 void com_loadchannelregs(struct com_softc *);
163 void com_hwiflow(struct com_softc *);
164 void com_break(struct com_softc *, int);
165 void com_modem(struct com_softc *, int);
166 void tiocm_to_com(struct com_softc *, u_long, int);
167 int com_to_tiocm(struct com_softc *);
168 void com_iflush(struct com_softc *);
182 static inline void com_rxsoft(struct com_softc *, struct tty *);
183 static inline void com_txsoft(struct com_softc *, struct tty *);
184 static inline void com_stsoft(struct com_softc *, struct tty *);
185 static inline void com_schedrx(struct com_softc *);
452 void comstatus(struct com_softc *, const char *);
454 comstatus(struct com_softc *sc, const char *str)
507 com_enable_debugport(struct com_softc *sc)
525 struct com_softc * const sc = arg;
533 com_attach_subr(struct com_softc *sc)
856 com_config(struct com_softc *sc)
906 struct com_softc *sc = device_private(self);
968 com_shutdown(struct com_softc *sc)
1022 struct com_softc *sc;
1197 struct com_softc *sc =
1232 struct com_softc *sc =
1245 struct com_softc *sc =
1258 struct com_softc *sc =
1271 struct com_softc *sc =
1281 struct com_softc *sc;
1394 com_schedrx(struct com_softc *sc)
1404 com_break(struct com_softc *sc, int onoff)
1423 com_modem(struct com_softc *sc, int onoff)
1445 tiocm_to_com(struct com_softc *sc, u_long how, int ttybits)
1481 com_to_tiocm(struct com_softc *sc)
1545 struct com_softc *sc =
1753 com_iflush(struct com_softc *sc)
1798 com_loadchannelregs(struct com_softc *sc)
1875 struct com_softc *sc =
1910 com_hwiflow(struct com_softc *sc)
1931 struct com_softc *sc =
1989 struct com_softc *sc =
2006 struct com_softc *sc = arg;
2024 com_rxsoft(struct com_softc *sc, struct tty *tp)
2128 com_txsoft(struct com_softc *sc, struct tty *tp)
2140 com_stsoft(struct com_softc *sc, struct tty *tp)
2176 struct com_softc *sc = arg;
2203 struct com_softc *sc = arg;
2810 struct com_softc *sc = device_private(self);
2821 struct com_softc *sc = device_private(self);
2832 struct com_softc *sc = device_private(self);