Home | History | Annotate | Download | only in pci

Lines Matching defs:cztty_softc

115  * cztty_softc:
119 struct cztty_softc {
164 struct cztty_softc *cz_ports; /* our array of ports */
175 static int cztty_transmit(struct cztty_softc *, struct tty *);
176 static int cztty_receive(struct cztty_softc *, struct tty *);
178 static struct cztty_softc *cztty_getttysoftc(dev_t dev);
184 static void cztty_shutdown(struct cztty_softc *sc);
185 static void cztty_modem(struct cztty_softc *sc, int onoff);
186 static void cztty_break(struct cztty_softc *sc, int onoff);
187 static void tiocm_to_cztty(struct cztty_softc *sc, u_long how, int ttybits);
188 static int cztty_to_tiocm(struct cztty_softc *sc);
291 struct cztty_softc *sc;
386 cz->cz_ports = malloc(sizeof(struct cztty_softc) * cz->cz_nchannels,
690 struct cztty_softc *sc;
852 #define CZTTY_SOFTC(dev) cztty_getttysoftc(dev)
854 static struct cztty_softc *
886 struct cztty_softc *sc = CZTTY_SOFTC(dev);
902 cztty_shutdown(struct cztty_softc *sc)
946 struct cztty_softc *sc = CZTTY_SOFTC(dev);
1064 struct cztty_softc *sc = CZTTY_SOFTC(dev);
1094 struct cztty_softc *sc = CZTTY_SOFTC(dev);
1108 struct cztty_softc *sc = CZTTY_SOFTC(dev);
1122 struct cztty_softc *sc = CZTTY_SOFTC(dev);
1136 struct cztty_softc *sc = CZTTY_SOFTC(dev);
1207 cztty_break(struct cztty_softc *sc, int onoff)
1224 cztty_modem(struct cztty_softc *sc, int onoff)
1249 tiocm_to_cztty(struct cztty_softc *sc, u_long how, int ttybits)
1289 cztty_to_tiocm(struct cztty_softc *sc)
1330 struct cztty_softc *sc = CZTTY_SOFTC(tp->t_dev);
1469 struct cztty_softc *sc = CZTTY_SOFTC(tp->t_dev);
1508 struct cztty_softc *sc = arg;
1573 cztty_transmit(struct cztty_softc *sc, struct tty *tp)
1619 cztty_receive(struct cztty_softc *sc, struct tty *tp)