sunzilog_reg     1079 drivers/tty/serial/sunzilog.c static struct uart_driver sunzilog_reg = {
sunzilog_reg     1231 drivers/tty/serial/sunzilog.c 	       (sunzilog_reg.minor - 64) + con->index, con->index);
sunzilog_reg     1273 drivers/tty/serial/sunzilog.c 	.data   =	&sunzilog_reg,
sunzilog_reg     1470 drivers/tty/serial/sunzilog.c 					    &sunzilog_reg, up[0].port.line,
sunzilog_reg     1473 drivers/tty/serial/sunzilog.c 		err = uart_add_one_port(&sunzilog_reg, &up[0].port);
sunzilog_reg     1480 drivers/tty/serial/sunzilog.c 					    &sunzilog_reg, up[1].port.line,
sunzilog_reg     1483 drivers/tty/serial/sunzilog.c 		err = uart_add_one_port(&sunzilog_reg, &up[1].port);
sunzilog_reg     1485 drivers/tty/serial/sunzilog.c 			uart_remove_one_port(&sunzilog_reg, &up[0].port);
sunzilog_reg     1517 drivers/tty/serial/sunzilog.c 		uart_remove_one_port(&sunzilog_reg, &up->port);
sunzilog_reg     1571 drivers/tty/serial/sunzilog.c 		err = sunserial_register_minors(&sunzilog_reg,
sunzilog_reg     1609 drivers/tty/serial/sunzilog.c 		sunserial_unregister_minors(&sunzilog_reg, num_sunzilog);
sunzilog_reg     1610 drivers/tty/serial/sunzilog.c 		sunzilog_reg.cons = NULL;
sunzilog_reg     1641 drivers/tty/serial/sunzilog.c 	if (sunzilog_reg.nr) {
sunzilog_reg     1642 drivers/tty/serial/sunzilog.c 		sunserial_unregister_minors(&sunzilog_reg, sunzilog_reg.nr);