Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/tty/serial/
Dmeson_uart.c81 static struct uart_port *meson_ports[AML_UART_PORT_NUM]; variable
575 port = meson_ports[co->index]; in meson_serial_console_write()
593 port = meson_ports[co->index]; in meson_serial_console_setup()
739 if (!meson_ports[id]) { in meson_uart_probe()
757 if (meson_ports[pdev->id]) { in meson_uart_probe()
788 meson_ports[pdev->id] = port; in meson_uart_probe()
799 meson_ports[pdev->id] = NULL; in meson_uart_probe()
810 meson_ports[pdev->id] = NULL; in meson_uart_remove()
/kernel/linux/patches/linux-5.10/unionpi_tiger_pacth/
Dlinux-5.10.patch13617 -static struct uart_port *meson_ports[AML_UART_PORT_NUM];
13625 +static struct meson_uart_port *meson_ports[AML_UART_PORT_MAX];
14217 - port = meson_ports[co->index];
14218 + port = &meson_ports[co->index]->port;
14230 - port = meson_ports[co->index];
14231 + port = &meson_ports[co->index]->port;
14334 - if (!meson_ports[id]) {
14396 - meson_ports[pdev->id] = port;
14397 + meson_ports[pdev->id] = mup;
14412 meson_ports[pdev->id] = NULL;