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()746 if (tup->rts_active) in tegra_uart_rx_dma_complete()754 if (tup->rts_active) in tegra_uart_rx_dma_complete()781 if (tup->rts_active) in tegra_uart_handle_rx_dma()786 if (tup->rts_active) in tegra_uart_handle_rx_dma()918 if (tup->rts_active) in tegra_uart_stop_rx()[all …]
1311 bool dtr_active, rts_active; in moxa_tiocmget() local1315 MoxaPortGetLineOut(ch, &dtr_active, &rts_active); in moxa_tiocmget()1318 if (rts_active) in moxa_tiocmget()1333 bool dtr_active, rts_active; in moxa_tiocmset() local1341 MoxaPortGetLineOut(ch, &dtr_active, &rts_active); in moxa_tiocmset()1343 rts_active = true; in moxa_tiocmset()1347 rts_active = false; in moxa_tiocmset()1350 MoxaPortLineCtrl(ch, dtr_active, rts_active); in moxa_tiocmset()1854 bool *rts_active) in MoxaPortGetLineOut() argument1858 if (rts_active) in MoxaPortGetLineOut()[all …]