Searched refs:sc_tty (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/sys/dev/usb/net/
H A Duhso.c107 struct uhso_tty *sc_tty; member in struct:uhso_softc
632 ht = &sc->sc_tty[i];
682 if (sc->sc_tty[i].ht_muxport != -1) {
683 usbd_transfer_unsetup(sc->sc_tty[i].ht_xfer,
714 free(sc->sc_tty, M_USBDEV);
1016 sc->sc_tty = reallocf(sc->sc_tty, sizeof(struct uhso_tty) * sc->sc_ttys,
1018 if (sc->sc_tty == NULL)
1026 sc->sc_tty[sc->sc_ttys - 1].ht_sc = sc;
1072 sc->sc_tty[tt
[all...]
/freebsd-13-stable/sys/dev/usb/serial/
H A Dusb_serial.c326 sc->sc_tty, ssc->sc_unit, ssc->sc_subunits);
445 sc->sc_tty = tp;
471 ucom_open(ucom_cons_softc->sc_tty);
472 ucom_param(ucom_cons_softc->sc_tty, &tp->t_termios_init_in);
500 struct tty *tp = sc->sc_tty;
502 DPRINTF("sc = %p, tp = %p\n", sc, sc->sc_tty);
512 ucom_close(ucom_cons_softc->sc_tty);
647 struct tty *tp = sc->sc_tty;
796 if (sc->sc_tty == NULL || (sc->sc_tty
[all...]
H A Dusb_serial.h167 struct tty *sc_tty; member in struct:ucom_softc
H A Dumcs.c503 if (ucom->sc_tty == NULL || (ucom->sc_tty->t_termios.c_cflag & CNO_RTSDTR) == 0)

Completed in 103 milliseconds