Lines Matching refs:co
428 apbuart_console_write(struct console *co, const char *s, unsigned int count)
430 struct uart_port *port = &grlib_apbuart_ports[co->index];
473 static int __init apbuart_console_setup(struct console *co, char *options)
481 pr_debug("apbuart_console_setup co=%p, co->index=%i, options=%s\n",
482 co, co->index, options);
489 if (co->index >= grlib_apbuart_port_nr)
490 co->index = 0;
492 port = &grlib_apbuart_ports[co->index];
501 return uart_set_options(port, co, baud, parity, bits, flow);