Home
last modified time | relevance | path

Searched refs:UART_MSR_TERI (Results 1 – 12 of 12) sorted by relevance

/linux/include/uapi/linux/
H A Dserial_reg.h156 #define UART_MSR_TERI 0x04 /* Trailing edge ring indicator */ macro
159 #define UART_MSR_ANY_DELTA (UART_MSR_DDCD|UART_MSR_TERI|UART_MSR_DDSR|UART_MSR_DCTS)
/linux/drivers/usb/serial/
H A Dssu100.c421 if (msr & UART_MSR_TERI) in ssu100_update_msr()
H A Dark3116.c474 if (msr & UART_MSR_TERI) in ark3116_update_msr()
H A Df81232.c224 if (current_msr & UART_MSR_TERI) in f81232_read_msr()
H A Dquatech2.c810 if (newMSR & UART_MSR_TERI) in qt2_update_msr()
H A Df81534.c1027 if (msr & UART_MSR_TERI) in f81534_msr_changed()
/linux/drivers/tty/serial/8250/
H A D8250_dw.c594 data->msr_mask_off |= UART_MSR_TERI; in dw8250_probe()
H A D8250_port.c1844 if (status & UART_MSR_TERI) in serial8250_modem_status()
/linux/drivers/tty/serial/
H A Dpxa.c205 if (status & UART_MSR_TERI) in check_modem_status()
H A Dsunsu.c442 if (status & UART_MSR_TERI) in check_modem_status()
/linux/drivers/mmc/core/
H A Dsdio_uart.c456 if (status & UART_MSR_TERI) in sdio_uart_check_modem_status()
/linux/drivers/tty/
H A Dmxser.c692 if (msr & UART_MSR_TERI) in mxser_check_modem_status()