Home
last modified time | relevance | path

Searched refs:UCDC_LINE_RTS (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/dev/usb/
H A Dusb_cdc.h114 #define UCDC_LINE_RTS 0x0002 macro
/freebsd/sys/dev/usb/serial/
H A Duipaq.c1272 sc->sc_line |= UCDC_LINE_RTS; in uipaq_cfg_set_rts()
1274 sc->sc_line &= ~UCDC_LINE_RTS; in uipaq_cfg_set_rts()
H A Dumodem.c703 sc->sc_line |= UCDC_LINE_RTS; in umodem_cfg_set_rts()
705 sc->sc_line &= ~UCDC_LINE_RTS; in umodem_cfg_set_rts()
H A Duplcom.c691 sc->sc_line |= UCDC_LINE_RTS; in uplcom_cfg_set_rts()
693 sc->sc_line &= ~UCDC_LINE_RTS; in uplcom_cfg_set_rts()
H A Dufoma.c946 sc->sc_line |= UCDC_LINE_RTS; in ufoma_cfg_set_rts()
948 sc->sc_line &= ~UCDC_LINE_RTS; in ufoma_cfg_set_rts()
H A Du3g.c1258 sc->sc_line[ucom->sc_subunit] |= UCDC_LINE_RTS; in u3g_cfg_set_rts()
1260 sc->sc_line[ucom->sc_subunit] &= ~UCDC_LINE_RTS; in u3g_cfg_set_rts()
/freebsd/sys/dev/usb/net/
H A Duhso.c1469 sc->sc_line |= UCDC_LINE_RTS; in uhso_ucom_cfg_set_rts()
1471 sc->sc_line &= ~UCDC_LINE_RTS; in uhso_ucom_cfg_set_rts()