Symbol: TIOCM_LOOP
drivers/bluetooth/hci_ldisc.c
341
TIOCM_OUT2 | TIOCM_LOOP;
drivers/bluetooth/hci_ldisc.c
343
TIOCM_OUT2 | TIOCM_LOOP;
drivers/bluetooth/hci_ldisc.c
354
TIOCM_OUT2 | TIOCM_LOOP;
drivers/bluetooth/hci_ldisc.c
356
TIOCM_OUT2 | TIOCM_LOOP;
drivers/mmc/core/sdio_uart.c
225
if (mctrl & TIOCM_LOOP)
drivers/tty/serial/8250/8250.h
244
if (tiocm & TIOCM_LOOP)
drivers/tty/serial/8250/8250.h
263
tiocm |= TIOCM_LOOP;
drivers/tty/serial/amba-pl011.c
1684
pl011_assign_bit(mctrl & TIOCM_LOOP, &cr, UART011_CR_LBE);
drivers/tty/serial/atmel_serial.c
517
if (mctrl & TIOCM_LOOP)
drivers/tty/serial/bcm63xx_uart.c
113
if (mctrl & TIOCM_LOOP)
drivers/tty/serial/esp32_uart.c
186
if (mctrl & TIOCM_LOOP)
drivers/tty/serial/fsl_lpuart.c
1527
mctrl |= TIOCM_LOOP;
drivers/tty/serial/fsl_lpuart.c
1539
mctrl |= TIOCM_LOOP;
drivers/tty/serial/fsl_lpuart.c
1552
if (mctrl & TIOCM_LOOP)
drivers/tty/serial/fsl_lpuart.c
1566
if (mctrl & TIOCM_LOOP)
drivers/tty/serial/imx.c
1135
if (mctrl & TIOCM_LOOP)
drivers/tty/serial/max3100.c
389
loopback = (mctrl & TIOCM_LOOP) > 0;
drivers/tty/serial/max310x.c
885
(one->port.mctrl & TIOCM_LOOP) ?
drivers/tty/serial/men_z135_uart.c
496
if (mctrl & TIOCM_LOOP)
drivers/tty/serial/omap-serial.c
624
if (mctrl & TIOCM_LOOP)
drivers/tty/serial/owl-uart.c
100
if (mctrl & TIOCM_LOOP)
drivers/tty/serial/pch_uart.c
1123
if (mctrl & TIOCM_LOOP)
drivers/tty/serial/pic32_uart.c
150
if (mctrl & TIOCM_LOOP)
drivers/tty/serial/pxa.c
285
if (mctrl & TIOCM_LOOP)
drivers/tty/serial/qcom_geni_serial.c
250
if (mctrl & TIOCM_LOOP)
drivers/tty/serial/rda-uart.c
182
if (mctrl & TIOCM_LOOP)
drivers/tty/serial/rp2.c
303
((mctrl & TIOCM_LOOP) ? RP2_TXRX_CTL_LOOP_m : 0));
drivers/tty/serial/rsci.c
356
if (mctrl & TIOCM_LOOP) {
drivers/tty/serial/samsung_tty.c
1023
if (mctrl & TIOCM_LOOP)
drivers/tty/serial/sb1250-duart.c
271
if (mctrl & TIOCM_LOOP)
drivers/tty/serial/sc16is7xx.c
875
if (one->port.mctrl & TIOCM_LOOP)
drivers/tty/serial/serial-tegra.c
247
enable = !!(mctrl & TIOCM_LOOP);
drivers/tty/serial/sh-sci.c
2352
if (mctrl & TIOCM_LOOP) {
drivers/tty/serial/sprd_serial.c
188
if (mctrl & TIOCM_LOOP)
drivers/tty/serial/sunplus-uart.c
123
if (mctrl & TIOCM_LOOP)
drivers/tty/serial/sunplus-uart.c
150
ret |= TIOCM_LOOP;
drivers/tty/serial/sunsu.c
567
if (mctrl & TIOCM_LOOP)
drivers/tty/serial/xilinx_uartps.c
1186
if (mctrl & TIOCM_LOOP)
drivers/tty/serial/zs.c
408
if (mctrl & TIOCM_LOOP)
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/io_edgeport.c
1506
if (set & TIOCM_LOOP)
drivers/usb/serial/io_edgeport.c
1513
if (clear & TIOCM_LOOP)
drivers/usb/serial/io_ti.c
2379
if (set & TIOCM_LOOP)
drivers/usb/serial/io_ti.c
2386
if (clear & TIOCM_LOOP)
drivers/usb/serial/mos7720.c
1591
if (set & TIOCM_LOOP)
drivers/usb/serial/mos7720.c
1598
if (clear & TIOCM_LOOP)
drivers/usb/serial/mos7840.c
1018
if (clear & TIOCM_LOOP)
drivers/usb/serial/mos7840.c
1025
if (set & TIOCM_LOOP)
drivers/usb/serial/mos7840.c
993
| ((mcr & MCR_LOOPBACK) ? TIOCM_LOOP : 0)
drivers/usb/serial/ti_usb_3410_5052.c
1025
| ((mcr & TI_MCR_LOOP) ? TIOCM_LOOP : 0)
drivers/usb/serial/ti_usb_3410_5052.c
1052
if (set & TIOCM_LOOP)
drivers/usb/serial/ti_usb_3410_5052.c
1059
if (clear & TIOCM_LOOP)