Home
last modified time | relevance | path

Searched refs:rts_active (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-6.6/drivers/tty/
H A Dmoxa.c1559 bool dtr_active, rts_active; in moxa_tiocmget() local
1563 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() local
1591 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()
1886 * bool * rts_active : pointer to bool to receive the current RTS
1899 * bool rts_active
2107 MoxaPortGetLineOut(struct moxa_port *port, bool *dtr_active, bool *rts_active) MoxaPortGetLineOut() argument
2118 MoxaPortLineCtrl(struct moxa_port *port, bool dtr_active, bool rts_active) MoxaPortLineCtrl() argument
[all...]
/kernel/linux/linux-5.10/drivers/tty/serial/
H A Dserial-tegra.c115 bool rts_active; member
237 tup->rts_active = !!(mctrl & TIOCM_RTS); in tegra_uart_set_mctrl()
238 set_rts(tup, tup->rts_active); in tegra_uart_set_mctrl()
306 if (tup->rts_active) in tegra_uart_fifo_reset()
341 if (tup->rts_active) in tegra_uart_fifo_reset()
738 if (tup->rts_active) in tegra_uart_rx_dma_complete()
746 if (tup->rts_active) in tegra_uart_rx_dma_complete()
773 if (tup->rts_active) in tegra_uart_handle_rx_dma()
778 if (tup->rts_active) in tegra_uart_handle_rx_dma()
910 if (tup->rts_active) in tegra_uart_stop_rx()
[all...]
/kernel/linux/linux-6.6/drivers/tty/serial/
H A Dserial-tegra.c119 bool rts_active; member
241 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...]

Completed in 7 milliseconds