| /OK3568_Linux_fs/kernel/drivers/media/rc/ |
| H A D | serial_ir.c | 84 .signal_pin_change = UART_MSR_DDSR, 95 .signal_pin_change = UART_MSR_DDSR, 114 .signal_pin_change = UART_MSR_DDSR,
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | ns16550.h | 179 #define UART_MSR_DDSR 0x02 /* Delta DSR */ macro
|
| /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 | 150 #define UART_MSR_DDSR 0x02 /* Delta DSR */ 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 | 150 #define UART_MSR_DDSR 0x02 /* Delta DSR */ macro
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | serial_reg.h | 152 #define UART_MSR_DDSR 0x02 /* Delta DSR */ macro
|
| /OK3568_Linux_fs/u-boot/include/linux/ |
| H A D | serial_reg.h | 142 #define UART_MSR_DDSR 0x02 /* Delta DSR */ macro
|
| /OK3568_Linux_fs/kernel/drivers/usb/serial/ |
| H A D | ssu100.c | 448 if (msr & UART_MSR_DDSR) in ssu100_update_msr()
|
| H A D | ark3116.c | 495 if (msr & UART_MSR_DDSR) in ark3116_update_msr()
|
| H A D | quatech2.c | 841 if (newMSR & UART_MSR_DDSR) in qt2_update_msr()
|
| H A D | f81232.c | 247 if (current_msr & UART_MSR_DDSR) in f81232_read_msr()
|
| H A D | f81534.c | 1037 if (msr & UART_MSR_DDSR) in f81534_msr_changed()
|
| /OK3568_Linux_fs/u-boot/arch/mips/mach-au1x00/include/mach/ |
| H A D | au1x00.h | 719 #define UART_MSR_DDSR 0x02 /* Delta DSR */ macro
|
| /OK3568_Linux_fs/kernel/drivers/tty/serial/8250/ |
| H A D | 8250_dw.c | 567 data->msr_mask_off |= UART_MSR_DDSR; in dw8250_probe()
|
| H A D | 8250_port.c | 1867 if (status & UART_MSR_DDSR) in serial8250_modem_status()
|
| /OK3568_Linux_fs/kernel/drivers/tty/serial/jsm/ |
| H A D | jsm_cls.c | 518 if (msignals & UART_MSR_DDSR) in cls_parse_modem()
|
| H A D | jsm_neo.c | 571 if (msignals & UART_MSR_DDSR) in neo_parse_modem()
|
| /OK3568_Linux_fs/kernel/drivers/tty/serial/ |
| H A D | pxa.c | 229 if (status & UART_MSR_DDSR) in check_modem_status()
|
| H A D | vr41xx_siu.c | 365 if (msr & UART_MSR_DDSR) in check_modem_status()
|
| H A D | sunsu.c | 443 if (status & UART_MSR_DDSR) in check_modem_status()
|
| H A D | serial-tegra.c | 815 if (msr & UART_MSR_DDSR) in tegra_uart_handle_modem_signal_change()
|
| H A D | omap-serial.c | 470 if (status & UART_MSR_DDSR) in check_modem_status()
|
| /OK3568_Linux_fs/kernel/drivers/mmc/core/ |
| H A D | sdio_uart.c | 475 if (status & UART_MSR_DDSR) in sdio_uart_check_modem_status()
|
| /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 | 813 if (status & UART_MSR_DDSR) in mxser_check_modem_status() 1593 if (status & UART_MSR_DDSR) in mxser_ioctl_special()
|