Searched refs:TIOCM_OUT1 (Results 1 – 22 of 22) sorted by relevance
37 #define TIOCM_OUT1 0x2000 macro
44 #define TIOCM_OUT1 0x2000 macro
43 #define TIOCM_OUT1 0x2000 macro
175 if (tiocm & TIOCM_OUT1) in serial8250_TIOCM_to_MCR()194 tiocm |= TIOCM_OUT1; in serial8250_MCR_to_TIOCM()
2337 up->port.mctrl |= TIOCM_OUT1; in serial8250_do_startup()2463 port->mctrl |= TIOCM_OUT1; in serial8250_do_shutdown()
76 #define TIOCM_OUT1 0x2000 macro
337 set &= TIOCM_DTR | TIOCM_RTS | TIOCM_OUT1 | in hci_uart_set_flow_control()339 clear &= TIOCM_DTR | TIOCM_RTS | TIOCM_OUT1 | in hci_uart_set_flow_control()350 set &= TIOCM_DTR | TIOCM_RTS | TIOCM_OUT1 | in hci_uart_set_flow_control()352 clear &= TIOCM_DTR | TIOCM_RTS | TIOCM_OUT1 | in hci_uart_set_flow_control()
410 (ctrl & UART_MCR_OUT1 ? TIOCM_OUT1 : 0) | in ark3116_tiocmget()430 if (set & TIOCM_OUT1) in ark3116_tiocmset()438 if (clr & TIOCM_OUT1) in ark3116_tiocmset()
66 #define TIOCM_OUT1 0x2000 macro
71 # define TIOCM_OUT1 0x2000 macro
240 #define TIOCM_OUT1 0x2000 macro
288 #define MCTRL_MASK (TIOCM_DTR | TIOCM_RTS | TIOCM_OUT1 | TIOCM_OUT2 | \
586 if (mctrl & TIOCM_OUT1) in sunsu_set_mctrl()738 up->port.mctrl |= TIOCM_OUT1; in sunsu_shutdown()
495 if (mctrl & TIOCM_OUT1) in men_z135_set_mctrl()
303 if (mctrl & TIOCM_OUT1) in serial_pxa_set_mctrl()
194 if (mctrl & TIOCM_OUT1) in siu_set_mctrl()
647 if (mctrl & TIOCM_OUT1) in serial_omap_set_mctrl()
1631 TIOCMBIT(TIOCM_OUT1, UART011_CR_OUT1); in pl011_set_mctrl()
222 if (mctrl & TIOCM_OUT1) in sdio_uart_write_mctrl()
2585 set &= TIOCM_DTR|TIOCM_RTS|TIOCM_OUT1|TIOCM_OUT2|TIOCM_LOOP; in tty_tiocmset()2586 clear &= TIOCM_DTR|TIOCM_RTS|TIOCM_OUT1|TIOCM_OUT2|TIOCM_LOOP; in tty_tiocmset()
90 - TIOCM_OUT1 OUT1 signal.
Completed in 42 milliseconds