Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/serial/
H A Dsunzilog.c1068 static struct uart_sunzilog_port *sunzilog_port_table; variable
1088 sunzilog_port_table = kzalloc(size, GFP_KERNEL); in sunzilog_alloc_tables()
1089 if (!sunzilog_port_table) in sunzilog_alloc_tables()
1093 up = &sunzilog_port_table[i]; in sunzilog_alloc_tables()
1109 kfree(sunzilog_port_table); in sunzilog_alloc_tables()
1119 kfree(sunzilog_port_table); in sunzilog_free_tables()
1199 struct uart_sunzilog_port *up = &sunzilog_port_table[con->index]; in sunzilog_console_write()
1217 struct uart_sunzilog_port *up = &sunzilog_port_table[con->index]; in sunzilog_console_setup()
1426 up = &sunzilog_port_table[inst * 2]; in zs_probe()