Home
last modified time | relevance | path

Searched refs:UART_DSR (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/serial/
H A Dcypress_m8.h76 #define UART_DSR 0x20 /* data set ready */ macro
H A Dpl2303.c154 #define UART_DSR 0x02 macro
928 | ((status & UART_DSR) ? TIOCM_DSR : 0) in pl2303_tiocmget()
1020 if (delta & UART_DSR) in pl2303_update_line_status()
H A Dspcp8x5.c131 #define UART_DSR 0x02 macro
H A Dcypress_m8.c826 | ((status & UART_DSR) ? TIOCM_DSR : 0) in cypress_tiocmget()
1110 if (delta & UART_DSR) in cypress_read_int_callback()
/kernel/linux/linux-6.6/drivers/usb/serial/
H A Dcypress_m8.h76 #define UART_DSR 0x20 /* data set ready */ macro
H A Dpl2303.c154 #define UART_DSR 0x02 macro
1044 | ((status & UART_DSR) ? TIOCM_DSR : 0) in pl2303_tiocmget()
1128 if (delta & UART_DSR) in pl2303_update_line_status()
H A Dspcp8x5.c131 #define UART_DSR 0x02 macro
H A Dcypress_m8.c825 | ((status & UART_DSR) ? TIOCM_DSR : 0) in cypress_tiocmget()
1095 if (delta & UART_DSR) in cypress_read_int_callback()

Completed in 9 milliseconds