| /linux-6.15/include/uapi/asm-generic/ |
| H A D | termios.h | 46 #define TIOCM_LOOP 0x8000 macro
|
| /linux-6.15/arch/mips/include/uapi/asm/ |
| H A D | termios.h | 78 #define TIOCM_LOOP 0x8000 macro
|
| /linux-6.15/drivers/bluetooth/ |
| H A D | hci_ldisc.c | 341 TIOCM_OUT2 | TIOCM_LOOP; in hci_uart_set_flow_control() 343 TIOCM_OUT2 | TIOCM_LOOP; in hci_uart_set_flow_control() 354 TIOCM_OUT2 | TIOCM_LOOP; in hci_uart_set_flow_control() 356 TIOCM_OUT2 | TIOCM_LOOP; in hci_uart_set_flow_control()
|
| /linux-6.15/arch/powerpc/include/uapi/asm/ |
| H A D | ioctls.h | 68 #define TIOCM_LOOP 0x8000 macro
|
| /linux-6.15/drivers/tty/serial/8250/ |
| H A D | 8250.h | 252 if (tiocm & TIOCM_LOOP) in serial8250_TIOCM_to_MCR() 271 tiocm |= TIOCM_LOOP; in serial8250_MCR_to_TIOCM()
|
| /linux-6.15/arch/alpha/include/uapi/asm/ |
| H A D | ioctls.h | 73 # define TIOCM_LOOP 0x8000 macro
|
| /linux-6.15/arch/sparc/include/uapi/asm/ |
| H A D | termbits.h | 189 #define TIOCM_LOOP 0x8000 macro
|
| /linux-6.15/drivers/tty/serial/ |
| H A D | sunplus-uart.c | 123 if (mctrl & TIOCM_LOOP) in sunplus_set_mctrl() 150 ret |= TIOCM_LOOP; in sunplus_get_mctrl()
|
| H A D | fsl_lpuart.c | 1524 mctrl |= TIOCM_LOOP; in lpuart_get_mctrl() 1536 mctrl |= TIOCM_LOOP; in lpuart32_get_mctrl() 1549 if (mctrl & TIOCM_LOOP) in lpuart_set_mctrl() 1563 if (mctrl & TIOCM_LOOP) in lpuart32_set_mctrl()
|
| H A D | owl-uart.c | 100 if (mctrl & TIOCM_LOOP) in owl_uart_set_mctrl()
|
| H A D | bcm63xx_uart.c | 113 if (mctrl & TIOCM_LOOP) in bcm_uart_set_mctrl()
|
| H A D | men_z135_uart.c | 496 if (mctrl & TIOCM_LOOP) in men_z135_set_mctrl()
|
| H A D | rda-uart.c | 182 if (mctrl & TIOCM_LOOP) in rda_uart_set_mctrl()
|
| H A D | esp32_uart.c | 186 if (mctrl & TIOCM_LOOP) in esp32_uart_set_mctrl()
|
| H A D | max3100.c | 388 loopback = (mctrl & TIOCM_LOOP) > 0; in max3100_set_mctrl()
|
| H A D | pic32_uart.c | 151 if (mctrl & TIOCM_LOOP) in pic32_uart_set_mctrl()
|
| H A D | rp2.c | 303 ((mctrl & TIOCM_LOOP) ? RP2_TXRX_CTL_LOOP_m : 0)); in rp2_uart_set_mctrl()
|
| H A D | pxa.c | 285 if (mctrl & TIOCM_LOOP) in serial_pxa_set_mctrl()
|
| H A D | sb1250-duart.c | 271 if (mctrl & TIOCM_LOOP) in sbd_set_mctrl()
|
| /linux-6.15/drivers/usb/serial/ |
| H A D | ti_usb_3410_5052.c | 1030 | ((mcr & TI_MCR_LOOP) ? TIOCM_LOOP : 0) in ti_tiocmget() 1057 if (set & TIOCM_LOOP) in ti_tiocmset() 1064 if (clear & TIOCM_LOOP) in ti_tiocmset()
|
| H A D | mos7840.c | 993 | ((mcr & MCR_LOOPBACK) ? TIOCM_LOOP : 0) in mos7840_tiocmget() 1018 if (clear & TIOCM_LOOP) in mos7840_tiocmset() 1025 if (set & TIOCM_LOOP) in mos7840_tiocmset()
|
| H A D | mos7720.c | 1591 if (set & TIOCM_LOOP) in mos7720_tiocmset() 1598 if (clear & TIOCM_LOOP) in mos7720_tiocmset()
|
| H A D | io_ti.c | 2380 if (set & TIOCM_LOOP) in edge_tiocmset() 2387 if (clear & TIOCM_LOOP) in edge_tiocmset()
|
| H A D | io_edgeport.c | 1503 if (set & TIOCM_LOOP) in edge_tiocmset() 1510 if (clear & TIOCM_LOOP) in edge_tiocmset()
|
| /linux-6.15/drivers/mmc/core/ |
| H A D | sdio_uart.c | 225 if (mctrl & TIOCM_LOOP) in sdio_uart_write_mctrl()
|