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

12

/linux-master/include/uapi/asm-generic/
H A Dtermios.h40 #define TIOCM_RNG 0x080 macro
43 #define TIOCM_RI TIOCM_RNG
/linux-master/arch/mips/include/uapi/asm/
H A Dtermios.h73 #define TIOCM_RNG 0x200 /* ring */ macro
74 #define TIOCM_RI TIOCM_RNG
/linux-master/arch/xtensa/include/uapi/asm/
H A Dioctls.h66 # define TIOCM_RNG 0x080 macro
69 # define TIOCM_RI TIOCM_RNG
/linux-master/arch/sh/include/uapi/asm/
H A Dioctls.h54 # define TIOCM_RNG 0x080 macro
57 # define TIOCM_RI TIOCM_RNG
/linux-master/arch/powerpc/include/uapi/asm/
H A Dioctls.h62 # define TIOCM_RNG 0x080 macro
65 # define TIOCM_RI TIOCM_RNG
/linux-master/arch/alpha/include/uapi/asm/
H A Dioctls.h67 # define TIOCM_RNG 0x080 macro
70 # define TIOCM_RI TIOCM_RNG
/linux-master/arch/sparc/include/uapi/asm/
H A Dtermbits.h193 #define TIOCM_RNG 0x080 macro
196 #define TIOCM_RI TIOCM_RNG
/linux-master/drivers/tty/serial/8250/
H A D8250.h263 tiocm |= TIOCM_RNG;
/linux-master/drivers/tty/serial/
H A Dserial_mctrl_gpio.c35 { "rng", TIOCM_RNG, GPIOD_IN, },
H A Dzs.c329 ((status_a & DCD) ? TIOCM_RNG : 0) |
356 ((mask_a & DCDIE) ? TIOCM_RNG : 0) |
681 if (delta & TIOCM_RNG)
H A Dsccnxp.c616 mctrl &= ~TIOCM_RNG;
617 mctrl |= (ipr & bitmask) ? TIOCM_RNG : 0;
H A Dsc16is7xx.c738 mctrl |= (msr & SC16IS7XX_MSR_RI_BIT) ? TIOCM_RNG : 0;
759 if ((changed & TIOCM_RNG) && (status & TIOCM_RNG))
H A Dsb1250-duart.c248 (!(status & M_DUART_RIN0_PIN) ? TIOCM_RNG : 0) |
H A Dpxa.c264 ret |= TIOCM_RNG;
H A Dcpm_uart.c123 mctrl |= TIOCM_RNG;
/linux-master/drivers/leds/trigger/
H A Dledtrig-tty.c248 if (status & TIOCM_RNG)
/linux-master/drivers/usb/serial/
H A Dgeneric.c517 ret = ((arg & TIOCM_RNG) && (cnow.rng != cprev->rng)) ||
H A Dusb_wwan.c104 ((portdata->ri_state) ? TIOCM_RNG : 0);
H A Dkeyspan_pda.c422 ((status & BIT(5)) ? TIOCM_RNG : 0) |
H A Diuu_phoenix.c1048 iuu_cardin = TIOCM_RNG;
1053 iuu_cardout = TIOCM_RNG;
H A Dsierra.c354 ((portdata->ri_state) ? TIOCM_RNG : 0);
/linux-master/drivers/tty/
H A Dmxser.c1115 ((msr & UART_MSR_RI) ? TIOCM_RNG : 0) |
1157 ret = ((arg & TIOCM_RNG) && (cnow.rng != cprev->rng)) ||
1223 * (use |'ed TIOCM_RNG/DSR/CD/CTS for masking)
H A Dnozomi.c1647 | (ctrl_dl->RI ? TIOCM_RNG : 0)
1680 ret = ((flags & TIOCM_RNG) && (cnow.rng != cprev->rng))
/linux-master/drivers/mmc/core/
H A Dsdio_uart.c204 ret |= TIOCM_RNG;
/linux-master/drivers/net/usb/
H A Dhso.c1530 * (use |'ed TIOCM_RNG/DSR/CD/CTS for masking)
1556 if (((arg & TIOCM_RNG) && (cnow.rng != cprev.rng)) ||
1634 retval |= TIOCM_RNG;

Completed in 233 milliseconds

12