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

/linux-4.4.14/drivers/tty/serial/
H A Dnwpserial.c34 struct nwpserial_port { struct
42 static struct nwpserial_port nwpserial_ports[NWPSERIAL_NR];
44 static void wait_for_bits(struct nwpserial_port *up, int bits) wait_for_bits()
61 struct nwpserial_port *up; nwpserial_console_putchar()
62 up = container_of(port, struct nwpserial_port, port); nwpserial_console_putchar()
72 struct nwpserial_port *up = &nwpserial_ports[co->index]; nwpserial_console_write()
131 struct nwpserial_port *up = dev_id; nwpserial_interrupt()
168 struct nwpserial_port *up; nwpserial_startup()
171 up = container_of(port, struct nwpserial_port, port); nwpserial_startup()
195 struct nwpserial_port *up; nwpserial_shutdown()
196 up = container_of(port, struct nwpserial_port, port); nwpserial_shutdown()
223 struct nwpserial_port *up; nwpserial_set_termios()
224 up = container_of(port, struct nwpserial_port, port); nwpserial_set_termios()
246 struct nwpserial_port *up; nwpserial_stop_rx()
247 up = container_of(port, struct nwpserial_port, port); nwpserial_stop_rx()
252 static void nwpserial_putchar(struct nwpserial_port *up, unsigned char c) nwpserial_putchar()
262 struct nwpserial_port *up; nwpserial_start_tx()
264 up = container_of(port, struct nwpserial_port, port); nwpserial_start_tx()
295 struct nwpserial_port *up; nwpserial_tx_empty()
298 up = container_of(port, struct nwpserial_port, port); nwpserial_tx_empty()
337 struct nwpserial_port *up = NULL; nwpserial_register_port()
421 struct nwpserial_port *up = &nwpserial_ports[line]; nwpserial_unregister_port()
434 struct nwpserial_port *up = NULL; nwpserial_console_init()

Completed in 67 milliseconds