Searched refs:rts_active (Results 1 – 2 of 2) sorted by relevance
119 bool rts_active; member241 tup->rts_active = !!(mctrl & TIOCM_RTS); in tegra_uart_set_mctrl()242 set_rts(tup, tup->rts_active); in tegra_uart_set_mctrl()310 if (tup->rts_active) in tegra_uart_fifo_reset()345 if (tup->rts_active) in tegra_uart_fifo_reset()740 if (tup->rts_active) in tegra_uart_rx_dma_complete()748 if (tup->rts_active) in tegra_uart_rx_dma_complete()775 if (tup->rts_active) in tegra_uart_handle_rx_dma()780 if (tup->rts_active) in tegra_uart_handle_rx_dma()912 if (tup->rts_active) in tegra_uart_stop_rx()[all …]
1559 bool dtr_active, rts_active; in moxa_tiocmget() local1563 MoxaPortGetLineOut(ch, &dtr_active, &rts_active); in moxa_tiocmget()1566 if (rts_active) in moxa_tiocmget()1581 bool dtr_active, rts_active; in moxa_tiocmset() local1591 MoxaPortGetLineOut(ch, &dtr_active, &rts_active); in moxa_tiocmset()1593 rts_active = true; in moxa_tiocmset()1597 rts_active = false; in moxa_tiocmset()1600 MoxaPortLineCtrl(ch, dtr_active, rts_active); in moxa_tiocmset()2108 bool *rts_active) in MoxaPortGetLineOut() argument2112 if (rts_active) in MoxaPortGetLineOut()[all …]