Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/tty/serial/
Dserial_txx9.c870 static struct uart_txx9_port serial_txx9_ports[UART_NR]; variable
878 struct uart_txx9_port *up = &serial_txx9_ports[i]; in serial_txx9_register_ports()
907 struct uart_txx9_port *up = &serial_txx9_ports[co->index]; in serial_txx9_console_write()
949 up = &serial_txx9_ports[co->index]; in serial_txx9_console_setup()
997 if (port->line >= ARRAY_SIZE(serial_txx9_ports)) in early_serial_txx9_setup()
1000 serial_txx9_ports[port->line].port = *port; in early_serial_txx9_setup()
1001 serial_txx9_ports[port->line].port.ops = &serial_txx9_pops; in early_serial_txx9_setup()
1002 serial_txx9_ports[port->line].port.flags |= in early_serial_txx9_setup()
1028 uart = &serial_txx9_ports[i]; in serial_txx9_register_port()
1037 uart = &serial_txx9_ports[i]; in serial_txx9_register_port()
[all …]