Home
last modified time | relevance | path

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

/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/tty/serial/
H A Dzs.c328 ((status_a & DCD) ? TIOCM_RNG : 0) | in zs_raw_get_ab_mctrl()
355 ((mask_a & DCDIE) ? TIOCM_RNG : 0) | in zs_raw_xor_mctrl()
681 if (delta & TIOCM_RNG) in zs_status_handle()
H A Dsc16is7xx.c703 mctrl |= (msr & SC16IS7XX_MSR_RI_BIT) ? TIOCM_RNG : 0; in sc16is7xx_get_hwmctrl()
725 if ((changed & TIOCM_RNG) && (status & TIOCM_RNG)) in sc16is7xx_update_mlines()
H A Dsccnxp.c619 mctrl &= ~TIOCM_RNG; in sccnxp_get_mctrl()
620 mctrl |= (ipr & bitmask) ? TIOCM_RNG : 0; in sccnxp_get_mctrl()
/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()
/linux/drivers/usb/serial/
H A Dsierra.c354 ((portdata->ri_state) ? TIOCM_RNG : 0); in sierra_tiocmget()
/linux/drivers/mmc/core/
H A Dsdio_uart.c207 ret |= TIOCM_RNG; in sdio_uart_get_mctrl()
/linux/drivers/net/usb/
H A Dhso.c1554 if (((arg & TIOCM_RNG) && (cnow.rng != cprev.rng)) || in hso_wait_modem_status()
1632 retval |= TIOCM_RNG; in hso_serial_tiocmget()