| /OK3568_Linux_fs/kernel/drivers/tty/serial/jsm/ |
| H A D | jsm_cls.c | 526 if (msignals & UART_MSR_DSR) in cls_parse_modem() 527 ch->ch_mistat |= UART_MSR_DSR; in cls_parse_modem() 529 ch->ch_mistat &= ~UART_MSR_DSR; in cls_parse_modem() 547 !!((ch->ch_mistat | ch->ch_mostat) & UART_MSR_DSR), in cls_parse_modem()
|
| H A D | jsm_neo.c | 578 if (msignals & UART_MSR_DSR) in neo_parse_modem() 579 ch->ch_mistat |= UART_MSR_DSR; in neo_parse_modem() 581 ch->ch_mistat &= ~UART_MSR_DSR; in neo_parse_modem() 599 !!((ch->ch_mistat | ch->ch_mostat) & UART_MSR_DSR), in neo_parse_modem()
|
| H A D | jsm_tty.c | 44 if (mstat & UART_MSR_DSR) in jsm_get_mstat()
|
| /OK3568_Linux_fs/kernel/drivers/media/rc/ |
| H A D | serial_ir.c | 83 .signal_pin = UART_MSR_DSR, 94 .signal_pin = UART_MSR_DSR, 113 .signal_pin = UART_MSR_DSR,
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | ns16550.h | 175 #define UART_MSR_DSR 0x20 /* Data Set Ready */ macro
|
| /OK3568_Linux_fs/kernel/drivers/usb/serial/ |
| H A D | mxuport.c | 366 if (rcv_msr_hold & UART_MSR_DSR) { in mxuport_msr_event() 367 mxport->msr_state |= UART_MSR_DSR; in mxuport_msr_event() 370 mxport->msr_state &= ~UART_MSR_DSR; in mxuport_msr_event() 762 ((msr & UART_MSR_DSR) ? TIOCM_DSR : 0)); /* 0x100 */ in mxuport_tiocmget()
|
| H A D | ssu100.c | 403 (d[1] & UART_MSR_DSR ? TIOCM_DSR : 0); in ssu100_tiocmget()
|
| H A D | f81534.c | 770 msr_mask = UART_MSR_DCD | UART_MSR_RI | UART_MSR_DSR | UART_MSR_CTS; in f81534_check_port_hw_disabled() 1468 (msr & UART_MSR_DSR ? TIOCM_DSR : 0); in f81534_tiocmget()
|
| H A D | ark3116.c | 418 return (status & UART_MSR_DSR ? TIOCM_DSR : 0) | in ark3116_tiocmget()
|
| H A D | quatech2.c | 767 (d[1] & UART_MSR_DSR ? TIOCM_DSR : 0); in qt2_tiocmget()
|
| H A D | f81232.c | 723 (msr & UART_MSR_DSR ? TIOCM_DSR : 0); in f81232_tiocmget()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | serial_reg.h | 146 #define UART_MSR_DSR 0x20 /* Data Set Ready */ macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | serial_reg.h | 146 #define UART_MSR_DSR 0x20 /* Data Set Ready */ macro
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | serial_reg.h | 148 #define UART_MSR_DSR 0x20 /* Data Set Ready */ macro
|
| /OK3568_Linux_fs/u-boot/include/linux/ |
| H A D | serial_reg.h | 138 #define UART_MSR_DSR 0x20 /* Data Set Ready */ macro
|
| /OK3568_Linux_fs/kernel/drivers/ssb/ |
| H A D | driver_extif.c | 49 | UART_MSR_CTS | UART_MSR_DSR); in serial_exists()
|
| /OK3568_Linux_fs/kernel/drivers/tty/serial/8250/ |
| H A D | 8250.h | 242 if (msr & UART_MSR_DSR) in serial8250_MSR_to_TIOCM()
|
| H A D | 8250_dw.c | 566 data->msr_mask_on |= UART_MSR_DSR; in dw8250_probe()
|
| /OK3568_Linux_fs/u-boot/arch/mips/mach-au1x00/include/mach/ |
| H A D | au1x00.h | 715 #define UART_MSR_DSR 0x20 /* Data Set Ready */ macro
|
| /OK3568_Linux_fs/kernel/drivers/tty/serial/ |
| H A D | pxa.c | 287 if (status & UART_MSR_DSR) in serial_pxa_get_mctrl()
|
| H A D | vr41xx_siu.c | 214 if (msr & UART_MSR_DSR) in siu_get_mctrl()
|
| H A D | sunsu.c | 573 if (status & UART_MSR_DSR) in sunsu_get_mctrl()
|
| /OK3568_Linux_fs/kernel/drivers/mmc/core/ |
| H A D | sdio_uart.c | 206 if (status & UART_MSR_DSR) in sdio_uart_get_mctrl()
|
| /OK3568_Linux_fs/kernel/samples/vfio-mdev/ |
| H A D | mtty.c | 573 *buf = UART_MSR_DSR | UART_MSR_DDSR | UART_MSR_DCD; in handle_bar_read()
|
| /OK3568_Linux_fs/kernel/drivers/tty/ |
| H A D | mxser.c | 1363 ((status & UART_MSR_DSR) ? TIOCM_DSR : 0) | in mxser_tiocmget() 1552 if (status & UART_MSR_DSR) in mxser_ioctl_special()
|