Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/tty/serial/
Dsprd_serial.c131 static struct sprd_uart_port *sprd_port[UART_NR_MAX]; variable
995 struct uart_port *port = &sprd_port[co->index]->port; in sprd_console_write()
1026 sprd_uart_port = sprd_port[co->index]; in sprd_console_setup()
1110 sprd_port[sup->port.line] = NULL; in sprd_remove()
1135 struct sprd_uart_port *u = sprd_port[uport->line]; in sprd_clk_init()
1183 if (index < 0 || index >= ARRAY_SIZE(sprd_port)) { in sprd_probe()
1188 sprd_port[index] = devm_kzalloc(&pdev->dev, sizeof(*sprd_port[index]), in sprd_probe()
1190 if (!sprd_port[index]) in sprd_probe()
1193 up = &sprd_port[index]->port; in sprd_probe()
1224 ret = sprd_rx_alloc_buf(sprd_port[index]); in sprd_probe()