TIOCM_OUT2        336 drivers/bluetooth/hci_ldisc.c 		set &= ~(TIOCM_OUT2 | TIOCM_RTS);
TIOCM_OUT2        339 drivers/bluetooth/hci_ldisc.c 		       TIOCM_OUT2 | TIOCM_LOOP;
TIOCM_OUT2        341 drivers/bluetooth/hci_ldisc.c 			 TIOCM_OUT2 | TIOCM_LOOP;
TIOCM_OUT2        349 drivers/bluetooth/hci_ldisc.c 		set |= (TIOCM_OUT2 | TIOCM_RTS);
TIOCM_OUT2        352 drivers/bluetooth/hci_ldisc.c 		       TIOCM_OUT2 | TIOCM_LOOP;
TIOCM_OUT2        354 drivers/bluetooth/hci_ldisc.c 			 TIOCM_OUT2 | TIOCM_LOOP;
TIOCM_OUT2        224 drivers/mmc/core/sdio_uart.c 	if (mctrl & TIOCM_OUT2)
TIOCM_OUT2        641 drivers/mmc/core/sdio_uart.c 	port->mctrl = TIOCM_OUT2;
TIOCM_OUT2        694 drivers/mmc/core/sdio_uart.c 	sdio_uart_clear_mctrl(port, TIOCM_OUT2);
TIOCM_OUT2        288 drivers/staging/fwserial/fwserial.h #define MCTRL_MASK        (TIOCM_DTR | TIOCM_RTS | TIOCM_OUT1 | TIOCM_OUT2 | \
TIOCM_OUT2        173 drivers/tty/serial/8250/8250.h 	if (tiocm & TIOCM_OUT2)
TIOCM_OUT2        192 drivers/tty/serial/8250/8250.h 		tiocm |= TIOCM_OUT2;
TIOCM_OUT2       2256 drivers/tty/serial/8250/8250_port.c 			up->port.mctrl |= TIOCM_OUT2;
TIOCM_OUT2       2375 drivers/tty/serial/8250/8250_port.c 		port->mctrl &= ~TIOCM_OUT2;
TIOCM_OUT2       1566 drivers/tty/serial/amba-pl011.c 	TIOCMBIT(TIOCM_OUT2, UART011_CR_OUT2);
TIOCM_OUT2        500 drivers/tty/serial/men_z135_uart.c 	if (mctrl & TIOCM_OUT2)
TIOCM_OUT2        674 drivers/tty/serial/omap-serial.c 	if (mctrl & TIOCM_OUT2)
TIOCM_OUT2        767 drivers/tty/serial/omap-serial.c 	up->port.mctrl |= TIOCM_OUT2;
TIOCM_OUT2        808 drivers/tty/serial/omap-serial.c 	up->port.mctrl &= ~TIOCM_OUT2;
TIOCM_OUT2        309 drivers/tty/serial/pxa.c 	if (mctrl & TIOCM_OUT2)
TIOCM_OUT2        376 drivers/tty/serial/pxa.c 	up->port.mctrl |= TIOCM_OUT2;
TIOCM_OUT2        413 drivers/tty/serial/pxa.c 	up->port.mctrl &= ~TIOCM_OUT2;
TIOCM_OUT2        596 drivers/tty/serial/sunsu.c 	if (mctrl & TIOCM_OUT2)
TIOCM_OUT2        696 drivers/tty/serial/sunsu.c 	up->port.mctrl |= TIOCM_OUT2;
TIOCM_OUT2        748 drivers/tty/serial/sunsu.c 		up->port.mctrl &= ~TIOCM_OUT2;
TIOCM_OUT2        200 drivers/tty/serial/vr41xx_siu.c 	if (mctrl & TIOCM_OUT2)
TIOCM_OUT2        483 drivers/tty/serial/vr41xx_siu.c 	port->mctrl &= ~TIOCM_OUT2;
TIOCM_OUT2       2465 drivers/tty/tty_io.c 	set &= TIOCM_DTR|TIOCM_RTS|TIOCM_OUT1|TIOCM_OUT2|TIOCM_LOOP;
TIOCM_OUT2       2466 drivers/tty/tty_io.c 	clear &= TIOCM_DTR|TIOCM_RTS|TIOCM_OUT1|TIOCM_OUT2|TIOCM_LOOP;
TIOCM_OUT2        425 drivers/usb/serial/ark3116.c 		(ctrl   & UART_MCR_OUT2 ? TIOCM_OUT2 : 0);
TIOCM_OUT2        446 drivers/usb/serial/ark3116.c 	if (set & TIOCM_OUT2)
TIOCM_OUT2        454 drivers/usb/serial/ark3116.c 	if (clr & TIOCM_OUT2)