Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/tty/serial/
Dserial_txx9.c867 static struct uart_txx9_port serial_txx9_ports[UART_NR]; variable
875 struct uart_txx9_port *up = &serial_txx9_ports[i]; in serial_txx9_register_ports()
904 struct uart_txx9_port *up = &serial_txx9_ports[co->index]; in serial_txx9_console_write()
946 up = &serial_txx9_ports[co->index]; in serial_txx9_console_setup()
994 if (port->line >= ARRAY_SIZE(serial_txx9_ports)) in early_serial_txx9_setup()
997 serial_txx9_ports[port->line].port = *port; in early_serial_txx9_setup()
998 serial_txx9_ports[port->line].port.ops = &serial_txx9_pops; in early_serial_txx9_setup()
999 serial_txx9_ports[port->line].port.flags |= in early_serial_txx9_setup()
1025 uart = &serial_txx9_ports[i]; in serial_txx9_register_port()
1034 uart = &serial_txx9_ports[i]; in serial_txx9_register_port()
[all …]