Searched refs:altera_uart (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/drivers/tty/serial/ |
| H A D | altera_uart.c | 76 struct altera_uart { struct 101 struct altera_uart *pp = container_of(port, struct altera_uart, port); in altera_uart_get_mctrl() argument 127 struct altera_uart *pp = container_of(port, struct altera_uart, port); in altera_uart_set_mctrl() 139 struct altera_uart *pp = container_of(port, struct altera_uart, port); in altera_uart_start_tx() 147 struct altera_uart *pp = container_of(port, struct altera_uart, port); in altera_uart_stop_tx() 155 struct altera_uart *pp = container_of(port, struct altera_uart, port); in altera_uart_stop_rx() 163 struct altera_uart *pp = container_of(port, struct altera_uart, port); in altera_uart_break_ctl() 260 struct altera_uart *pp = container_of(port, struct altera_uart, port); in altera_uart_interrupt() 278 struct altera_uart *pp = from_timer(pp, t, tmr); in altera_uart_timer() 297 struct altera_uart *pp = container_of(port, struct altera_uart, port); in altera_uart_startup() [all …]
|
| H A D | Makefile | 28 obj-$(CONFIG_SERIAL_ALTERA_UART) += altera_uart.o
|
| /linux-6.15/ |
| H A D | MAINTAINERS | 936 F: drivers/tty/serial/altera_uart.c 938 F: include/linux/altera_uart.h
|