Home
last modified time | relevance | path

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

/drivers/tty/serial/
Dnwpserial.c33 struct nwpserial_port { struct
41 static struct nwpserial_port nwpserial_ports[NWPSERIAL_NR]; argument
43 static void wait_for_bits(struct nwpserial_port *up, int bits) in wait_for_bits()
60 struct nwpserial_port *up; in nwpserial_console_putchar()
61 up = container_of(port, struct nwpserial_port, port); in nwpserial_console_putchar()
71 struct nwpserial_port *up = &nwpserial_ports[co->index]; in nwpserial_console_write()
130 struct nwpserial_port *up = dev_id; in nwpserial_interrupt()
164 struct nwpserial_port *up; in nwpserial_startup()
167 up = container_of(port, struct nwpserial_port, port); in nwpserial_startup()
191 struct nwpserial_port *up; in nwpserial_shutdown()
[all …]