Searched refs:TIOCM_OUT2 (Results 1 - 19 of 19) sorted by relevance

/linux-master/drivers/tty/serial/8250/
H A D8250_alpha.c18 mctrl |= TIOCM_OUT1 | TIOCM_OUT2;
H A D8250.h229 if (tiocm & TIOCM_OUT2)
248 tiocm |= TIOCM_OUT2;
H A D8250_pci1xxxx.c520 port->mctrl &= ~TIOCM_OUT2;
546 port->mctrl |= TIOCM_OUT2;
H A D8250_port.c2367 up->port.mctrl |= TIOCM_OUT2;
2491 port->mctrl &= ~TIOCM_OUT2;
/linux-master/include/uapi/asm-generic/
H A Dtermios.h45 #define TIOCM_OUT2 0x4000 macro
/linux-master/arch/mips/include/uapi/asm/
H A Dtermios.h77 #define TIOCM_OUT2 0x4000 macro
/linux-master/drivers/bluetooth/
H A Dhci_ldisc.c335 set &= ~(TIOCM_OUT2 | TIOCM_RTS);
338 TIOCM_OUT2 | TIOCM_LOOP;
340 TIOCM_OUT2 | TIOCM_LOOP;
348 set |= (TIOCM_OUT2 | TIOCM_RTS);
351 TIOCM_OUT2 | TIOCM_LOOP;
353 TIOCM_OUT2 | TIOCM_LOOP;
/linux-master/arch/powerpc/include/uapi/asm/
H A Dioctls.h67 #define TIOCM_OUT2 0x4000 macro
/linux-master/arch/alpha/include/uapi/asm/
H A Dioctls.h72 # define TIOCM_OUT2 0x4000 macro
/linux-master/arch/sparc/include/uapi/asm/
H A Dtermbits.h198 #define TIOCM_OUT2 0x4000 macro
/linux-master/drivers/usb/serial/
H A Dark3116.c397 (ctrl & UART_MCR_OUT2 ? TIOCM_OUT2 : 0);
418 if (set & TIOCM_OUT2)
426 if (clr & TIOCM_OUT2)
/linux-master/drivers/mmc/core/
H A Dsdio_uart.c223 if (mctrl & TIOCM_OUT2)
623 port->mctrl = TIOCM_OUT2;
676 sdio_uart_clear_mctrl(port, TIOCM_OUT2);
/linux-master/drivers/tty/serial/
H A Dpxa.c283 if (mctrl & TIOCM_OUT2)
350 up->port.mctrl |= TIOCM_OUT2;
387 up->port.mctrl &= ~TIOCM_OUT2;
H A Dsunsu.c588 if (mctrl & TIOCM_OUT2)
688 up->port.mctrl |= TIOCM_OUT2;
740 up->port.mctrl &= ~TIOCM_OUT2;
H A Domap-serial.c622 if (mctrl & TIOCM_OUT2)
708 up->port.mctrl |= TIOCM_OUT2;
746 up->port.mctrl &= ~TIOCM_OUT2;
H A Dmen_z135_uart.c497 if (mctrl & TIOCM_OUT2)
H A Damba-pl011.c1629 pl011_assign_bit(mctrl & TIOCM_OUT2, &cr, UART011_CR_OUT2);
/linux-master/drivers/tty/
H A Dtty_io.c2583 set &= TIOCM_DTR|TIOCM_RTS|TIOCM_OUT1|TIOCM_OUT2|TIOCM_LOOP;
2584 clear &= TIOCM_DTR|TIOCM_RTS|TIOCM_OUT1|TIOCM_OUT2|TIOCM_LOOP;
H A Dn_gsm.c558 if (dlci->modem_tx & TIOCM_OUT2)

Completed in 184 milliseconds