Searched refs:altera_uart (Results 1 – 2 of 2) sorted by relevance
| /drivers/tty/serial/ |
| 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 = timer_container_of(pp, t, tmr); in altera_uart_timer() 297 struct altera_uart *pp = container_of(port, struct altera_uart, port); in altera_uart_startup() [all …]
|
| A D | Makefile | 28 obj-$(CONFIG_SERIAL_ALTERA_UART) += altera_uart.o
|
Completed in 5 milliseconds