Searched refs:set_rts (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/tty/serial/ |
D | serial-tegra.c | 176 static void set_rts(struct tegra_uart_port *tup, bool active) in set_rts() function 216 set_rts(tup, tup->rts_active); in tegra_uart_set_mctrl() 568 set_rts(tup, false); in tegra_uart_rx_dma_complete() 585 set_rts(tup, true); in tegra_uart_rx_dma_complete() 601 set_rts(tup, false); in tegra_uart_handle_rx_dma() 622 set_rts(tup, true); in tegra_uart_handle_rx_dma() 745 set_rts(tup, false); in tegra_uart_stop_rx() 1094 set_rts(tup, false); in tegra_uart_set_termios() 1172 set_rts(tup, true); in tegra_uart_set_termios()
|
D | mpc52xx_uart.c | 121 void (*set_rts)(struct uart_port *port, int state); member 371 .set_rts = mpc52xx_psc_set_rts, 401 .set_rts = mpc52xx_psc_set_rts, 999 .set_rts = mpc5125_psc_set_rts, 1034 .set_rts = mpc52xx_psc_set_rts, 1058 psc_ops->set_rts(port, mctrl & TIOCM_RTS); in mpc52xx_uart_set_mctrl()
|
/linux-4.1.27/drivers/tty/ |
D | nozomi.c | 1562 static void set_rts(const struct tty_struct *tty, int rts) in set_rts() function 1740 set_rts(tty, 1); in ntty_tiocmset() 1742 set_rts(tty, 0); in ntty_tiocmset() 1825 set_rts(tty, 1); in ntty_unthrottle() 1841 set_rts(tty, 0); in ntty_throttle()
|