Lines Matching defs:line
595 int line = 0;
614 grlib_apbuart_nodes[line] = np;
618 port = &grlib_apbuart_ports[line];
627 port->line = line;
629 port->fifosize = apbuart_scan_fifo_size((struct uart_port *) port, line);
630 line++;
633 if (line == UART_NR)
637 grlib_apbuart_driver.nr = grlib_apbuart_port_nr = line;
638 return line ? 0 : -ENODEV;