Searched refs:TIOCM_OUT2 (Results 1 – 14 of 14) sorted by relevance
338 set &= ~(TIOCM_OUT2 | TIOCM_RTS); in hci_uart_set_flow_control()341 TIOCM_OUT2 | TIOCM_LOOP; in hci_uart_set_flow_control()343 TIOCM_OUT2 | TIOCM_LOOP; in hci_uart_set_flow_control()351 set |= (TIOCM_OUT2 | TIOCM_RTS); 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()
45 #define TIOCM_OUT2 0x4000 macro
77 #define TIOCM_OUT2 0x4000 macro
397 (ctrl & UART_MCR_OUT2 ? TIOCM_OUT2 : 0); in ark3116_tiocmget()418 if (set & TIOCM_OUT2) in ark3116_tiocmset()426 if (clr & TIOCM_OUT2) in ark3116_tiocmset()
67 #define TIOCM_OUT2 0x4000 macro
240 if (tiocm & TIOCM_OUT2) in serial8250_TIOCM_to_MCR()259 tiocm |= TIOCM_OUT2; in serial8250_MCR_to_TIOCM()
568 port->mctrl &= ~TIOCM_OUT2; in pci1xxxx_port_suspend()594 port->mctrl |= TIOCM_OUT2; in pci1xxxx_port_resume()
72 # define TIOCM_OUT2 0x4000 macro
283 if (mctrl & TIOCM_OUT2) in serial_pxa_set_mctrl()350 up->port.mctrl |= TIOCM_OUT2; in serial_pxa_startup()387 up->port.mctrl &= ~TIOCM_OUT2; in serial_pxa_shutdown()
622 if (mctrl & TIOCM_OUT2) in serial_omap_set_mctrl()708 up->port.mctrl |= TIOCM_OUT2; in serial_omap_startup()746 up->port.mctrl &= ~TIOCM_OUT2; in serial_omap_shutdown()
491 if (mctrl & TIOCM_OUT2) in men_z135_set_mctrl()
1683 pl011_assign_bit(mctrl & TIOCM_OUT2, &cr, UART011_CR_OUT2); in pl011_set_mctrl()
2573 set &= TIOCM_DTR|TIOCM_RTS|TIOCM_OUT1|TIOCM_OUT2|TIOCM_LOOP; in tty_tiocmset()2574 clear &= TIOCM_DTR|TIOCM_RTS|TIOCM_OUT1|TIOCM_OUT2|TIOCM_LOOP; in tty_tiocmset()
561 if (dlci->modem_tx & TIOCM_OUT2) in gsm_encode_modem()