Searched refs:set_rts (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/tty/serial/ |
H A D | serial-tegra.c | 187 static void set_rts(struct tegra_uart_port *tup, bool active) in set_rts() function 238 set_rts(tup, tup->rts_active); in tegra_uart_set_mctrl() 307 set_rts(tup, false); in tegra_uart_fifo_reset() 342 set_rts(tup, true); in tegra_uart_fifo_reset() 739 set_rts(tup, false); in tegra_uart_rx_dma_complete() 747 set_rts(tup, true); in tegra_uart_rx_dma_complete() 774 set_rts(tup, false); in tegra_uart_handle_rx_dma() 779 set_rts(tup, true); in tegra_uart_handle_rx_dma() 911 set_rts(tup, false); in tegra_uart_stop_rx() 1291 set_rts(tu in tegra_uart_set_termios() [all...] |
H A D | mpc52xx_uart.c | 114 void (*set_rts)(struct uart_port *port, int state); member 365 .set_rts = mpc52xx_psc_set_rts, 395 .set_rts = mpc52xx_psc_set_rts, 993 .set_rts = mpc5125_psc_set_rts, 1028 .set_rts = mpc52xx_psc_set_rts, 1052 psc_ops->set_rts(port, mctrl & TIOCM_RTS); in mpc52xx_uart_set_mctrl()
|
/kernel/linux/linux-6.6/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() 741 set_rts(tup, false); in tegra_uart_rx_dma_complete() 749 set_rts(tup, true); in tegra_uart_rx_dma_complete() 776 set_rts(tup, false); in tegra_uart_handle_rx_dma() 781 set_rts(tup, true); in tegra_uart_handle_rx_dma() 913 set_rts(tup, false); in tegra_uart_stop_rx() 1299 set_rts(tu in tegra_uart_set_termios() [all...] |
H A D | mpc52xx_uart.c | 116 void (*set_rts)(struct uart_port *port, int state); member 367 .set_rts = mpc52xx_psc_set_rts, 397 .set_rts = mpc52xx_psc_set_rts, 992 .set_rts = mpc5125_psc_set_rts, 1027 .set_rts = mpc52xx_psc_set_rts, 1051 psc_ops->set_rts(port, mctrl & TIOCM_RTS); in mpc52xx_uart_set_mctrl()
|
/kernel/linux/linux-5.10/drivers/tty/ |
H A D | nozomi.c | 1522 static void set_rts(const struct tty_struct *tty, int rts) in set_rts() function 1700 set_rts(tty, 1); in ntty_tiocmset() 1702 set_rts(tty, 0); in ntty_tiocmset() 1785 set_rts(tty, 1); in ntty_unthrottle() 1801 set_rts(tty, 0); in ntty_throttle()
|
/kernel/linux/linux-6.6/drivers/tty/ |
H A D | nozomi.c | 1504 static void set_rts(const struct tty_struct *tty, int rts) in set_rts() function 1680 set_rts(tty, 1); in ntty_tiocmset() 1682 set_rts(tty, 0); in ntty_tiocmset() 1762 set_rts(tty, 1); in ntty_unthrottle() 1777 set_rts(tty, 0); in ntty_throttle()
|
Completed in 14 milliseconds