Lines Matching refs:cdtty_port
126 void cdtty_rxsoft(struct cd18xx_softc *, struct cdtty_port *, struct tty *);
127 void cdtty_txsoft(struct cd18xx_softc *, struct cdtty_port *, struct tty *);
128 void cdtty_stsoft(struct cd18xx_softc *, struct cdtty_port *, struct tty *);
155 static void cdtty_shutdown(struct cd18xx_softc *, struct cdtty_port *);
158 static void cdtty_break(struct cd18xx_softc *, struct cdtty_port *, int);
159 static void cdtty_modem(struct cd18xx_softc *, struct cdtty_port *, int);
161 static void cdtty_hwiflow(struct cd18xx_softc *, struct cdtty_port *);
164 struct cdtty_port *);
304 struct cdtty_port *p = &sc->sc_ports[port];
354 cdtty_shutdown(struct cd18xx_softc *sc, struct cdtty_port *p)
396 struct cdtty_port *port;
495 struct cdtty_port *port;
536 struct cdtty_port *port = &sc->sc_ports[CD18XX_CHANNEL(dev)];
549 struct cdtty_port *port = &sc->sc_ports[CD18XX_CHANNEL(dev)];
559 struct cdtty_port *port = &sc->sc_ports[CD18XX_CHANNEL(dev)];
572 struct cdtty_port *port = &sc->sc_ports[CD18XX_CHANNEL(dev)];
584 struct cdtty_port *port = &sc->sc_ports[CD18XX_CHANNEL(dev)];
646 struct cdtty_port *p = &sc->sc_ports[CD18XX_CHANNEL(tp->t_dev)];
698 struct cdtty_port *p = &sc->sc_ports[CD18XX_CHANNEL(tp->t_dev)];
716 cdtty_loadchannelregs(struct cd18xx_softc *sc, struct cdtty_port *p)
754 struct cdtty_port *p = &sc->sc_ports[CD18XX_CHANNEL(tp->t_dev)];
939 cdtty_break(struct cd18xx_softc *sc, struct cdtty_port *p, int onoff)
964 cdtty_modem(struct cd18xx_softc *sc, struct cdtty_port *p, int onoff)
995 struct cdtty_port *p = &sc->sc_ports[CD18XX_CHANNEL(tp->t_dev)];
1025 cdtty_hwiflow(struct cd18xx_softc *sc, struct cdtty_port *p)
1070 struct cdtty_port *p;
1146 struct cdtty_port *p;
1224 struct cdtty_port *p;
1335 cdtty_rxsoft(struct cd18xx_softc *sc, struct cdtty_port *p, struct tty *tp)
1433 cdtty_txsoft(struct cd18xx_softc *sc, struct cdtty_port *p, struct tty *tp)
1445 cdtty_stsoft(struct cd18xx_softc *sc, struct cdtty_port *p, struct tty *tp)
1478 struct cdtty_port *p;