sunhv_reg         397 drivers/tty/serial/sunhv.c static struct uart_driver sunhv_reg = {
sunhv_reg         521 drivers/tty/serial/sunhv.c 	.data	=	&sunhv_reg,
sunhv_reg         566 drivers/tty/serial/sunhv.c 	err = sunserial_register_minors(&sunhv_reg, 1);
sunhv_reg         571 drivers/tty/serial/sunhv.c 				&sunhv_reg, port->line, false);
sunhv_reg         573 drivers/tty/serial/sunhv.c 	err = uart_add_one_port(&sunhv_reg, port);
sunhv_reg         586 drivers/tty/serial/sunhv.c 	uart_remove_one_port(&sunhv_reg, port);
sunhv_reg         589 drivers/tty/serial/sunhv.c 	sunserial_unregister_minors(&sunhv_reg, 1);
sunhv_reg         609 drivers/tty/serial/sunhv.c 	uart_remove_one_port(&sunhv_reg, port);
sunhv_reg         611 drivers/tty/serial/sunhv.c 	sunserial_unregister_minors(&sunhv_reg, 1);