Home
last modified time | relevance | path

Searched refs:UCOM_FLAG_RTS_IFLOW (Results 1 – 2 of 2) sorted by relevance

/freebsd-11-stable/sys/dev/usb/serial/
HDusb_serial.c784 sc->sc_flag &= ~(UCOM_FLAG_HL_READY | UCOM_FLAG_RTS_IFLOW); in ucom_close()
831 (sc->sc_flag & UCOM_FLAG_RTS_IFLOW)) in ucom_inwakeup()
1270 sc->sc_flag |= UCOM_FLAG_RTS_IFLOW; in ucom_param()
1271 } else if (sc->sc_flag & UCOM_FLAG_RTS_IFLOW) { in ucom_param()
1272 sc->sc_flag &= ~UCOM_FLAG_RTS_IFLOW; in ucom_param()
1508 if (sc->sc_flag & UCOM_FLAG_RTS_IFLOW) in ucom_put_data()
HDusb_serial.h173 #define UCOM_FLAG_RTS_IFLOW 0x01 /* use RTS input flow control */ macro