Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/tty/serial/
Dsunsu.c983 static int nr_inst; /* Number of already registered ports */ variable
1350 if (co->index > nr_inst) in sunsu_console_setup()
1425 if (nr_inst >= UART_NR) in su_probe()
1427 up = &sunsu_ports[nr_inst]; in su_probe()
1434 up->port.line = nr_inst; in su_probe()
1468 nr_inst++; in su_probe()
1497 nr_inst++; in su_probe()