Home
last modified time | relevance | path

Searched refs:owl_uart_port (Results 1 – 1 of 1) sorted by relevance

/kernel/linux/linux-5.10/drivers/tty/serial/
Dowl-uart.c71 struct owl_uart_port { struct
76 #define to_owl_uart_port(prt) container_of(prt, struct owl_uart_port, prt) argument
78 static struct owl_uart_port *owl_uart_ports[OWL_UART_PORT_NUM];
321 static void owl_uart_change_baudrate(struct owl_uart_port *owl_port, in owl_uart_change_baudrate()
331 struct owl_uart_port *owl_port = to_owl_uart_port(port); in owl_uart_set_termios()
540 struct owl_uart_port *owl_port; in owl_uart_console_write()
551 struct owl_uart_port *owl_port; in owl_uart_console_setup()
643 struct owl_uart_port *owl_port; in owl_uart_probe()
717 struct owl_uart_port *owl_port = platform_get_drvdata(pdev); in owl_uart_remove()