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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Dsx.c93 static int sx_nports; variable
1262 current->signal->tty, sx_nports);
1264 if ((line < 0) || (line >= SX_NPORTS) || (line >= sx_nports))
1536 sx_nports += sx_init_board(board);
1537 rc = sx_nports;
1554 i, sx_nports, boards[0].nports);
1555 rc = sx_init_portstructs(i, sx_nports);
1571 rc = sx_nports;
2085 sx_driver = alloc_tty_driver(sx_nports);

Completed in 47 milliseconds