Symbol: TIOCM_OUT2
drivers/bluetooth/hci_ldisc.c
356
set &= ~(TIOCM_OUT2 | TIOCM_RTS);
drivers/bluetooth/hci_ldisc.c
359
TIOCM_OUT2 | TIOCM_LOOP;
drivers/bluetooth/hci_ldisc.c
361
TIOCM_OUT2 | TIOCM_LOOP;
drivers/bluetooth/hci_ldisc.c
369
set |= (TIOCM_OUT2 | TIOCM_RTS);
drivers/bluetooth/hci_ldisc.c
372
TIOCM_OUT2 | TIOCM_LOOP;
drivers/bluetooth/hci_ldisc.c
374
TIOCM_OUT2 | TIOCM_LOOP;
drivers/mmc/core/sdio_uart.c
223
if (mctrl & TIOCM_OUT2)
drivers/mmc/core/sdio_uart.c
623
port->mctrl = TIOCM_OUT2;
drivers/mmc/core/sdio_uart.c
676
sdio_uart_clear_mctrl(port, TIOCM_OUT2);
drivers/tty/n_gsm.c
561
if (dlci->modem_tx & TIOCM_OUT2)
drivers/tty/serial/8250/8250.h
242
if (tiocm & TIOCM_OUT2)
drivers/tty/serial/8250/8250.h
261
tiocm |= TIOCM_OUT2;
drivers/tty/serial/8250/8250_pci1xxxx.c
568
port->mctrl &= ~TIOCM_OUT2;
drivers/tty/serial/8250/8250_pci1xxxx.c
594
port->mctrl |= TIOCM_OUT2;
drivers/tty/serial/8250/8250_port.c
2221
port->mctrl |= TIOCM_OUT2;
drivers/tty/serial/8250/8250_port.c
2406
port->mctrl &= ~TIOCM_OUT2;
drivers/tty/serial/amba-pl011.c
1748
pl011_assign_bit(mctrl & TIOCM_OUT2, &cr, UART011_CR_OUT2);
drivers/tty/serial/men_z135_uart.c
491
if (mctrl & TIOCM_OUT2)
drivers/tty/serial/omap-serial.c
622
if (mctrl & TIOCM_OUT2)
drivers/tty/serial/omap-serial.c
708
up->port.mctrl |= TIOCM_OUT2;
drivers/tty/serial/omap-serial.c
746
up->port.mctrl &= ~TIOCM_OUT2;
drivers/tty/serial/pxa.c
283
if (mctrl & TIOCM_OUT2)
drivers/tty/serial/pxa.c
350
up->port.mctrl |= TIOCM_OUT2;
drivers/tty/serial/pxa.c
387
up->port.mctrl &= ~TIOCM_OUT2;
drivers/tty/serial/sunsu.c
565
if (mctrl & TIOCM_OUT2)
drivers/tty/serial/sunsu.c
665
up->port.mctrl |= TIOCM_OUT2;
drivers/tty/serial/sunsu.c
717
up->port.mctrl &= ~TIOCM_OUT2;
drivers/tty/tty_io.c
2573
set &= TIOCM_DTR|TIOCM_RTS|TIOCM_OUT1|TIOCM_OUT2|TIOCM_LOOP;
drivers/tty/tty_io.c
2574
clear &= TIOCM_DTR|TIOCM_RTS|TIOCM_OUT1|TIOCM_OUT2|TIOCM_LOOP;
drivers/usb/serial/ark3116.c
396
(ctrl & UART_MCR_OUT2 ? TIOCM_OUT2 : 0);
drivers/usb/serial/ark3116.c
417
if (set & TIOCM_OUT2)
drivers/usb/serial/ark3116.c
425
if (clr & TIOCM_OUT2)