Searched refs:UCOM_LS_DTR (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/sys/dev/usb/serial/
H A Dusb_serial.h194 #define UCOM_LS_DTR 0x01 macro
H A Dusb_serial.c1014 mask |= UCOM_LS_DTR;
1034 if (notch_bits & UCOM_LS_DTR)
1036 (prev_value & UCOM_LS_DTR) ? 1 : 0);
1048 if (any_bits & UCOM_LS_DTR)
1050 (last_value & UCOM_LS_DTR) ? 1 : 0);
1114 ucom_line_state(sc, UCOM_LS_DTR, 0);
1116 ucom_line_state(sc, 0, UCOM_LS_DTR);

Completed in 61 milliseconds