Home
last modified time | relevance | path

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

12

/linux-6.15/include/uapi/asm-generic/
H A Dtermios.h40 #define TIOCM_RNG 0x080 macro
43 #define TIOCM_RI TIOCM_RNG
/linux-6.15/arch/mips/include/uapi/asm/
H A Dtermios.h73 #define TIOCM_RNG 0x200 /* ring */ macro
74 #define TIOCM_RI TIOCM_RNG
/linux-6.15/arch/sh/include/uapi/asm/
H A Dioctls.h54 # define TIOCM_RNG 0x080 macro
57 # define TIOCM_RI TIOCM_RNG
/linux-6.15/arch/xtensa/include/uapi/asm/
H A Dioctls.h66 # define TIOCM_RNG 0x080 macro
69 # define TIOCM_RI TIOCM_RNG
/linux-6.15/arch/powerpc/include/uapi/asm/
H A Dioctls.h62 # define TIOCM_RNG 0x080 macro
65 # define TIOCM_RI TIOCM_RNG
/linux-6.15/arch/alpha/include/uapi/asm/
H A Dioctls.h67 # define TIOCM_RNG 0x080 macro
70 # define TIOCM_RI TIOCM_RNG
/linux-6.15/arch/sparc/include/uapi/asm/
H A Dtermbits.h183 #define TIOCM_RNG 0x080 macro
186 #define TIOCM_RI TIOCM_RNG
/linux-6.15/drivers/leds/trigger/
H A Dledtrig-tty.c248 if (status & TIOCM_RNG) in ledtrig_tty_work()
/linux-6.15/drivers/tty/serial/
H A Dserial_mctrl_gpio.c35 { "rng", TIOCM_RNG, GPIOD_IN, },
H A Dzs.c329 ((status_a & DCD) ? TIOCM_RNG : 0) | in zs_raw_get_ab_mctrl()
356 ((mask_a & DCDIE) ? TIOCM_RNG : 0) | in zs_raw_xor_mctrl()
682 if (delta & TIOCM_RNG) in zs_status_handle()
H A Dsc16is7xx.c756 mctrl |= (msr & SC16IS7XX_MSR_RI_BIT) ? TIOCM_RNG : 0; in sc16is7xx_get_hwmctrl()
777 if ((changed & TIOCM_RNG) && (status & TIOCM_RNG)) in sc16is7xx_update_mlines()
H A Dsccnxp.c620 mctrl &= ~TIOCM_RNG; in sccnxp_get_mctrl()
621 mctrl |= (ipr & bitmask) ? TIOCM_RNG : 0; in sccnxp_get_mctrl()
H A Dpxa.c264 ret |= TIOCM_RNG; in serial_pxa_get_mctrl()
H A Dsb1250-duart.c248 (!(status & M_DUART_RIN0_PIN) ? TIOCM_RNG : 0) | in sbd_get_mctrl()
/linux-6.15/drivers/tty/serial/8250/
H A D8250.h284 tiocm |= TIOCM_RNG; in serial8250_MSR_to_TIOCM()
/linux-6.15/drivers/usb/serial/
H A Dkeyspan_pda.c422 ((status & BIT(5)) ? TIOCM_RNG : 0) | in keyspan_pda_tiocmget()
H A Diuu_phoenix.c1048 iuu_cardin = TIOCM_RNG; in iuu_open()
1053 iuu_cardout = TIOCM_RNG; in iuu_open()
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-6.15/drivers/tty/
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 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 Damiserial.c1146 if ( ((arg & TIOCM_RNG) && (cnow.rng != cprev.rng)) || in rs_ioctl()
/linux-6.15/drivers/mmc/core/
H A Dsdio_uart.c204 ret |= TIOCM_RNG; in sdio_uart_get_mctrl()
/linux-6.15/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