HomeSort by: relevance | last modified time | path
    Searched refs:cdtty_port (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ic/
cd18xx.c 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
    [all...]
cd18xxvar.h 37 struct cdtty_port { struct
136 struct cdtty_port sc_ports[8];

Completed in 12 milliseconds