Searched refs:rts_active (Results 1 – 2 of 2) sorted by relevance
119 bool rts_active; member242 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()1303 if (tup->rts_active) in tegra_uart_set_termios()[all …]
1327 bool dtr_active, rts_active; in moxa_tiocmget() local1331 MoxaPortGetLineOut(ch, &dtr_active, &rts_active); in moxa_tiocmget()1334 if (rts_active) in moxa_tiocmget()1349 bool dtr_active, rts_active; in moxa_tiocmset() local1361 rts_active = true; in moxa_tiocmset()1365 rts_active = false; in moxa_tiocmset()1368 MoxaPortLineCtrl(ch, dtr_active, rts_active); in moxa_tiocmset()1876 bool *rts_active) in MoxaPortGetLineOut() argument1880 if (rts_active) in MoxaPortGetLineOut()1881 *rts_active = port->lineCtrl & RTS_ON; in MoxaPortGetLineOut()[all …]