mux_ports 54 drivers/tty/serial/mux.c static struct mux_port mux_ports[MUX_NR]; mux_ports 271 drivers/tty/serial/mux.c mux_ports[port->line].enabled = 1; mux_ports 283 drivers/tty/serial/mux.c mux_ports[port->line].enabled = 0; mux_ports 379 drivers/tty/serial/mux.c if(!mux_ports[i].enabled) mux_ports 382 drivers/tty/serial/mux.c mux_read(&mux_ports[i].port); mux_ports 383 drivers/tty/serial/mux.c mux_write(&mux_ports[i].port); mux_ports 394 drivers/tty/serial/mux.c while(UART_GET_FIFO_CNT(&mux_ports[0].port)) mux_ports 399 drivers/tty/serial/mux.c UART_PUT_CHAR(&mux_ports[0].port, '\r'); mux_ports 401 drivers/tty/serial/mux.c UART_PUT_CHAR(&mux_ports[0].port, *s++); mux_ports 473 drivers/tty/serial/mux.c struct uart_port *port = &mux_ports[port_cnt].port; mux_ports 509 drivers/tty/serial/mux.c if(mux_ports[i].port.mapbase == dev->hpa.start + MUX_OFFSET) mux_ports 516 drivers/tty/serial/mux.c struct uart_port *port = &mux_ports[i].port;