Home
last modified time | relevance | path

Searched refs:UART_DSR (Results 1 – 4 of 4) sorted by relevance

/drivers/usb/serial/
Dcypress_m8.h54 #define UART_DSR 0x20 /* data set ready - flow control - device to host */ macro
Dpl2303.c137 #define UART_DSR 0x02 macro
814 | ((status & UART_DSR) ? TIOCM_DSR : 0) in pl2303_tiocmget()
848 ((arg & TIOCM_DSR) && (changed & UART_DSR)) || in wait_modem_info()
Dcypress_m8.c954 | ((status & UART_DSR) ? TIOCM_DSR : 0) in cypress_tiocmget()
1016 ((arg & TIOCM_DSR) && (diff & UART_DSR)) || in cypress_ioctl()
Dspcp8x5.c142 #define UART_DSR 0x02 macro