Home
last modified time | relevance | path

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

/linux/drivers/tty/serial/
H A Dowl-uart.c75 struct owl_uart_port { struct
80 #define to_owl_uart_port(prt) container_of(prt, struct owl_uart_port, prt) argument
82 static struct owl_uart_port *owl_uart_ports[OWL_UART_PORT_NUM];
301 static void owl_uart_change_baudrate(struct owl_uart_port *owl_port, in owl_uart_change_baudrate()
311 struct owl_uart_port *owl_port = to_owl_uart_port(port); in owl_uart_set_termios()
546 struct owl_uart_port *owl_port; in owl_uart_console_write()
557 struct owl_uart_port *owl_port; in owl_uart_console_setup()
649 struct owl_uart_port *owl_port; in owl_uart_probe()
724 struct owl_uart_port *owl_port = platform_get_drvdata(pdev); in owl_uart_remove()