TIOCM_LOOP        339 drivers/bluetooth/hci_ldisc.c 		       TIOCM_OUT2 | TIOCM_LOOP;
TIOCM_LOOP        341 drivers/bluetooth/hci_ldisc.c 			 TIOCM_OUT2 | TIOCM_LOOP;
TIOCM_LOOP        352 drivers/bluetooth/hci_ldisc.c 		       TIOCM_OUT2 | TIOCM_LOOP;
TIOCM_LOOP        354 drivers/bluetooth/hci_ldisc.c 			 TIOCM_OUT2 | TIOCM_LOOP;
TIOCM_LOOP        226 drivers/mmc/core/sdio_uart.c 	if (mctrl & TIOCM_LOOP)
TIOCM_LOOP        289 drivers/staging/fwserial/fwserial.h 			   TIOCM_LOOP | OOB_RX_THROTTLE | MCTRL_RSRVD)
TIOCM_LOOP        175 drivers/tty/serial/8250/8250.h 	if (tiocm & TIOCM_LOOP)
TIOCM_LOOP        194 drivers/tty/serial/8250/8250.h 		tiocm |= TIOCM_LOOP;
TIOCM_LOOP       1567 drivers/tty/serial/amba-pl011.c 	TIOCMBIT(TIOCM_LOOP, UART011_CR_LBE);
TIOCM_LOOP        520 drivers/tty/serial/atmel_serial.c 	if (mctrl & TIOCM_LOOP)
TIOCM_LOOP        117 drivers/tty/serial/bcm63xx_uart.c 	if (mctrl & TIOCM_LOOP)
TIOCM_LOOP       1016 drivers/tty/serial/imx.c 	if (mctrl & TIOCM_LOOP)
TIOCM_LOOP        879 drivers/tty/serial/max310x.c 			    (one->port.mctrl & TIOCM_LOOP) ?
TIOCM_LOOP        505 drivers/tty/serial/men_z135_uart.c 	if (mctrl & TIOCM_LOOP)
TIOCM_LOOP        676 drivers/tty/serial/omap-serial.c 	if (mctrl & TIOCM_LOOP)
TIOCM_LOOP         96 drivers/tty/serial/owl-uart.c 	if (mctrl & TIOCM_LOOP)
TIOCM_LOOP       1204 drivers/tty/serial/pch_uart.c 	if (mctrl & TIOCM_LOOP)
TIOCM_LOOP         77 drivers/tty/serial/pic32_uart.c 	if (mctrl & TIOCM_LOOP)
TIOCM_LOOP        311 drivers/tty/serial/pxa.c 	if (mctrl & TIOCM_LOOP)
TIOCM_LOOP        182 drivers/tty/serial/rda-uart.c 	if (mctrl & TIOCM_LOOP)
TIOCM_LOOP        305 drivers/tty/serial/rp2.c 		((mctrl & TIOCM_LOOP) ? RP2_TXRX_CTL_LOOP_m : 0));
TIOCM_LOOP        276 drivers/tty/serial/sb1250-duart.c 	if (mctrl & TIOCM_LOOP)
TIOCM_LOOP        786 drivers/tty/serial/sc16is7xx.c 				      (one->port.mctrl & TIOCM_LOOP) ?
TIOCM_LOOP        242 drivers/tty/serial/serial-tegra.c 	enable = !!(mctrl & TIOCM_LOOP);
TIOCM_LOOP       2053 drivers/tty/serial/sh-sci.c 	if (mctrl & TIOCM_LOOP) {
TIOCM_LOOP        108 drivers/tty/serial/sirfsoc_uart.c 	if (mctrl & TIOCM_LOOP) {
TIOCM_LOOP        170 drivers/tty/serial/sprd_serial.c 	if (mctrl & TIOCM_LOOP)
TIOCM_LOOP        598 drivers/tty/serial/sunsu.c 	if (mctrl & TIOCM_LOOP)
TIOCM_LOOP        202 drivers/tty/serial/vr41xx_siu.c 	if (mctrl & TIOCM_LOOP)
TIOCM_LOOP       1036 drivers/tty/serial/xilinx_uartps.c 	if (mctrl & TIOCM_LOOP)
TIOCM_LOOP        412 drivers/tty/serial/zs.c 	if (mctrl & TIOCM_LOOP)
TIOCM_LOOP       2465 drivers/tty/tty_io.c 	set &= TIOCM_DTR|TIOCM_RTS|TIOCM_OUT1|TIOCM_OUT2|TIOCM_LOOP;
TIOCM_LOOP       2466 drivers/tty/tty_io.c 	clear &= TIOCM_DTR|TIOCM_RTS|TIOCM_OUT1|TIOCM_OUT2|TIOCM_LOOP;
TIOCM_LOOP       1603 drivers/usb/serial/io_edgeport.c 	if (set & TIOCM_LOOP)
TIOCM_LOOP       1610 drivers/usb/serial/io_edgeport.c 	if (clear & TIOCM_LOOP)
TIOCM_LOOP       2396 drivers/usb/serial/io_ti.c 	if (set & TIOCM_LOOP)
TIOCM_LOOP       2403 drivers/usb/serial/io_ti.c 	if (clear & TIOCM_LOOP)
TIOCM_LOOP       1772 drivers/usb/serial/mos7720.c 	if (set & TIOCM_LOOP)
TIOCM_LOOP       1779 drivers/usb/serial/mos7720.c 	if (clear & TIOCM_LOOP)
TIOCM_LOOP       1486 drivers/usb/serial/mos7840.c 	    | ((mcr & MCR_LOOPBACK) ? TIOCM_LOOP : 0)
TIOCM_LOOP       1516 drivers/usb/serial/mos7840.c 	if (clear & TIOCM_LOOP)
TIOCM_LOOP       1523 drivers/usb/serial/mos7840.c 	if (set & TIOCM_LOOP)
TIOCM_LOOP       1040 drivers/usb/serial/ti_usb_3410_5052.c 		| ((mcr & TI_MCR_LOOP) ? TIOCM_LOOP : 0)
TIOCM_LOOP       1067 drivers/usb/serial/ti_usb_3410_5052.c 	if (set & TIOCM_LOOP)
TIOCM_LOOP       1074 drivers/usb/serial/ti_usb_3410_5052.c 	if (clear & TIOCM_LOOP)