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