Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/tty/serial/8250/
D8250_hp300.c33 static struct hp300_port *hp300_ports; variable
271 port->next = hp300_ports; in hp300_8250_init()
272 hp300_ports = port; in hp300_8250_init()
304 for (port = hp300_ports; port; ) { in hp300_8250_exit()
311 hp300_ports = NULL; in hp300_8250_exit()