Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/tty/serial/
Dmux.c58 static struct mux_port mux_ports[MUX_NR]; variable
275 mux_ports[port->line].enabled = 1; in mux_startup()
287 mux_ports[port->line].enabled = 0; in mux_shutdown()
383 if(!mux_ports[i].enabled) in mux_poll()
386 mux_read(&mux_ports[i].port); in mux_poll()
387 mux_write(&mux_ports[i].port); in mux_poll()
398 while(UART_GET_FIFO_CNT(&mux_ports[0].port)) in mux_console_write()
403 UART_PUT_CHAR(&mux_ports[0].port, '\r'); in mux_console_write()
405 UART_PUT_CHAR(&mux_ports[0].port, *s++); in mux_console_write()
482 struct uart_port *port = &mux_ports[port_cnt].port; in mux_probe()
[all …]