Searched refs:sunzilog_port_table (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.c1022 static struct uart_sunzilog_port *sunzilog_port_table; variable in typeref:struct:uart_sunzilog_port
1041 sunzilog_port_table = kzalloc(size, GFP_KERNEL);
1042 if (!sunzilog_port_table)
1046 up = &sunzilog_port_table[i];
1062 kfree(sunzilog_port_table);
1072 kfree(sunzilog_port_table);
1152 struct uart_sunzilog_port *up = &sunzilog_port_table[con->index];
1163 struct uart_sunzilog_port *up = &sunzilog_port_table[con->index];
1233 sunzilog_port_table[i].flags |= SUNZILOG_FLAG_IS_CONS;
1383 up = &sunzilog_port_table[ins
[all...]

Completed in 36 milliseconds