| /OK3568_Linux_fs/kernel/include/uapi/asm-generic/ |
| H A D | termios.h | 43 #define TIOCM_RI TIOCM_RNG macro
|
| /OK3568_Linux_fs/kernel/arch/ia64/include/uapi/asm/ |
| H A D | termios.h | 43 #define TIOCM_RI TIOCM_RNG macro
|
| /OK3568_Linux_fs/kernel/arch/parisc/include/uapi/asm/ |
| H A D | termios.h | 36 #define TIOCM_RI TIOCM_RNG macro
|
| /OK3568_Linux_fs/kernel/arch/s390/include/uapi/asm/ |
| H A D | termios.h | 42 #define TIOCM_RI TIOCM_RNG 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/asm-generic/ |
| H A D | termios.h | 43 #define TIOCM_RI TIOCM_RNG 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/asm-generic/ |
| H A D | termios.h | 43 #define TIOCM_RI TIOCM_RNG 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/bits/ |
| H A D | ioctl-types.h | 57 #define TIOCM_RI TIOCM_RNG 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/bits/ |
| H A D | ioctl-types.h | 57 #define TIOCM_RI TIOCM_RNG macro
|
| /OK3568_Linux_fs/kernel/arch/mips/include/uapi/asm/ |
| H A D | termios.h | 74 #define TIOCM_RI TIOCM_RNG macro
|
| /OK3568_Linux_fs/kernel/drivers/tty/serial/ |
| H A D | serial_mctrl_gpio.c | 155 #define MCTRL_ANY_DELTA (TIOCM_RI | TIOCM_DSR | TIOCM_CD | TIOCM_CTS) 172 if ((mctrl_diff & mctrl) & TIOCM_RI) in mctrl_gpio_irq_handle()
|
| H A D | mxs-auart.c | 750 #define MCTRL_ANY_DELTA (TIOCM_RI | TIOCM_DSR | TIOCM_CD | TIOCM_CTS) 759 if (mctrl_diff & TIOCM_RI) in mxs_auart_modem_status()
|
| /OK3568_Linux_fs/kernel/arch/sh/include/uapi/asm/ |
| H A D | ioctls.h | 57 # define TIOCM_RI TIOCM_RNG macro
|
| /OK3568_Linux_fs/kernel/arch/xtensa/include/uapi/asm/ |
| H A D | ioctls.h | 69 # define TIOCM_RI TIOCM_RNG macro
|
| /OK3568_Linux_fs/kernel/arch/powerpc/include/uapi/asm/ |
| H A D | ioctls.h | 65 # define TIOCM_RI TIOCM_RNG macro
|
| /OK3568_Linux_fs/kernel/arch/alpha/include/uapi/asm/ |
| H A D | ioctls.h | 70 # define TIOCM_RI TIOCM_RNG macro
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/os-support/shared/ |
| H A D | posix_tty.c | 482 #elif defined(TIOCM_RI) 484 XF86_M_CAR, TIOCM_RI},
|
| /OK3568_Linux_fs/kernel/drivers/usb/serial/ |
| H A D | belkin_sa.c | 218 priv->control_state |= TIOCM_RI; in belkin_sa_read_int_callback() 220 priv->control_state &= ~TIOCM_RI; in belkin_sa_read_int_callback()
|
| H A D | mct_u232.c | 363 *control_state |= TIOCM_RI; in mct_u232_msr_to_state() 365 *control_state &= ~TIOCM_RI; in mct_u232_msr_to_state()
|
| H A D | spcp8x5.c | 458 | ((status & MSR_STATUS_LINE_RI) ? TIOCM_RI : 0) in spcp8x5_tiocmget()
|
| H A D | ssu100.c | 402 (d[1] & UART_MSR_RI ? TIOCM_RI : 0) | in ssu100_tiocmget()
|
| H A D | digi_acceleport.c | 1505 priv->dp_modem_signals |= TIOCM_RI; in digi_read_oob_callback() 1507 priv->dp_modem_signals &= ~TIOCM_RI; in digi_read_oob_callback()
|
| H A D | ark3116.c | 420 (status & UART_MSR_RI ? TIOCM_RI : 0) | in ark3116_tiocmget()
|
| /OK3568_Linux_fs/kernel/arch/sparc/include/uapi/asm/ |
| H A D | termbits.h | 239 #define TIOCM_RI TIOCM_RNG macro
|
| /OK3568_Linux_fs/kernel/drivers/staging/greybus/ |
| H A D | uart.c | 546 (gb_tty->ctrlin & GB_UART_CTRL_RI ? TIOCM_RI : 0) | in gb_tty_tiocmget() 659 if (!(arg & (TIOCM_DSR | TIOCM_RI | TIOCM_CD))) in wait_serial_change() 673 if ((arg & TIOCM_RI) && (old.rng != new.rng)) in wait_serial_change()
|
| /OK3568_Linux_fs/kernel/net/bluetooth/rfcomm/ |
| H A D | tty.c | 655 ((v24_sig & RFCOMM_V24_IC) ? TIOCM_RI : 0) | in rfcomm_dev_modem_status() 1083 if (set & TIOCM_RI) in rfcomm_tty_tiocmset() 1092 if (clear & TIOCM_RI) in rfcomm_tty_tiocmset()
|