Home
last modified time | relevance | path

Searched refs:TIOCM_OUT1 (Results 1 – 28 of 28) sorted by relevance

/linux-4.1.27/arch/cris/include/uapi/asm/
Dtermios.h38 #define TIOCM_OUT1 0x2000 macro
/linux-4.1.27/arch/s390/include/uapi/asm/
Dtermios.h42 #define TIOCM_OUT1 0x2000 macro
/linux-4.1.27/arch/avr32/include/uapi/asm/
Dtermios.h43 #define TIOCM_OUT1 0x2000 macro
/linux-4.1.27/include/uapi/asm-generic/
Dtermios.h43 #define TIOCM_OUT1 0x2000 macro
/linux-4.1.27/arch/m32r/include/uapi/asm/
Dtermios.h36 #define TIOCM_OUT1 0x2000 macro
/linux-4.1.27/arch/ia64/include/uapi/asm/
Dtermios.h43 #define TIOCM_OUT1 0x2000 macro
/linux-4.1.27/arch/parisc/include/uapi/asm/
Dtermios.h36 #define TIOCM_OUT1 0x2000 macro
/linux-4.1.27/arch/frv/include/uapi/asm/
Dtermios.h37 #define TIOCM_OUT1 0x2000 macro
/linux-4.1.27/arch/mips/include/uapi/asm/
Dtermios.h75 #define TIOCM_OUT1 0x2000 macro
/linux-4.1.27/arch/mn10300/include/uapi/asm/
Dtermios.h37 #define TIOCM_OUT1 0x2000 macro
/linux-4.1.27/arch/alpha/include/uapi/asm/
Dioctls.h65 # define TIOCM_OUT1 0x2000 macro
/linux-4.1.27/arch/powerpc/include/uapi/asm/
Dioctls.h65 #define TIOCM_OUT1 0x2000 macro
/linux-4.1.27/drivers/tty/serial/
Dserial_mctrl_gpio.c40 { "out1", TIOCM_OUT1, true, },
Dsunsu.c593 if (mctrl & TIOCM_OUT1) in sunsu_set_mctrl()
745 up->port.mctrl |= TIOCM_OUT1; in sunsu_shutdown()
Dmen_z135_uart.c500 if (mctrl & TIOCM_OUT1) in men_z135_set_mctrl()
Dpxa.c312 if (mctrl & TIOCM_OUT1) in serial_pxa_set_mctrl()
Dvr41xx_siu.c211 if (mctrl & TIOCM_OUT1) in siu_set_mctrl()
Dioc3_serial.c1752 if (mctrl & TIOCM_OUT1) in ic3_set_mctrl()
Domap-serial.c691 if (mctrl & TIOCM_OUT1) in serial_omap_set_mctrl()
Dioc4_serial.c2471 if (mctrl & TIOCM_OUT1) in ic4_set_mctrl()
Damba-pl011.c1478 TIOCMBIT(TIOCM_OUT1, UART011_CR_OUT1); in pl011_set_mctrl()
/linux-4.1.27/drivers/usb/serial/
Dark3116.c455 (ctrl & UART_MCR_OUT1 ? TIOCM_OUT1 : 0) | in ark3116_tiocmget()
475 if (set & TIOCM_OUT1) in ark3116_tiocmset()
483 if (clr & TIOCM_OUT1) in ark3116_tiocmset()
/linux-4.1.27/arch/sparc/include/uapi/asm/
Dtermbits.h239 #define TIOCM_OUT1 0x2000 macro
/linux-4.1.27/drivers/staging/fwserial/
Dfwserial.h287 #define MCTRL_MASK (TIOCM_DTR | TIOCM_RTS | TIOCM_OUT1 | TIOCM_OUT2 | \
/linux-4.1.27/drivers/mmc/card/
Dsdio_uart.c228 if (mctrl & TIOCM_OUT1) in sdio_uart_write_mctrl()
/linux-4.1.27/drivers/tty/serial/8250/
D8250_core.c2014 if (mctrl & TIOCM_OUT1) in serial8250_do_set_mctrl()
2284 up->port.mctrl |= TIOCM_OUT1; in serial8250_do_startup()
2404 port->mctrl |= TIOCM_OUT1; in serial8250_do_shutdown()
/linux-4.1.27/drivers/tty/
Dtty_io.c2796 set &= TIOCM_DTR|TIOCM_RTS|TIOCM_OUT1|TIOCM_OUT2|TIOCM_LOOP; in tty_tiocmset()
2797 clear &= TIOCM_DTR|TIOCM_RTS|TIOCM_OUT1|TIOCM_OUT2|TIOCM_LOOP; in tty_tiocmset()
/linux-4.1.27/Documentation/serial/
Ddriver91 - TIOCM_OUT1 OUT1 signal.