Home
last modified time | relevance | path

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

/linux/include/uapi/asm-generic/
H A Dtermios.h44 #define TIOCM_OUT1 0x2000 macro
/linux/arch/mips/include/uapi/asm/
H A Dtermios.h76 #define TIOCM_OUT1 0x2000 macro
/linux/drivers/bluetooth/
H A Dhci_ldisc.c364 set &= TIOCM_DTR | TIOCM_RTS | TIOCM_OUT1 | in hci_uart_set_flow_control()
366 clear &= TIOCM_DTR | TIOCM_RTS | TIOCM_OUT1 | in hci_uart_set_flow_control()
377 set &= TIOCM_DTR | TIOCM_RTS | TIOCM_OUT1 | in hci_uart_set_flow_control()
379 clear &= TIOCM_DTR | TIOCM_RTS | TIOCM_OUT1 | in hci_uart_set_flow_control()
/linux/arch/powerpc/include/uapi/asm/
H A Dioctls.h66 #define TIOCM_OUT1 0x2000 macro
/linux/arch/alpha/include/uapi/asm/
H A Dioctls.h71 # define TIOCM_OUT1 0x2000 macro
/linux/drivers/mmc/core/
H A Dsdio_uart.c224 if (mctrl & TIOCM_OUT1) in sdio_uart_write_mctrl()
/linux/drivers/tty/
H A Dn_gsm.c559 if (dlci->modem_tx & TIOCM_OUT1) in gsm_encode_modem()