/linux/include/uapi/asm-generic/ |
H A D | termios.h | 40 #define TIOCM_RNG 0x080 macro 43 #define TIOCM_RI TIOCM_RNG
|
/linux/arch/mips/include/uapi/asm/ |
H A D | termios.h | 73 #define TIOCM_RNG 0x200 /* ring */ macro 74 #define TIOCM_RI TIOCM_RNG
|
/linux/arch/xtensa/include/uapi/asm/ |
H A D | ioctls.h | 66 # define TIOCM_RNG 0x080 macro 69 # define TIOCM_RI TIOCM_RNG
|
/linux/arch/sh/include/uapi/asm/ |
H A D | ioctls.h | 54 # define TIOCM_RNG 0x080 macro 57 # define TIOCM_RI TIOCM_RNG
|
/linux/arch/powerpc/include/uapi/asm/ |
H A D | ioctls.h | 62 # define TIOCM_RNG 0x080 macro 65 # define TIOCM_RI TIOCM_RNG
|
/linux/arch/alpha/include/uapi/asm/ |
H A D | ioctls.h | 67 # define TIOCM_RNG 0x080 macro 70 # define TIOCM_RI TIOCM_RNG
|
/linux/drivers/leds/trigger/ |
H A D | ledtrig-tty.c | 248 if (status & TIOCM_RNG) in ledtrig_tty_work()
|
/linux/drivers/tty/serial/ |
H A D | serial_mctrl_gpio.c | 35 { "rng", TIOCM_RNG, GPIOD_IN, },
|
H A D | sc16is7xx.c | 753 mctrl |= (msr & SC16IS7XX_MSR_RI_BIT) ? TIOCM_RNG : 0; in sc16is7xx_get_hwmctrl() 774 if ((changed & TIOCM_RNG) && (status & TIOCM_RNG)) in sc16is7xx_update_mlines()
|
H A D | pxa.c | 264 ret |= TIOCM_RNG; in serial_pxa_get_mctrl()
|
H A D | sunsu.c | 569 ret |= TIOCM_RNG; in sunsu_get_mctrl()
|
H A D | serial_core.c | 1257 if (((arg & TIOCM_RNG) && (cnow.rng != cprev.rng)) || in uart_wait_modem_status() 2100 STATBIT(TIOCM_RNG, "|RI"); in uart_line_info()
|
H A D | xilinx_uartps.c | 1161 mctrl |= TIOCM_RNG; in cdns_uart_get_mctrl()
|
/linux/drivers/tty/serial/8250/ |
H A D | 8250.h | 284 tiocm |= TIOCM_RNG; in serial8250_MSR_to_TIOCM()
|
/linux/drivers/usb/serial/ |
H A D | iuu_phoenix.c | 1048 iuu_cardin = TIOCM_RNG; in iuu_open() 1053 iuu_cardout = TIOCM_RNG; in iuu_open()
|
H A D | keyspan_pda.c | 422 ((status & BIT(5)) ? TIOCM_RNG : 0) | in keyspan_pda_tiocmget()
|
H A D | generic.c | 516 ret = ((arg & TIOCM_RNG) && (cnow.rng != cprev->rng)) || in usb_serial_generic_msr_changed()
|
H A D | usb_wwan.c | 104 ((portdata->ri_state) ? TIOCM_RNG : 0); in usb_wwan_tiocmget()
|
H A D | sierra.c | 354 ((portdata->ri_state) ? TIOCM_RNG : 0); in sierra_tiocmget()
|
/linux/drivers/tty/ |
H A D | nozomi.c | 1647 | (ctrl_dl->RI ? TIOCM_RNG : 0) in ntty_tiocmget() 1680 ret = ((flags & TIOCM_RNG) && (cnow.rng != cprev->rng)) in ntty_cflags_changed()
|
H A D | mxser.c | 1112 ((msr & UART_MSR_RI) ? TIOCM_RNG : 0) | in mxser_tiocmget() 1154 ret = ((arg & TIOCM_RNG) && (cnow.rng != cprev->rng)) || in mxser_cflags_changed()
|
H A D | amiserial.c | 1146 if ( ((arg & TIOCM_RNG) && (cnow.rng != cprev.rng)) || in rs_ioctl()
|
H A D | synclink_gt.c | 3059 if ((arg & TIOCM_RNG && cnow.rng != cprev.rng) || in modem_input_wait() 3090 ((info->signals & SerialSignal_RI) ? TIOCM_RNG:0) + in tiocmget()
|
/linux/drivers/mmc/core/ |
H A D | sdio_uart.c | 204 ret |= TIOCM_RNG; in sdio_uart_get_mctrl()
|
/linux/drivers/net/usb/ |
H A D | hso.c | 1556 if (((arg & TIOCM_RNG) && (cnow.rng != cprev.rng)) || in hso_wait_modem_status() 1634 retval |= TIOCM_RNG; in hso_serial_tiocmget()
|