Home
last modified time | relevance | path

Searched refs:TIOCM_RNG (Results 1 – 25 of 27) sorted by relevance

12

/linux/include/uapi/asm-generic/
H A Dtermios.h40 #define TIOCM_RNG 0x080 macro
43 #define TIOCM_RI TIOCM_RNG
/linux/arch/mips/include/uapi/asm/
H A Dtermios.h73 #define TIOCM_RNG 0x200 /* ring */ macro
74 #define TIOCM_RI TIOCM_RNG
/linux/arch/xtensa/include/uapi/asm/
H A Dioctls.h66 # define TIOCM_RNG 0x080 macro
69 # define TIOCM_RI TIOCM_RNG
/linux/arch/sh/include/uapi/asm/
H A Dioctls.h54 # define TIOCM_RNG 0x080 macro
57 # define TIOCM_RI TIOCM_RNG
/linux/arch/powerpc/include/uapi/asm/
H A Dioctls.h62 # define TIOCM_RNG 0x080 macro
65 # define TIOCM_RI TIOCM_RNG
/linux/arch/alpha/include/uapi/asm/
H A Dioctls.h67 # define TIOCM_RNG 0x080 macro
70 # define TIOCM_RI TIOCM_RNG
/linux/drivers/leds/trigger/
H A Dledtrig-tty.c248 if (status & TIOCM_RNG) in ledtrig_tty_work()
/linux/drivers/tty/serial/
H A Dserial_mctrl_gpio.c35 { "rng", TIOCM_RNG, GPIOD_IN, },
H A Dsc16is7xx.c753 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 Dpxa.c264 ret |= TIOCM_RNG; in serial_pxa_get_mctrl()
H A Dsunsu.c569 ret |= TIOCM_RNG; in sunsu_get_mctrl()
H A Dserial_core.c1257 if (((arg & TIOCM_RNG) && (cnow.rng != cprev.rng)) || in uart_wait_modem_status()
2100 STATBIT(TIOCM_RNG, "|RI"); in uart_line_info()
H A Dxilinx_uartps.c1161 mctrl |= TIOCM_RNG; in cdns_uart_get_mctrl()
/linux/drivers/tty/serial/8250/
H A D8250.h284 tiocm |= TIOCM_RNG; in serial8250_MSR_to_TIOCM()
/linux/drivers/usb/serial/
H A Diuu_phoenix.c1048 iuu_cardin = TIOCM_RNG; in iuu_open()
1053 iuu_cardout = TIOCM_RNG; in iuu_open()
H A Dkeyspan_pda.c422 ((status & BIT(5)) ? TIOCM_RNG : 0) | in keyspan_pda_tiocmget()
H A Dgeneric.c516 ret = ((arg & TIOCM_RNG) && (cnow.rng != cprev->rng)) || in usb_serial_generic_msr_changed()
H A Dusb_wwan.c104 ((portdata->ri_state) ? TIOCM_RNG : 0); in usb_wwan_tiocmget()
H A Dsierra.c354 ((portdata->ri_state) ? TIOCM_RNG : 0); in sierra_tiocmget()
/linux/drivers/tty/
H A Dnozomi.c1647 | (ctrl_dl->RI ? TIOCM_RNG : 0) in ntty_tiocmget()
1680 ret = ((flags & TIOCM_RNG) && (cnow.rng != cprev->rng)) in ntty_cflags_changed()
H A Dmxser.c1112 ((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 Damiserial.c1146 if ( ((arg & TIOCM_RNG) && (cnow.rng != cprev.rng)) || in rs_ioctl()
H A Dsynclink_gt.c3059 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 Dsdio_uart.c204 ret |= TIOCM_RNG; in sdio_uart_get_mctrl()
/linux/drivers/net/usb/
H A Dhso.c1556 if (((arg & TIOCM_RNG) && (cnow.rng != cprev.rng)) || in hso_wait_modem_status()
1634 retval |= TIOCM_RNG; in hso_serial_tiocmget()

12