Searched refs:set_rts (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/tty/serial/ |
| H A D | serial-tegra.c | 191 static void set_rts(struct tegra_uart_port *tup, bool active) in set_rts() function 242 set_rts(tup, tup->rts_active); in tegra_uart_set_mctrl() 311 set_rts(tup, false); in tegra_uart_fifo_reset() 346 set_rts(tup, true); in tegra_uart_fifo_reset() 747 set_rts(tup, false); in tegra_uart_rx_dma_complete() 755 set_rts(tup, true); in tegra_uart_rx_dma_complete() 782 set_rts(tup, false); in tegra_uart_handle_rx_dma() 787 set_rts(tup, true); in tegra_uart_handle_rx_dma() 919 set_rts(tup, false); in tegra_uart_stop_rx() 1304 set_rts(tup, false); in tegra_uart_set_termios() [all …]
|
| /linux/drivers/tty/ |
| H A D | nozomi.c | 1485 static void set_rts(const struct tty_struct *tty, int rts) in set_rts() function 1661 set_rts(tty, 1); in ntty_tiocmset() 1663 set_rts(tty, 0); in ntty_tiocmset() 1743 set_rts(tty, 1); in ntty_unthrottle() 1758 set_rts(tty, 0); in ntty_throttle()
|