Searched refs:altera_uart (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.10/drivers/tty/serial/ |
| D | altera_uart.c | 77 struct altera_uart { struct 102 struct altera_uart *pp = container_of(port, struct altera_uart, port); in altera_uart_get_mctrl() argument 112 static void altera_uart_update_ctrl_reg(struct altera_uart *pp) in altera_uart_update_ctrl_reg() 128 struct altera_uart *pp = container_of(port, struct altera_uart, port); in altera_uart_set_mctrl() 140 struct altera_uart *pp = container_of(port, struct altera_uart, port); in altera_uart_start_tx() 148 struct altera_uart *pp = container_of(port, struct altera_uart, port); in altera_uart_stop_tx() 156 struct altera_uart *pp = container_of(port, struct altera_uart, port); in altera_uart_stop_rx() 164 struct altera_uart *pp = container_of(port, struct altera_uart, port); in altera_uart_break_ctl() 202 static void altera_uart_rx_chars(struct altera_uart *pp) in altera_uart_rx_chars() 251 static void altera_uart_tx_chars(struct altera_uart *pp) in altera_uart_tx_chars() [all …]
|
| D | Makefile | 61 obj-$(CONFIG_SERIAL_ALTERA_UART) += altera_uart.o
|
| /Linux-v5.10/ |
| D | MAINTAINERS | 795 F: drivers/tty/serial/altera_uart.c 797 F: include/linux/altera_uart.h
|