Searched refs:altera_uart (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/drivers/tty/serial/ |
D | altera_uart.c | 81 struct altera_uart { struct 106 struct altera_uart *pp = container_of(port, struct altera_uart, port); in altera_uart_get_mctrl() argument 118 struct altera_uart *pp = container_of(port, struct altera_uart, port); in altera_uart_set_mctrl() 130 struct altera_uart *pp = container_of(port, struct altera_uart, port); in altera_uart_start_tx() 138 struct altera_uart *pp = container_of(port, struct altera_uart, port); in altera_uart_stop_tx() 146 struct altera_uart *pp = container_of(port, struct altera_uart, port); in altera_uart_stop_rx() 154 struct altera_uart *pp = container_of(port, struct altera_uart, port); in altera_uart_break_ctl() 192 static void altera_uart_rx_chars(struct altera_uart *pp) in altera_uart_rx_chars() 241 static void altera_uart_tx_chars(struct altera_uart *pp) in altera_uart_tx_chars() 276 struct altera_uart *pp = container_of(port, struct altera_uart, port); in altera_uart_interrupt() [all …]
|
D | Makefile | 71 obj-$(CONFIG_SERIAL_ALTERA_UART) += altera_uart.o
|
/linux-4.4.14/ |
D | MAINTAINERS | 604 F: drivers/tty/serial/altera_uart.c 606 F: include/linux/altera_uart.h
|