Home
last modified time | relevance | path

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

/linux-6.15/drivers/tty/serial/
H A Dowl-uart.c546 struct owl_uart_port *owl_port; in owl_uart_console_write() local
549 if (!owl_port) in owl_uart_console_write()
557 struct owl_uart_port *owl_port; in owl_uart_console_setup() local
567 if (!owl_port || !owl_port->port.membase) in owl_uart_console_setup()
649 struct owl_uart_port *owl_port; in owl_uart_probe() local
679 owl_port = devm_kzalloc(&pdev->dev, sizeof(*owl_port), GFP_KERNEL); in owl_uart_probe()
680 if (!owl_port) in owl_uart_probe()
684 if (IS_ERR(owl_port->clk)) { in owl_uart_probe()
700 owl_port->port.irq = irq; in owl_uart_probe()
701 owl_port->port.uartclk = clk_get_rate(owl_port->clk); in owl_uart_probe()
[all …]