Lines Matching defs:co
473 static void mcf_console_putc(struct console *co, const char c)
475 struct uart_port *port = &(mcf_ports + co->index)->port;
491 static void mcf_console_write(struct console *co, const char *s, unsigned int count)
494 mcf_console_putc(co, *s);
496 mcf_console_putc(co, '\r');
502 static int __init mcf_console_setup(struct console *co, char *options)
510 if ((co->index < 0) || (co->index >= MCF_MAXPORTS))
511 co->index = 0;
512 port = &mcf_ports[co->index].port;
519 return uart_set_options(port, co, baud, parity, bits, flow);