Home
last modified time | relevance | path

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

/openbmc/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];
299 static void owl_uart_change_baudrate(struct owl_uart_port *owl_port, in owl_uart_change_baudrate()
309 struct owl_uart_port *owl_port = to_owl_uart_port(port); in owl_uart_set_termios()
552 struct owl_uart_port *owl_port; in owl_uart_console_write()
563 struct owl_uart_port *owl_port; in owl_uart_console_setup()
655 struct owl_uart_port *owl_port; in owl_uart_probe()
730 struct owl_uart_port *owl_port = platform_get_drvdata(pdev); in owl_uart_remove()