Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/tty/serial/
Dserial_txx9.c835 static struct uart_port serial_txx9_ports[UART_NR]; variable
843 struct uart_port *up = &serial_txx9_ports[i]; in serial_txx9_register_ports()
870 struct uart_port *up = &serial_txx9_ports[co->index]; in serial_txx9_console_write()
911 up = &serial_txx9_ports[co->index]; in serial_txx9_console_setup()
958 if (port->line >= ARRAY_SIZE(serial_txx9_ports)) in early_serial_txx9_setup()
961 serial_txx9_ports[port->line] = *port; in early_serial_txx9_setup()
962 serial_txx9_ports[port->line].ops = &serial_txx9_pops; in early_serial_txx9_setup()
963 serial_txx9_ports[port->line].flags |= in early_serial_txx9_setup()
989 uart = &serial_txx9_ports[i]; in serial_txx9_register_port()
998 uart = &serial_txx9_ports[i]; in serial_txx9_register_port()
[all …]