Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/tty/serial/8250/
D8250_hp300.c27 struct hp300_port struct
29 struct hp300_port *next; /* next port */ argument
33 static struct hp300_port *hp300_ports; argument
209 struct hp300_port *port; in hp300_8250_init()
242 port = kmalloc(sizeof(struct hp300_port), GFP_KERNEL); in hp300_8250_init()
302 struct hp300_port *port, *to_free; in hp300_8250_exit()