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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/serial/
H A Dsunzilog.c1069 static struct uart_sunzilog_port *sunzilog_port_table; variable in typeref:struct:uart_sunzilog_port
1089 sunzilog_port_table = kzalloc(size, GFP_KERNEL);
1090 if (!sunzilog_port_table)
1094 up = &sunzilog_port_table[i];
1110 kfree(sunzilog_port_table);
1120 kfree(sunzilog_port_table);
1200 struct uart_sunzilog_port *up = &sunzilog_port_table[con->index];
1222 struct uart_sunzilog_port *up = &sunzilog_port_table[con->index];
1431 up = &sunzilog_port_table[inst * 2];

Completed in 46 milliseconds