Searched refs:sc_line (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/sys/dev/usb/serial/
H A Duvscom.c155 uint16_t sc_line; /* line control register */ member in struct:uvscom_softc
317 sc->sc_line = UVSCOM_LINE_INIT;
507 sc->sc_line |= UVSCOM_DTR;
509 sc->sc_line &= ~UVSCOM_DTR;
511 uvscom_cfg_write(sc, UVSCOM_LINE_CTL, sc->sc_line);
522 sc->sc_line |= UVSCOM_RTS;
524 sc->sc_line &= ~UVSCOM_RTS;
526 uvscom_cfg_write(sc, UVSCOM_LINE_CTL, sc->sc_line);
537 sc->sc_line |= UVSCOM_BREAK;
539 sc->sc_line
[all...]
H A Dumodem.c183 uint16_t sc_line; member in struct:umodem_softc
674 sc->sc_line |= UCDC_LINE_DTR;
676 sc->sc_line &= ~UCDC_LINE_DTR;
680 USETW(req.wValue, sc->sc_line);
698 sc->sc_line |= UCDC_LINE_RTS;
700 sc->sc_line &= ~UCDC_LINE_RTS;
704 USETW(req.wValue, sc->sc_line);
H A Duplcom.c173 uint16_t sc_line; member in struct:uplcom_softc
672 sc->sc_line |= UCDC_LINE_DTR;
674 sc->sc_line &= ~UCDC_LINE_DTR;
678 USETW(req.wValue, sc->sc_line);
696 sc->sc_line |= UCDC_LINE_RTS;
698 sc->sc_line &= ~UCDC_LINE_RTS;
702 USETW(req.wValue, sc->sc_line);
H A Dufoma.c178 uint16_t sc_line; member in struct:ufoma_softc
916 USETW(req.wValue, sc->sc_line);
934 sc->sc_line |= UCDC_LINE_DTR;
936 sc->sc_line &= ~UCDC_LINE_DTR;
950 sc->sc_line |= UCDC_LINE_RTS;
952 sc->sc_line &= ~UCDC_LINE_RTS;
H A Duipaq.c99 uint16_t sc_line; member in struct:uipaq_softc
1253 sc->sc_line |= UCDC_LINE_DTR;
1255 sc->sc_line &= ~UCDC_LINE_DTR;
1259 USETW(req.wValue, sc->sc_line);
1277 sc->sc_line |= UCDC_LINE_RTS;
1279 sc->sc_line &= ~UCDC_LINE_RTS;
1283 USETW(req.wValue, sc->sc_line);
H A Du3g.c109 uint16_t sc_line[U3G_MAXPORTS]; /* line status */ member in struct:u3g_softc
1172 USETW(req.wValue, sc->sc_line[ucom->sc_subunit]);
1189 sc->sc_line[ucom->sc_subunit] |= UCDC_LINE_DTR;
1191 sc->sc_line[ucom->sc_subunit] &= ~UCDC_LINE_DTR;
1204 sc->sc_line[ucom->sc_subunit] |= UCDC_LINE_RTS;
1206 sc->sc_line[ucom->sc_subunit] &= ~UCDC_LINE_RTS;
/freebsd-13-stable/sys/dev/usb/net/
H A Duhso.c111 int sc_line; member in struct:uhso_softc
1371 USETW(req.wValue, sc->sc_line);
1378 "0x%02x: %s\n", sc->sc_line, usbd_errstr(uerr));
1456 sc->sc_line |= UCDC_LINE_DTR;
1458 sc->sc_line &= ~UCDC_LINE_DTR;
1472 sc->sc_line |= UCDC_LINE_RTS;
1474 sc->sc_line &= ~UCDC_LINE_RTS;

Completed in 101 milliseconds