Searched refs:sunzilog_reg (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/serial/
H A Dsunzilog.c1027 static struct uart_driver sunzilog_reg = { variable in typeref:struct:uart_driver
1171 (sunzilog_reg.minor - 64) + con->index, con->index);
1213 .data = &sunzilog_reg,
1224 int this_minor = sunzilog_reg.minor + i;
1420 err = uart_add_one_port(&sunzilog_reg, &up[0].port);
1426 err = uart_add_one_port(&sunzilog_reg, &up[1].port);
1428 uart_remove_one_port(&sunzilog_reg, &up[0].port);
1458 uart_remove_one_port(&sunzilog_reg, &up->port);
1516 sunzilog_reg.nr = uart_count;
1517 sunzilog_reg
[all...]

Completed in 40 milliseconds